From 6cd0969541ffa09011638046c7f6d1192c28cf76 Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Mon, 21 Oct 2024 14:16:27 +0900 Subject: [PATCH] v3.4.0 --- flexible-table-block.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 13 +++++++++++-- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/flexible-table-block.php b/flexible-table-block.php index a384b7b..4f2e265 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.5 * Requires PHP: 7.4 - * Version: 3.3.0 + * Version: 3.4.0 * Author: Aki Hamano * Author URI: https://github.com/t-hamano * License: GPL2 or later diff --git a/package-lock.json b/package-lock.json index 4d3c941..c4329bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flexible-table-block", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flexible-table-block", - "version": "3.3.0", + "version": "3.4.0", "license": "GPL-2.0-or-later", "dependencies": { "@emotion/react": "^11.13.3", diff --git a/package.json b/package.json index 6f907ab..686507a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flexible-table-block", - "version": "3.3.0", + "version": "3.4.0", "description": "The custom block plugin for the WordPress block editor that allows you to create tables with flexible configurations.", "author": "Aki Hamano", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 00a7d9c..e5db31a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: wildworks, Toro_Unit Tags: gutenberg, block, table Donate link: https://www.paypal.me/thamanoJP Requires at least: 6.5 -Tested up to: 6.6 -Stable tag: 3.3.0 +Tested up to: 6.7 +Stable tag: 3.4.0 Requires PHP: 7.4 License: GPLv2 or later 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. == Changelog == += 3.4.0 = +* Tested to WordPress 6.7 +* Drop support for WordPress 6.4 +* Add: Caption toolbar button +* Enhancement: Update icons +* Enhancement: Improve accessibility +* Enhancement: Improve hint text +* Enhancement: Add box-sizing + = 3.3.0 = * Tested to WordPress 6.6 * Drop support for WordPress 6.3