From e50c959942208c9c829807c0918a20810f142b84 Mon Sep 17 00:00:00 2001 From: Mark Root-Wiley Date: Tue, 12 Mar 2024 14:14:41 -0700 Subject: [PATCH] Bump version and update readme for v2.13.0 with WP 6.5 support --- changelog.txt | 5 +++++ mrwweb-simple-tinymce.php | 2 +- readme.txt | 7 ++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index bbf201a..a213735 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ += 2.13.0 (March 12, 2024, Released on a train somewhere between Seattle and Portland 🚆) = +- [New] Hide new default box-shadows design feature. Should not interfere with theme-defined shadows. Enable default shadows via `mrw_hidden_block_editor_settings` filter. +- [Fix] Hide Headings 1, 5, and 6 in WordPress 6.5+ +- Add new `blueprint.json` file to support plugin repository playground feature + = 2.12.1 (November 30, 2023) = - Fix ability to unhide newly-hidden inline formats (Footnote, highlight, inline image, inline code, and keyboard) diff --git a/mrwweb-simple-tinymce.php b/mrwweb-simple-tinymce.php index 9087540..4f38507 100644 --- a/mrwweb-simple-tinymce.php +++ b/mrwweb-simple-tinymce.php @@ -3,7 +3,7 @@ * Plugin Name: MRW Simplified Editor * Plugin URI: https://MRWweb.com/wordpress-plugins/mrw-web-design-simple-tinymce/ * Description: Streamlines the WordPress editor to focus users on consistent formatting and semantic content. -* Version: 2.12.1 +* Version: 2.13.0 * Author: Mark Root-Wiley * Author URI: https://MRWweb.com * Text Domain: mrw-web-design-simple-tinymce diff --git a/readme.txt b/readme.txt index a22e927..7df4d33 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: Block Editor, Blocks, Gutenberg, Editor Styles, Editor Requires at least: 6.0 Requires PHP: 5.6.20 Tested up to: 6.5 -Stable tag: 2.12.1 +Stable tag: 2.13.0 Donate link: https://www.paypal.me/rootwiley License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -77,6 +77,11 @@ Visit the GitHub wiki for [examples of filters](https://github.com/mrwweb/mrw-si 1. The Block Editor simplified, here with no colors or drop caps for the Paragraph block. == Changelog == += 2.13.0 (March 12, 2024, Released on a train somewhere between Seattle and Portland 🚆) = +- [New] Hide new default box-shadows design feature. Should not interfere with theme-defined shadows. Enable default shadows via `mrw_hidden_block_editor_settings` filter. +- [Fix] Hide Headings 1, 5, and 6 in WordPress 6.5+ +- Add new `blueprint.json` file to support plugin repository playground feature + = 2.12.1 (November 30, 2023) = - Fix ability to unhide newly-hidden inline formats (Footnote, highlight, inline image, inline code, and keyboard)