From 2480506603bba370286dc3e0d8f74645d66d6fe7 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Sat, 26 Aug 2023 17:19:09 +0900 Subject: [PATCH] Update changelog --- flexible-table-block.php | 2 +- readme.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/flexible-table-block.php b/flexible-table-block.php index 2be023a..6a24b26 100644 --- a/flexible-table-block.php +++ b/flexible-table-block.php @@ -4,7 +4,7 @@ * Description: Easily create flexible configuration tables. * Requires at least: 6.1 * Requires PHP: 7.4 - * Version: 3.0.0 + * Version: 3.0.1 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later diff --git a/readme.txt b/readme.txt index c4e5fe2..7f705d1 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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.0 +Stable tag: 3.0.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -42,6 +42,11 @@ The breakpoints for switching between Desktop and mobile can be changed freely. == Changelog == += 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 +* Enhancement: Release cell selection when the block is unselected + = 3.0.0 = * Tested to WordPress 6.3 * Fix: Missing top border in the block sidebar