diff --git a/readme.txt b/readme.txt index 4439224..5e93444 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Which Blocks === Contributors: cadic Tags: block, block editor, blocks usage, statistics -Requires at least: 5.7 -Tested up to: 6.2 -Requires PHP: 7.0 -Stable tag: 1.0.1 +Requires at least: 6.0 +Tested up to: 6.9 +Requires PHP: 7.4 +Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -32,6 +32,9 @@ Admin menu: Tools > Which Blocks == Changelog == += 1.0.2 - 2026-01-20 = +* **Changed** Declare compatibility up to WordPress 6.9 + = 1.0.1 - 2023-03-30 = * **Changed** PHP Unit Tests (props [@cadic](https://github.com/cadic) via [#12](https://github.com/cadic/which-blocks/pull/12)) * **Changed** Readmes and github templates (props [@cadic](https://github.com/cadic) via [#14](https://github.com/cadic/which-blocks/pull/14)) diff --git a/which-blocks.php b/which-blocks.php index a62ca14..3e0ac04 100644 --- a/which-blocks.php +++ b/which-blocks.php @@ -7,8 +7,7 @@ * Author URI: https://lyuchin.com/ * Text Domain: which-blocks * Domain Path: /languages - * Version: 1.0.1 - * Tested up to: 6.2 + * Version: 1.0.2 * * @package Which_Blocks */