File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22Contributors: wildworks, Toro_Unit
33Tags: gutenberg, block, table
44Donate 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
88Requires PHP: 7.4
99License: GPLv2 or later
1010License 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
You can’t perform that action at this time.
0 commit comments