diff --git a/package.json b/package.json index 9c963ae..0e2d308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "richtext-extension", - "version": "2.4.0", + "version": "2.5.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 50d7104..bd34dd1 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.3 -Tested up to: 6.4 -Stable tag: 2.4.0 +Tested up to: 6.5 +Stable tag: 2.5.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -46,6 +46,12 @@ Removes all formatting. == Changelog == += 2.5.0 = +* Tested to WordPress 6.5 +* Drop support for WordPress 6.2 +* Fix: Can't disable "Underline" and "Clear format" button +* Fix: Deprecated error in PHP 8.2 + = 2.4.0 = * Tested to WordPress 6.4 * Drop support for WordPress 6.0, 6.1 diff --git a/richtext-extension.php b/richtext-extension.php index 6584418..68cc9ea 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.3 * Requires PHP: 7.4 - * Version: 2.4.0 + * Version: 2.5.0 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later