Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 19, 2022
1 parent 74ce603 commit ddddbff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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: 5.9
* Requires PHP: 7.3
* Version: 2.7.3
* Version: 2.8.0
* Author: Aki Hamano
* Author URI: https://github.com/t-hamano
* License: GPL2 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: 5.9
Tested up to: 6.0
Stable tag: 2.7.3
Tested up to: 6.1
Stable tag: 2.8.0
Requires PHP: 7.3
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 ==

= 2.8.0 =
* Tested to WordPress 6.1
* Drop support for WordPress 5.8
* Enhancement: Polish block sidebar UI
* Enhancement: Polish UI in Global Setting modal
* Doc: Use code tags in some text
* Fix: Don't apply typography support styles to the placeholder
* Fix: register_block_type path

= 2.7.3 =
* Add: Loading status to global settings button
* Clean: Use code tags for text in the options section
Expand Down

0 comments on commit ddddbff

Please sign in to comment.