Skip to content

Commit decd27d

Browse files
committed
v3.6.0
1 parent 7a35101 commit decd27d

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

flexible-table-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Easily create flexible configuration tables.
55
* Requires at least: 6.8
66
* Requires PHP: 8.0
7-
* Version: 3.5.0
7+
* Version: 3.6.0
88
* Author: Aki Hamano
99
* Author URI: https://github.com/t-hamano
1010
* License: GPL2 or later

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flexible-table-block",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "The custom block plugin for the WordPress block editor that allows you to create tables with flexible configurations.",
55
"author": "Aki Hamano",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: wildworks, Toro_Unit
33
Tags: gutenberg, block, table
44
Donate link: https://www.paypal.me/thamanoJP
55
Requires at least: 6.8
6-
Tested up to: 6.7
7-
Stable tag: 3.5.0
6+
Tested up to: 6.9
7+
Stable tag: 3.6.0
88
Requires PHP: 8.0
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -42,6 +42,22 @@ The breakpoints for switching between Desktop and mobile can be changed freely.
4242

4343
== Changelog ==
4444

45+
= 3.6.0 =
46+
* Tested to WordPress 6.9
47+
* Drop support for WP 6.6 and 6.7
48+
* Enhancement: Remove reset buttons
49+
* Enhancement: Improve accessibility of cell alignment setting
50+
* Enhancement: Parse CSS values more accurately
51+
* Enhancement: Add CSS classes to panels and sections
52+
* Enhancement: Update icons
53+
* Enhancement: Focus first cell when inserting or deleting row or column
54+
* Enhancement: Show message when no cells selected
55+
* Enhancement: Add table min height setting
56+
* Enhancement: Make font size setting default control
57+
* Fix: Clearing table settings does not change the "Fixed width table cells" setting to the default
58+
* Fix: Deselection is not working correctly in border style control
59+
* Fix: Input field order in border radius control
60+
4561
= 3.5.0 =
4662
* Tested to WordPress 6.8
4763
* Drop support for WP 6.5

0 commit comments

Comments
 (0)