diff --git a/create-block-theme.php b/create-block-theme.php index 4e344d2d..5bbd651e 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.3 + * Version: 2.1.4 * 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 aaaec1c8..df11be26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "2.1.3", + "version": "2.1.4", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index e5c84885..fa6701af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "2.1.3", + "version": "2.1.4", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index f6088429..e817a4b2 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.3 +Stable tag: 2.1.4 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -123,6 +123,25 @@ If you are having problems, please try the following: == Changelog == += 2.1.4 = +* Fix template texts localizing/escaping (#641) +* Use only major.minor version in 'Tested up to' field (#635) +* Don't Clobber Metadata (#634) +* Clean and complete the changelog (#636) +* Add prefix to the names in the PHP global namespace. (#628) +* Improve tags UI (#630) +* Refactor Theme_Readme (readme.txt) PHP class (#626) +* Metadata screenshot (#621) +* Allow spaces in slugs. Changed logic to correctly replace functions. Updated tests. (#622) +* Reset changelog and version on clone and theme creation (#623) +* Use non-default port for wp-env (#611) +* Update package-lock.json (#620) +* Tests: use tests-wordpress wp-env for phpunit (#618) +* Add Repository Management section to contributing docs (#614) +* Update wp-env version (#619) +* Update Node version to 20 (#617) +* ESLint: Add new rules (#616) + = 2.1.3 = * Editor Sidebar: Persist "Save Changes" panel settings (#607) * Fix problem with zip file creation on Windows (#606)