From 244eb039d57ef64e9c31f2689d3f0a6af3435f3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jun 2026 14:35:24 +0000 Subject: [PATCH] Version bump & changelog update --- create-block-theme.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 13 ++++++++++++- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/create-block-theme.php b/create-block-theme.php index bdf69aa5..bdd0d02e 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.9.0 + * Version: 2.10.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 283b441a..07527858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "2.9.0", + "version": "2.10.0", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/lang-json": "^6.0.2", diff --git a/package.json b/package.json index ddb41554..abdbf787 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "2.9.0", + "version": "2.10.0", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index 7c5a8eaf..dfc91ec1 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.8 Tested up to: 6.9 -Stable tag: 2.9.0 +Stable tag: 2.10.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -126,6 +126,17 @@ If you are having problems, please try the following: == Changelog == += 2.10.0 = +* Validate downloaded theme assets against extension and MIME allowlists (#852) +* Require super-admin for theme-modifying REST routes on multisite (#850) +* I18n: Localize label attribute of additional blocks (#826) +* I18n: Localise fileName and downloadButtonText of the File block (#827) +* Strip PHP execution tags from pattern body content (#851) +* Add /theme-settings REST endpoint + CBT_Theme_Settings_Save service (#843) +* Fix: guard `$template->media` reads against undefined property (#835) +* Add setting to expand typography controls in the block inspector (#824) +* Sanitize pattern titles and categories (#817) + = 2.9.0 = * Downgrade actions/core (#815) * Performance: Consolidate redundant APIs into getCurrentTheme (#804)