diff --git a/create-block-theme.php b/create-block-theme.php index 8b611ef3..94e473e1 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: 1.12.1 + * Version: 1.13.0 * 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 a0ced9bc..35e82047 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "1.12.1", + "version": "1.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "1.12.1", + "version": "1.13.0", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/icons": "^9.24.0", diff --git a/package.json b/package.json index 69c63514..df85ee42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "1.12.1", + "version": "1.13.0", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index ef14916d..9b02c480 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.0 Tested up to: 6.2 -Stable tag: 1.12.1 +Stable tag: 1.13.0 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -64,6 +64,21 @@ If you are having problems, please try the following: == Changelog == += 1.13.0 = +* # Conflicts: +# admin/create-theme/theme-readme.php +# admin/create-theme/theme-zip.php + +* Merge branch 'trunk' into fix/resources-credits-on-save +* Merge branch 'trunk' into add/subfolder-to-zip +* Persist copyright info on new theme creation +* Update Google Fonts JSON data from API +* Move check for `download_url` higher up +* Avoid white spaces or other weird characters on font asset paths. +* Merge branch 'trunk' into add/subfolder-to-zip +* Adding files to zip subfolder called as theme slug +* Update Google Fonts JSON data from API + = 1.12.1 = * Fix double replacement in replace_namespace