From a03db8aed2f5e06443552289916223316471b46f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Dec 2025 15:42:40 +0000 Subject: [PATCH 1/2] Version bump & changelog update --- create-block-theme.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 14 +++++++++++++- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/create-block-theme.php b/create-block-theme.php index 029e929e..c94fbf28 100644 --- a/create-block-theme.php +++ b/create-block-theme.php @@ -5,7 +5,7 @@ * Plugin Name: Create Block Theme * Plugin URI: https://wordpress.org/plugins/create-block-theme * Description: Generates a block theme - * Version: 2.7.0 + * Version: 2.8.0 * Author: WordPress.org * Author URI: https://wordpress.org/ * License: GNU General Public License v2 or later diff --git a/package-lock.json b/package-lock.json index d0f13caa..ea3bc200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "2.7.0", + "version": "2.8.0", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/lang-json": "^6.0.2", diff --git a/package.json b/package.json index b25c6126..2f9b5210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "2.7.0", + "version": "2.8.0", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index b48762bf..abcc8b0a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiia Tags: themes, theme, block-theme Requires at least: 6.7 Tested up to: 6.8 -Stable tag: 2.7.0 +Stable tag: 2.8.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -125,6 +125,18 @@ If you are having problems, please try the following: == Changelog == += 2.8.0 = +* Save all patterns (#790) +* I18n: Makes it possible to translate text strings in HTML comments (#788) +* Move and version attributes to the start of the theme.json file as this helps editing in IDEs (#787) +* Localize Details block summary text (#778) +* PHPCS: enalbe VariableAnalysis.CodeAnalysis.VariableAnalysis rule (#782) +* Clean up package.json and update libraries (#781) +* Bump minimum required WordPress version to 6.7 (#775) +* Added filters for changing paths (#771) +* Add option to remove taxonomy query from query block attributes (#734) (#743) +* Wp-env: remove mappings field (#774) + = 2.7.0 = * Update "Tested up to" version to 6.8 (#768) * Update wp-env configuration to use 'development mode' and to store themes in an accessible place for development (#764) From e070a9babed2bd05c2b79aa52ce791716f462a2a Mon Sep 17 00:00:00 2001 From: Sarah Norris <1645628+mikachan@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:03:33 +0000 Subject: [PATCH 2/2] Update Tested up to version to 6.9 (#793) # Conflicts: # readme.txt --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index abcc8b0a..537a6336 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiiaass, jffng, madhudollu, egregor, vcanales, jeffikus, cwhitmore Tags: themes, theme, block-theme Requires at least: 6.7 -Tested up to: 6.8 +Tested up to: 6.9 Stable tag: 2.8.0 Requires PHP: 7.4 License: GPLv2 or later @@ -126,6 +126,7 @@ If you are having problems, please try the following: == Changelog == = 2.8.0 = +* Update "Tested up to" version to 6.9 (#793) * Save all patterns (#790) * I18n: Makes it possible to translate text strings in HTML comments (#788) * Move and version attributes to the start of the theme.json file as this helps editing in IDEs (#787)