Plugin Directory

Changeset 3050062

Timestamp:
03/12/2024 09:51:36 PM (5 months ago)
Author:
mrwweb
Message:

Update to version 2.13.0 from GitHub

Location:
mrw-web-design-simple-tinymce
Files:
2 added
10 edited
1 copied

Legend:

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

    r3003951 r3050062  
     1
     2
     3
     4
     5
    16= 2.12.1 (November 30, 2023) =
    27- Fix ability to unhide newly-hidden inline formats (Footnote, highlight, inline image, inline code, and keyboard)
  • mrw-web-design-simple-tinymce/tags/2.13.0/css/block-editor.css

    r2988726 r3050062  
    3131.mrw-block-editor-no-heading-1 .components-button[aria-label="Heading 1"],
    3232.mrw-block-editor-no-heading-5 .components-button[aria-label="Heading 5"],
    33 .mrw-block-editor-no-heading-6 .components-button[aria-label="Heading 6"] {
     33.mrw-block-editor-no-heading-6 .components-button[aria-label="Heading 6"],
     34/* WP6.5+ */
     35.mrw-block-editor-no-heading-1 .block-library-heading-level-dropdown .components-button:nth-child(1),
     36.mrw-block-editor-no-heading-5 .block-library-heading-level-dropdown .components-button:nth-child(5),
     37.mrw-block-editor-no-heading-6 .block-library-heading-level-dropdown .components-button:nth-child(6) {
    3438    display: none;
    3539}
  • mrw-web-design-simple-tinymce/tags/2.13.0/inc/block-editor.php

    r2988726 r3050062  
    396396        'padding',
    397397        'pullquote-border',
     398
    398399        'spacing',
    399400        'sticky-position',
     
    493494    if( in_array( 'pullquote-border', $hidden_settings ) ) {
    494495        $editor_settings['__experimentalFeatures']['blocks']['core/pullquote']['border'] = [];
     496
     497
     498
     499
     500
    495501    }
    496502
  • mrw-web-design-simple-tinymce/tags/2.13.0/mrwweb-simple-tinymce.php

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

    r3003951 r3050062  
    44Requires at least: 6.0
    55Requires PHP: 5.6.20
    6 Tested up to: 6.4
    7 Stable tag: 2.12.1
     6Tested up to: 6.
     7Stable tag: 2.1
    88Donate link: https://www.paypal.me/rootwiley
    99License: GPLv3 or later
     
    7878
    7979== Changelog ==
     80
     81
     82
     83
     84
    8085= 2.12.1 (November 30, 2023) =
    8186- Fix ability to unhide newly-hidden inline formats (Footnote, highlight, inline image, inline code, and keyboard)
  • mrw-web-design-simple-tinymce/trunk/changelog.txt

    r3003951 r3050062  
     1
     2
     3
     4
     5
    16= 2.12.1 (November 30, 2023) =
    27- Fix ability to unhide newly-hidden inline formats (Footnote, highlight, inline image, inline code, and keyboard)
  • mrw-web-design-simple-tinymce/trunk/css/block-editor.css

    r2988726 r3050062  
    3131.mrw-block-editor-no-heading-1 .components-button[aria-label="Heading 1"],
    3232.mrw-block-editor-no-heading-5 .components-button[aria-label="Heading 5"],
    33 .mrw-block-editor-no-heading-6 .components-button[aria-label="Heading 6"] {
     33.mrw-block-editor-no-heading-6 .components-button[aria-label="Heading 6"],
     34/* WP6.5+ */
     35.mrw-block-editor-no-heading-1 .block-library-heading-level-dropdown .components-button:nth-child(1),
     36.mrw-block-editor-no-heading-5 .block-library-heading-level-dropdown .components-button:nth-child(5),
     37.mrw-block-editor-no-heading-6 .block-library-heading-level-dropdown .components-button:nth-child(6) {
    3438    display: none;
    3539}
  • mrw-web-design-simple-tinymce/trunk/inc/block-editor.php

    r2988726 r3050062  
    396396        'padding',
    397397        'pullquote-border',
     398
    398399        'spacing',
    399400        'sticky-position',
     
    493494    if( in_array( 'pullquote-border', $hidden_settings ) ) {
    494495        $editor_settings['__experimentalFeatures']['blocks']['core/pullquote']['border'] = [];
     496
     497
     498
     499
     500
    495501    }
    496502
  • mrw-web-design-simple-tinymce/trunk/mrwweb-simple-tinymce.php

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

    r3003951 r3050062  
    44Requires at least: 6.0
    55Requires PHP: 5.6.20
    6 Tested up to: 6.4
    7 Stable tag: 2.12.1
     6Tested up to: 6.
     7Stable tag: 2.1
    88Donate link: https://www.paypal.me/rootwiley
    99License: GPLv3 or later
     
    7878
    7979== Changelog ==
     80
     81
     82
     83
     84
    8085= 2.12.1 (November 30, 2023) =
    8186- Fix ability to unhide newly-hidden inline formats (Footnote, highlight, inline image, inline code, and keyboard)
Note: See TracChangeset for help on using the changeset viewer.