From 01791eb7b64f00a9ed5ca42413a280474e81d803 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Tue, 31 Oct 2023 17:11:48 +0900 Subject: [PATCH] Update readme and changelog --- flexible-table-block.php | 4 ++-- readme.txt | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/flexible-table-block.php b/flexible-table-block.php index 6a24b26..d564a97 100644 --- a/flexible-table-block.php +++ b/flexible-table-block.php @@ -2,9 +2,9 @@ /** * Plugin Name: Flexible Table Block * Description: Easily create flexible configuration tables. - * Requires at least: 6.1 + * Requires at least: 6.2 * Requires PHP: 7.4 - * Version: 3.0.1 + * Version: 3.1.0 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later diff --git a/readme.txt b/readme.txt index 7f705d1..f136892 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: wildworks, Toro_Unit Tags: gutenberg, block, table Donate link: https://www.paypal.me/thamanoJP -Requires at least: 6.1 -Tested up to: 6.3 -Stable tag: 3.0.1 +Requires at least: 6.2 +Tested up to: 6.4 +Stable tag: 3.1.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -42,6 +42,12 @@ The breakpoints for switching between Desktop and mobile can be changed freely. == Changelog == += 3.1.0 = +* Tested to WordPress 6.4 +* Drop support for WordPress 6.1 +* Enhancement: Use Snackbar component instead of window.alert +* Fix: Some block styles are not carried over when transforming the block + = 3.0.1 = * Fix: Keyboard controls don't work within the link control popover * Fix: Tab key focus doesn't work when cell text contains footnote links