From 5b63c6c5926489bc7ad3a4b9f0a9f94d0ee55b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tetsuaki=20Hamano=20/=20=E6=B5=9C=E9=87=8E=20=E5=93=B2?= =?UTF-8?q?=E6=98=8E?= Date: Sat, 15 Oct 2022 05:28:31 +0000 Subject: [PATCH] v2.1.0 --- readme.txt | 4 ++-- richtext-extension.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 9e0430f..034a1bc 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: 5.9 -Tested up to: 6.0 -Stable tag: 2.0.0 +Tested up to: 6.1 +Stable tag: 2.1.0 Requires PHP: 7.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/richtext-extension.php b/richtext-extension.php index 30e08ec..e6fa080 100644 --- a/richtext-extension.php +++ b/richtext-extension.php @@ -2,7 +2,7 @@ /** * Plugin Name: RichText Extension * Description: Adds useful decoration features to the Gutenberg RichText editor toolbar. - * Version: 2.0.0 + * Version: 2.1.0 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later