Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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))
Expand Down
3 changes: 1 addition & 2 deletions which-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down