From ba6f873d2e58069e7024992cfa73761e1010318c Mon Sep 17 00:00:00 2001 From: Ganga Kafle Date: Fri, 21 Aug 2026 13:14:39 +1000 Subject: [PATCH] Fix changelog and update versio Update plugin in WordPress org --- changelog.txt | 5 +++++ readme.txt | 4 ++-- theme-check.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index ab0be91..2378754 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/readme.txt b/readme.txt index 2b66714..a45f0fa 100644 --- a/readme.txt +++ b/readme.txt @@ -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! diff --git a/theme-check.php b/theme-check.php index 293e1ae..7295ddd 100644 --- a/theme-check.php +++ b/theme-check.php @@ -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