diff --git a/create-block-theme.php b/create-block-theme.php index 6e9d401c..0d4017cf 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.8.2 + * Version: 1.9.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 ae6990e4..8f7cdbbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "1.8.2", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "1.8.2", + "version": "1.9.0", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/icons": "^9.17.0", diff --git a/package.json b/package.json index 2455fd44..c58bbc1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "1.8.2", + "version": "1.9.0", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index ce9ea6fb..d80cd690 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.8.2 +Stable tag: 1.9.0 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -45,6 +45,14 @@ If you have a bug to report, please submit it to the [GitHub repository](https:/ == Changelog == += 1.9.0 = +* Merge branch 'trunk' into add/handle-google-font-credits +* Update Google Fonts JSON data from API +* Fix console error in `prepareThemeNameValidation` function +* Add FAQ section to readme.txt +* Automatically add font license info for Google fonts +* Removing donate link + = 1.8.2 = * Merge branch 'trunk' into update/tested-up-wp-version-62 * Updating Tested up to: 6.2 WordPress version