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
2 changes: 1 addition & 1 deletion create-block-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 12 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
Loading