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
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 20260821 =
* Tested with WordPress 7.1
* Added checks: Add check for spelling “WordPress” correctly
* Added checks: Skip classic theme checks when the block theme is in a subfolder

= 20260508 =
* Tested with WordPress 6.9

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Theme Check ===
Contributors: Otto42, pross, poena, dingo-d, acosmin, kafleg, joyously
Requires at Least: 3.7
Tested Up To: 7.0
Tested Up To: 7.1
Tags: themes, guidelines, wordpress.org
Stable tag: 20260508
Stable tag: 20260821

A simple and easy way to test your theme for all the latest WordPress standards and practices. A great theme development tool!

Expand Down
2 changes: 1 addition & 1 deletion theme-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/WordPress/theme-check/
* Description: A simple and easy way to test your theme for all the latest WordPress standards and practices. A great theme development tool!
* Author: Themes Team
* Version: 20260508
* Version: 20260821
* Text Domain: theme-check
* License: GPLv2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
Loading