From b4e4f1c9596a78190e1a40cf0352837f01ccd5e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Jun 2026 15:03:29 +0000 Subject: [PATCH] Version bump & changelog update --- create-block-theme.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 6 +++++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/create-block-theme.php b/create-block-theme.php index bdd0d02e..6d604aef 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.10.0 + * Version: 2.10.1 * 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 07527858..ee2e146b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "2.10.0", + "version": "2.10.1", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/lang-json": "^6.0.2", diff --git a/package.json b/package.json index abdbf787..b58c0529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "2.10.0", + "version": "2.10.1", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index dfc91ec1..730699ea 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.10.0 +Stable tag: 2.10.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -126,6 +126,10 @@ If you are having problems, please try the following: == Changelog == += 2.10.1 = +* I18n: Handle backslashes in localized template text (#854) +* Keep SVG URLs remote during export (#855) + = 2.10.0 = * Validate downloaded theme assets against extension and MIME allowlists (#852) * Require super-admin for theme-modifying REST routes on multisite (#850)