Releases: mrwweb/mrw-simplified-editor-wordpress
Releases · mrwweb/mrw-simplified-editor-wordpress
v2.13.0 - WP 6.5
v2.12.1 Fix filtering of hidden inline formats
- Fix ability to unhide newly-hidden inline formats (Footnote, highlight, inline image, inline code, and keyboard)
v2.12.0 WP 6.4 Compat, Hide inline formats, streamline block flows
- WordPress 6.4 compatibility
- Fix error that hid custom theme duotone options
- Fully hide Footnotes inserter unless the block is unhidden via
mrw_hidden_blocks
filter - Hide "Highlight", "Inline Image", "Inline Code", and "Keyboard" toolbar inline formats. Can be re-enabled via
mrw_hidden_block_editor_settings
filter. - Hide "Upload" option in "Replace" media menu
- Remove background color options from Cover block placeholder
- Hide new Background Image option on Group block
- Hide new "Text Orientation" / writing mode option
v2.11.1 Fix misnamed filter value for hiding Layout custom widths
Merge pull request #64 from mrwweb/wp63 change layout-width-height to layout-width and push 2.11.1
WordPress 6.3 compatibility and better Site Editor support
- Requires WordPress 6.0. Legacy code removed
- [New] Show all Post- and Query-related blocks in the Site Editor
- [New] Hide Classic (aka freeform), Details, Footnotes, Comments, and Post Author blocks
- [New] Hide Group / Cover width settings and Group child blocks Justification settings and min-height setting (does not impact Cover min-height setting). Can be shown with
mrw_hidden_block_editor_settings
filter. - [Dev] The
mrw_hidden_blocks
and allmrw_hidden_*_blocks
filters now support a second$context
parameter that contains the current screen's ID so you can target the block editor (post
), site editor (site-editor
), or widget editor (widgets
). - [New] New Jetpack blocks hidden including AI Assistance, all form blocks, and payment-related blocks
- [Fix] WordPress 6.3 compatibility (re-hide media upload buttons, default gradients, comments block)
- [Fix] "getBlockVariations(…) is undefined warning in Widget and Site Editors
- [Meta] Removed "Formerly MRW Web Design Simple TinyMCE" now that the block editor is 4.5 years old!
v2.10.0 - WordPress 6.1 Compat
WordPress 6.1 Compatibility and new hidden features (text-decoration and duotone)
Fix 2.9.0 release in repository
Tagging to trigger Github plugin deploy action for the most recent commit that bumps the plugin version in the main plugin PHP file
v2.9.0 - WP 6.0 Compatibility
- WordPress 6.0 compatibility fixes: hide new blocks, fix regressions
- [New] Hide the default color palette which was re-added by default in WP 5.8. Can be shown by removing
default-color-palette
value frommrw_hidden_block_editor_settings
filter - [New] Hide Avatar, Read More, Comments Query Loop, Post Comments Form, and Post Author Biography blocks
- [Fix] Hide Border Radius in WP 5.9 and 6.0
- [Fix] Prominent contrast error changes in WP 6.0
v2.8.0 - Hide WP 5.9 Block Settings
= 2.8.0 (February 21, 2022) =
- [New] Hide many new default block controls added in WordPress 5.9. All options can be enabled with the mrw_hidden_block_editor_settings filter.
- Text Formatting: line-height, font-weight, letter-spacing, and text-transform
- Spacing: gap, margin, padding
- Borders: General, pull-quote
- [Remove] Remove support for hiding paragraph block dropcap setting in WordPress 5.6 and earlier
- [Remove] Remove support for all old versions of
mrw_*
filters using the terms "blacklist" and "disabled"
v2.7.0 - Hide new WP 5.9 blocks
Merge pull request #35 from mrwweb/features/wp-5-9 Features/wp 5 9