Skip to content

Commit 01791eb

Browse files
committed
Update readme and changelog
1 parent 9606f94 commit 01791eb

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

flexible-table-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* Plugin Name: Flexible Table Block
44
* Description: Easily create flexible configuration tables.
5-
* Requires at least: 6.1
5+
* Requires at least: 6.2
66
* Requires PHP: 7.4
7-
* Version: 3.0.1
7+
* Version: 3.1.0
88
* Author: Aki Hamano
99
* Author URI: https://github.com/t-hamano
1010
* License: GPL2 or later

readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: wildworks, Toro_Unit
33
Tags: gutenberg, block, table
44
Donate link: https://www.paypal.me/thamanoJP
5-
Requires at least: 6.1
6-
Tested up to: 6.3
7-
Stable tag: 3.0.1
5+
Requires at least: 6.2
6+
Tested up to: 6.4
7+
Stable tag: 3.1.0
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010
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.
4242

4343
== Changelog ==
4444

45+
= 3.1.0 =
46+
* Tested to WordPress 6.4
47+
* Drop support for WordPress 6.1
48+
* Enhancement: Use Snackbar component instead of window.alert
49+
* Fix: Some block styles are not carried over when transforming the block
50+
4551
= 3.0.1 =
4652
* Fix: Keyboard controls don't work within the link control popover
4753
* Fix: Tab key focus doesn't work when cell text contains footnote links

0 commit comments

Comments
 (0)