diff --git a/create-block-theme.php b/create-block-theme.php index 3b04e049..0b7c73c8 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.1.2 + * Version: 2.1.3 * 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 2bd51dd8..28932278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "2.1.2", + "version": "2.1.3", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index a505c565..6e56aa15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "2.1.2", + "version": "2.1.3", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index 114bea1d..d1839cea 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.5 Tested up to: 6.5 -Stable tag: 2.1.2 +Stable tag: 2.1.3 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -123,6 +123,16 @@ If you are having problems, please try the following: == Changelog == += 2.1.3 = +* Editor Sidebar: Persist "Save Changes" panel settings (#607) +* Fix problem with zip file creation on Windows (#606) +* Fix custom fonts assets path (#601) +* Remove unused `UpdateThemePanel` component (#608) +* Check ZipArchive class before zip export (#609) +* Editor Sidebar: Make save panel text translatable (#603) +* Editor Sidebar: Improve screen title UI (#605) +* Move files (#598) + = 2.1.2 = * Document the release process (#594) * Make sure code is being deployed to the directory only on Release PR Merge (#593)