Plugin Directory

Changeset 2988726

Timestamp:
11/03/2023 10:36:48 PM (9 months ago)
Author:
mrwweb
Message:

Update to version 2.12.0 from GitHub

Location:
mrw-web-design-simple-tinymce
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mrw-web-design-simple-tinymce/tags/2.12.0/changelog.txt

    r2799382 r2988726  
     1
     2
     3
     4
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
    123= 2.10.0 (October 15, 2022) =
    224- Tested up to WordPress 6.1
  • mrw-web-design-simple-tinymce/tags/2.12.0/css/block-editor.css

    r2956449 r2988726  
    6969}
    7070
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
    7181
    72 /*===================================================
    73 =            Media Library Button styles            =
    74 ===================================================*/
     82
    7583/* always style the Media Library item as a primary button */
    7684.block-editor-media-placeholder .components-button.is-tertiary {
     
    93101/* Never show "upload" and "from URL" options in WordPress 6.3+ when editor is in iframe */
    94102.block-editor-media-placeholder__upload-button,
    95 .block-editor-media-placeholder__url-input-container {
     103.block-editor-media-placeholder__url-input-container,
     104.block-editor-media-replace-flow__media-upload-menu .components-form-file-upload {
    96105    display: none;
    97106}
  • mrw-web-design-simple-tinymce/tags/2.12.0/inc/block-editor.php

    r2956449 r2988726  
    380380        'heading-5',
    381381        'heading-6',
     382
     383
    382384        'image-dimensions',
    383385        'image-file-upload',
    384386        'image-url',
     387
     388
    385389        'justification-group',
     390
    386391        'layout-width',
    387392        'letter-spacing',
     
    394399        'sticky-position',
    395400        'text-decoration',
     401
    396402        'text-transform',
    397403    );
     
    445451    /* Duotone */
    446452    if( in_array( 'duotone', $hidden_settings ) ) {
    447         $editor_settings['__experimentalFeatures']['color']['duotone'] = null;
     453        $editor_settings['__experimentalFeatures']['color']['d;
    448454        $editor_settings['__experimentalFeatures']['color']['customDuotone'] = false;
    449455    }
     
    464470    }
    465471
     472
     473
     474
     475
     476
    466477    /* Letter Spacing */
    467478    if( in_array( 'letter-spacing', $hidden_settings ) ) {
     
    487498    if( in_array( 'text-decoration', $hidden_settings ) ) {
    488499        $editor_settings['__experimentalFeatures']['typography']['textDecoration'] = false;
     500
     501
     502
     503
     504
    489505    }
    490506
  • mrw-web-design-simple-tinymce/tags/2.12.0/js/block-editor.js

    r2628886 r2988726  
    3737    });
    3838
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
    3956});
  • mrw-web-design-simple-tinymce/tags/2.12.0/mrwweb-simple-tinymce.php

    r2956449 r2988726  
    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.1
     6* Version: 2.1
    77* Author: Mark Root-Wiley
    88* Author URI: https://MRWweb.com
  • mrw-web-design-simple-tinymce/tags/2.12.0/readme.txt

    r2956449 r2988726  
    44Requires at least: 6.0
    55Requires PHP: 5.6.20
    6 Tested up to: 6.3
    7 Stable tag: 2.11.1
     6Tested up to: 6.
     7Stable tag: 2.1
    88Donate link: https://www.paypal.me/rootwiley
    99License: GPLv3 or later
     
    2626- **Infrequently Used Core Blocks** such as Verse, Table, Audio, Video, etc., and all Query- and Site-related blocks. See FAQ for [full list of hidden blocks](https://wordpress.org/plugins/mrw-web-design-simple-tinymce/#faq).
    2727- **All Core Block Styles and the "Default style" feature**
    28 - **Some Block Editor Settings:** Drop Cap, Heading 1, Heading 5, Heading 6, image percentage and pixel sizing, font sizing by pixel, open links in new tabs (mostly hidden), duotone, text styles like line-height and letter spacing, etc.
    29 - **Default Color & gradient settings** (Custom theme palettes/settings are never hidden)
     28- **Some Block Editor Settings:** Drop Cap, Heading 1, Heading 5, Heading 6, , etc.
     29- **Default settings** (Custom theme palettes/settings are never hidden)
    3030- **Core Block Patterns (WP 5.5+)**
    3131- **Block Directory (WP 5.5+)**
     
    5151**Hidden Core Blocks:**
    5252
    53 - **Text & Media Blocks:** Audio, Code, Next Page, Preformatted, Shortcode, Spacer, Table, Verse, Video
     53- **Text & Media Blocks:** Audio, C, Next Page, Preformatted, Shortcode, Spacer, Table, Verse, Video
    5454- **Widget Blocks:** Archives, Calendar, Categories, Latest Comments, RSS, Search, Tag Cloud
    5555- **Query-Related Blocks**: Query, Archive Title (Query Title), Post Title, Post Content, Post Author, Post Date, Post Excerpt, Post Featured Image, Post Tags & Categories (Post Terms), Term Description
     
    7878
    7979== Changelog ==
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
    8090= 2.11.0 (August 21, 2023) =
    8191- **Requires WordPress 6.0**. Legacy code removed
     
    90100- 2.11.1: Change `layout-width-height` value in the `mrw_hidden_block_editor_settings` filter to be accurate `layout-width`.
    91101
    92 = 2.10.0 (October 15, 2022) =
    93 - Tested up to WordPress 6.1
    94 - Hide new Text Decoration settings by default (enable via `text-decoration` in  `mrw_hidden_block_editor_settings`)
    95 - Hide image duotone setting (enable via `duotone` in `mrw_hidden_block_editor_settings`)
    96 
    97 = 2.9.0 (May 27, 2022) =
    98 - WordPress 6.0 compatibility fixes: hide new blocks, fix regressions
    99 - [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 from `mrw_hidden_block_editor_settings` filter
    100 - [New] Hide Avatar, Read More, Comments Query Loop, Post Comments Form, and Post Author Biography blocks
    101 - [Fix] Hide Border Radius in WP 5.9 and 6.0
    102 - [Fix] Prominent contrast error changes in WP 6.0
    103 
    104 = 2.8.0 (February 21, 2022) =
    105 * [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](https://github.com/mrwweb/mrw-simplified-editor-wordpress/wiki/Filter-Reference).
    106     * Text Formatting: line-height, font-weight, letter-spacing, and text-transform
    107     * Spacing: gap, margin, padding
    108     * Borders: General, pull-quote
    109 * [Remove] Remove support for hiding paragraph block dropcap setting in WordPress 5.6 and earlier
    110 * [Remove] Remove support for all old versions of `mrw_*` filters using the terms "blacklist" and "disabled"
    111 
    112 = 2.7.0 (February 4, 2022) =
    113 * [New] Hide new blocks added in WordPress 5.9: Navigation, Post Pagination, Post Author, Post Comments, Term Description, Wolfram Cloud Embed
    114 * [Dev] Improve inline documentation of new `mrw_hidden_*_blocks` filters added in Simplified Editor 2.5.0
    115 * [Preview] Version 2.8 will continue to hide new settings added in WordPress 5.9: default border controls on pullquote, new typopgraphy settings (e.g. line height, letter spacing), and default padding controls on Group, Cover, and Columns unless themes explicitly opt-in.
    116 
    117102= Full Changelog =
    118103* [Changelog on Github](https://github.com/mrwweb/mrw-simplified-editor-wordpress/blob/master/changelog.txt)
    119104
    120105== Upgrade Notice ==
    121 = 2.11.0 =
    122 * WP 6.3 Compatibility + Relevant blocks visible in the style editor.
     106= 2.1.0 =
     107* WP 6.
  • mrw-web-design-simple-tinymce/trunk/changelog.txt

    r2799382 r2988726  
     1
     2
     3
     4
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
    123= 2.10.0 (October 15, 2022) =
    224- Tested up to WordPress 6.1
  • mrw-web-design-simple-tinymce/trunk/css/block-editor.css

    r2956449 r2988726  
    6969}
    7070
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
    7181
    72 /*===================================================
    73 =            Media Library Button styles            =
    74 ===================================================*/
     82
    7583/* always style the Media Library item as a primary button */
    7684.block-editor-media-placeholder .components-button.is-tertiary {
     
    93101/* Never show "upload" and "from URL" options in WordPress 6.3+ when editor is in iframe */
    94102.block-editor-media-placeholder__upload-button,
    95 .block-editor-media-placeholder__url-input-container {
     103.block-editor-media-placeholder__url-input-container,
     104.block-editor-media-replace-flow__media-upload-menu .components-form-file-upload {
    96105    display: none;
    97106}
  • mrw-web-design-simple-tinymce/trunk/inc/block-editor.php

    r2956449 r2988726  
    380380        'heading-5',
    381381        'heading-6',
     382
     383
    382384        'image-dimensions',
    383385        'image-file-upload',
    384386        'image-url',
     387
     388
    385389        'justification-group',
     390
    386391        'layout-width',
    387392        'letter-spacing',
     
    394399        'sticky-position',
    395400        'text-decoration',
     401
    396402        'text-transform',
    397403    );
     
    445451    /* Duotone */
    446452    if( in_array( 'duotone', $hidden_settings ) ) {
    447         $editor_settings['__experimentalFeatures']['color']['duotone'] = null;
     453        $editor_settings['__experimentalFeatures']['color']['d;
    448454        $editor_settings['__experimentalFeatures']['color']['customDuotone'] = false;
    449455    }
     
    464470    }
    465471
     472
     473
     474
     475
     476
    466477    /* Letter Spacing */
    467478    if( in_array( 'letter-spacing', $hidden_settings ) ) {
     
    487498    if( in_array( 'text-decoration', $hidden_settings ) ) {
    488499        $editor_settings['__experimentalFeatures']['typography']['textDecoration'] = false;
     500
     501
     502
     503
     504
    489505    }
    490506
  • mrw-web-design-simple-tinymce/trunk/js/block-editor.js

    r2628886 r2988726  
    3737    });
    3838
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
    3956});
  • mrw-web-design-simple-tinymce/trunk/mrwweb-simple-tinymce.php

    r2956449 r2988726  
    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.1
     6* Version: 2.1
    77* Author: Mark Root-Wiley
    88* Author URI: https://MRWweb.com
  • mrw-web-design-simple-tinymce/trunk/readme.txt

    r2956449 r2988726  
    44Requires at least: 6.0
    55Requires PHP: 5.6.20
    6 Tested up to: 6.3
    7 Stable tag: 2.11.1
     6Tested up to: 6.
     7Stable tag: 2.1
    88Donate link: https://www.paypal.me/rootwiley
    99License: GPLv3 or later
     
    2626- **Infrequently Used Core Blocks** such as Verse, Table, Audio, Video, etc., and all Query- and Site-related blocks. See FAQ for [full list of hidden blocks](https://wordpress.org/plugins/mrw-web-design-simple-tinymce/#faq).
    2727- **All Core Block Styles and the "Default style" feature**
    28 - **Some Block Editor Settings:** Drop Cap, Heading 1, Heading 5, Heading 6, image percentage and pixel sizing, font sizing by pixel, open links in new tabs (mostly hidden), duotone, text styles like line-height and letter spacing, etc.
    29 - **Default Color & gradient settings** (Custom theme palettes/settings are never hidden)
     28- **Some Block Editor Settings:** Drop Cap, Heading 1, Heading 5, Heading 6, , etc.
     29- **Default settings** (Custom theme palettes/settings are never hidden)
    3030- **Core Block Patterns (WP 5.5+)**
    3131- **Block Directory (WP 5.5+)**
     
    5151**Hidden Core Blocks:**
    5252
    53 - **Text & Media Blocks:** Audio, Code, Next Page, Preformatted, Shortcode, Spacer, Table, Verse, Video
     53- **Text & Media Blocks:** Audio, C, Next Page, Preformatted, Shortcode, Spacer, Table, Verse, Video
    5454- **Widget Blocks:** Archives, Calendar, Categories, Latest Comments, RSS, Search, Tag Cloud
    5555- **Query-Related Blocks**: Query, Archive Title (Query Title), Post Title, Post Content, Post Author, Post Date, Post Excerpt, Post Featured Image, Post Tags & Categories (Post Terms), Term Description
     
    7878
    7979== Changelog ==
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
    8090= 2.11.0 (August 21, 2023) =
    8191- **Requires WordPress 6.0**. Legacy code removed
     
    90100- 2.11.1: Change `layout-width-height` value in the `mrw_hidden_block_editor_settings` filter to be accurate `layout-width`.
    91101
    92 = 2.10.0 (October 15, 2022) =
    93 - Tested up to WordPress 6.1
    94 - Hide new Text Decoration settings by default (enable via `text-decoration` in  `mrw_hidden_block_editor_settings`)
    95 - Hide image duotone setting (enable via `duotone` in `mrw_hidden_block_editor_settings`)
    96 
    97 = 2.9.0 (May 27, 2022) =
    98 - WordPress 6.0 compatibility fixes: hide new blocks, fix regressions
    99 - [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 from `mrw_hidden_block_editor_settings` filter
    100 - [New] Hide Avatar, Read More, Comments Query Loop, Post Comments Form, and Post Author Biography blocks
    101 - [Fix] Hide Border Radius in WP 5.9 and 6.0
    102 - [Fix] Prominent contrast error changes in WP 6.0
    103 
    104 = 2.8.0 (February 21, 2022) =
    105 * [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](https://github.com/mrwweb/mrw-simplified-editor-wordpress/wiki/Filter-Reference).
    106     * Text Formatting: line-height, font-weight, letter-spacing, and text-transform
    107     * Spacing: gap, margin, padding
    108     * Borders: General, pull-quote
    109 * [Remove] Remove support for hiding paragraph block dropcap setting in WordPress 5.6 and earlier
    110 * [Remove] Remove support for all old versions of `mrw_*` filters using the terms "blacklist" and "disabled"
    111 
    112 = 2.7.0 (February 4, 2022) =
    113 * [New] Hide new blocks added in WordPress 5.9: Navigation, Post Pagination, Post Author, Post Comments, Term Description, Wolfram Cloud Embed
    114 * [Dev] Improve inline documentation of new `mrw_hidden_*_blocks` filters added in Simplified Editor 2.5.0
    115 * [Preview] Version 2.8 will continue to hide new settings added in WordPress 5.9: default border controls on pullquote, new typopgraphy settings (e.g. line height, letter spacing), and default padding controls on Group, Cover, and Columns unless themes explicitly opt-in.
    116 
    117102= Full Changelog =
    118103* [Changelog on Github](https://github.com/mrwweb/mrw-simplified-editor-wordpress/blob/master/changelog.txt)
    119104
    120105== Upgrade Notice ==
    121 = 2.11.0 =
    122 * WP 6.3 Compatibility + Relevant blocks visible in the style editor.
     106= 2.1.0 =
     107* WP 6.
Note: See TracChangeset for help on using the changeset viewer.