Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 21, 2024
1 parent e4d8b26 commit 6cd0969
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion flexible-table-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6cd0969

Please sign in to comment.