pixelstudio / gutenberg-px
WordPress editor with minor customization for version compatibility
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:wordpress-plugin
README
This plugin is a modified version of Gutenberg from WordPress 6.2, updated for compatibility with WP 6.7.
Why Use This?
-
Stable & Maintainable - Prevents adding support for new styles due to Gutenberg changes on older project.
-
Multiline Support - We are sad that
multiline
is removed in newer version. It is much easier to use than InnerBlock on simple blocks like Quote.
FAQ:
-
Why is the version number so high (62.x)?
Originally, I used 6.2.x to indicate it’s based on Gutenberg from WP 6.2. However, WordPress would auto-deactivate the plugin during security updates, treating it as outdated. To prevent this, I set the version to 62.x.
License
WordPress is free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See LICENSE.md for complete license.