Skip to content

Commit 85fe0f2

Browse files
authored
Merge pull request #64 from mrwweb/wp63
change layout-width-height to layout-width and push 2.11.1
2 parents 794d99a + 10a2f4c commit 85fe0f2

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

css/block-editor.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
/*
5757
Hide the "Content" and "Wide" sizes for Group and Cover blocks
5858
*/
59-
.mrw-block-editor-no-layout-width-height .block-editor-hooks__layout-controls,
60-
.mrw-block-editor-no-layout-width-height .block-editor-hooks__layout-controls-helptext {
59+
.mrw-block-editor-no-layout-width .block-editor-hooks__layout-controls,
60+
.mrw-block-editor-no-layout-width .block-editor-hooks__layout-controls-helptext {
6161
display: none;
6262
}
6363

inc/block-editor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ function mrw_hidden_block_editor_settings() {
383383
'image-file-upload',
384384
'image-url',
385385
'justification-group',
386-
'layout-width-height',
386+
'layout-width',
387387
'letter-spacing',
388388
'line-height',
389389
'min-height-group',

mrwweb-simple-tinymce.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: MRW Simplified Editor
44
* Plugin URI: https://MRWweb.com/wordpress-plugins/mrw-web-design-simple-tinymce/
55
* Description: Streamlines the WordPress editor to focus users on consistent formatting and semantic content.
6-
* Version: 2.11.0
6+
* Version: 2.11.1
77
* Author: Mark Root-Wiley
88
* Author URI: https://MRWweb.com
99
* Text Domain: mrw-web-design-simple-tinymce

readme.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: Block Editor, Blocks, Gutenberg, Editor Styles, Editor
44
Requires at least: 6.0
55
Requires PHP: 5.6.20
66
Tested up to: 6.3
7-
Stable tag: 2.11.0
7+
Stable tag: 2.11.1
88
Donate link: https://www.paypal.me/rootwiley
99
License: GPLv3 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -87,6 +87,7 @@ Visit the GitHub wiki for [examples of filters](https://github.com/mrwweb/mrw-si
8787
- [Fix] WordPress 6.3 compatibility (re-hide media upload buttons, default gradients, comments block)
8888
- [Fix] "getBlockVariations(…) is undefined warning in Widget and Site Editors
8989
- [Meta] Removed "Formerly MRW Web Design Simple TinyMCE" now that the block editor is 4.5 years old!
90+
- 2.11.1: Change `layout-width-height` value in the `mrw_hidden_block_editor_settings` filter to be accurate `layout-width`.
9091

9192
= 2.10.0 (October 15, 2022) =
9293
- Tested up to WordPress 6.1

0 commit comments

Comments
 (0)