Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 31, 2023
1 parent 9606f94 commit 01791eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions flexible-table-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/**
* Plugin Name: Flexible Table Block
* Description: Easily create flexible configuration tables.
* Requires at least: 6.1
* Requires at least: 6.2
* Requires PHP: 7.4
* Version: 3.0.1
* Version: 3.1.0
* Author: Aki Hamano
* Author URI: https://github.com/t-hamano
* License: GPL2 or later
Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: wildworks, Toro_Unit
Tags: gutenberg, block, table
Donate link: https://www.paypal.me/thamanoJP
Requires at least: 6.1
Tested up to: 6.3
Stable tag: 3.0.1
Requires at least: 6.2
Tested up to: 6.4
Stable tag: 3.1.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,12 @@ The breakpoints for switching between Desktop and mobile can be changed freely.

== Changelog ==

= 3.1.0 =
* Tested to WordPress 6.4
* Drop support for WordPress 6.1
* Enhancement: Use Snackbar component instead of window.alert
* Fix: Some block styles are not carried over when transforming the block

= 3.0.1 =
* Fix: Keyboard controls don't work within the link control popover
* Fix: Tab key focus doesn't work when cell text contains footnote links
Expand Down

0 comments on commit 01791eb

Please sign in to comment.