diff --git a/package-lock.json b/package-lock.json index 9abe669..bcb0fa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richtext-extension", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "richtext-extension", - "version": "2.6.0", + "version": "2.7.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/base-styles": "5.9.0", diff --git a/package.json b/package.json index e85dcfa..6c5459a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "richtext-extension", - "version": "2.6.0", + "version": "2.7.0", "description": "WordPress plugin to add useful decoration features to the Gutenberg RichText editor toolbar.", "author": "Aki Hamano", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 603c60f..34e7bec 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: wildworks Tags: gutenberg,rich text,highlighter,formatting Donate link: https://www.paypal.me/thamanoJP Requires at least: 6.5 -Tested up to: 6.6 -Stable tag: 2.6.1 +Tested up to: 6.7 +Stable tag: 2.7.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -46,6 +46,10 @@ Removes all formatting. == Changelog == += 2.7.0 = +* Tested to WordPress 6.7 +* Drop support for WordPress 6.4 + = 2.6.1 = * Add missing changelog entry diff --git a/richtext-extension.php b/richtext-extension.php index 186fb96..eb1eef6 100644 --- a/richtext-extension.php +++ b/richtext-extension.php @@ -4,7 +4,7 @@ * Description: Adds useful decoration features to the Gutenberg RichText editor toolbar. * Requires at least: 6.5 * Requires PHP: 7.4 - * Version: 2.6.1 + * Version: 2.7.0 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later