diff --git a/create-block-theme.php b/create-block-theme.php index c8ce7f2d..a3b67a7c 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.0 + * Version: 2.1.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 4ff2a705..98df151d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "2.1.0", + "version": "2.1.1", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index 75be17c7..d1212e8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "2.1.0", + "version": "2.1.1", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index ca757209..f794bc3f 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.0 +Stable tag: 2.1.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -123,6 +123,15 @@ If you are having problems, please try the following: == Changelog == += 2.1.1 = +* Process group background image when saving theme (#586) +* Removed unnecessary filter rejecting unsafe URLs (#588) +* Fix/cover-block-content-stripped (#587) +* When there are no fonts to export an error is thrown (null ref). This change checks for fonts to copy to the theme before trying to. (#582) +* Fix hardcoded wp-admin URLs (#576) +* Code Quality: Remove `no-undef` eslint rule (#577) +* Move screenshot refs to screenshot section (#580) + = 2.1.0 = * Save only templates that have been changed (#572) * I18n: Make modal titles translatable (#575)