Skip to content

Commit 6cd0969

Browse files
committed
v3.4.0
1 parent e4d8b26 commit 6cd0969

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-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.5
66
* Requires PHP: 7.4
7-
* Version: 3.3.0
7+
* Version: 3.4.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.3.0",
3+
"version": "3.4.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: 11 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.5
6-
Tested up to: 6.6
7-
Stable tag: 3.3.0
6+
Tested up to: 6.7
7+
Stable tag: 3.4.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,15 @@ The breakpoints for switching between Desktop and mobile can be changed freely.
4242

4343
== Changelog ==
4444

45+
= 3.4.0 =
46+
* Tested to WordPress 6.7
47+
* Drop support for WordPress 6.4
48+
* Add: Caption toolbar button
49+
* Enhancement: Update icons
50+
* Enhancement: Improve accessibility
51+
* Enhancement: Improve hint text
52+
* Enhancement: Add box-sizing
53+
4554
= 3.3.0 =
4655
* Tested to WordPress 6.6
4756
* Drop support for WordPress 6.3

0 commit comments

Comments
 (0)