diff --git a/create-block-theme.php b/create-block-theme.php index cb97d2a1..c723fb79 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.13.1 + * Version: 1.13.2 * 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 4fecef85..948952bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "1.13.1", + "version": "1.13.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "1.13.1", + "version": "1.13.2", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/icons": "^9.24.0", diff --git a/package.json b/package.json index e497478d..330a55c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "1.13.1", + "version": "1.13.2", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index 3776e862..a31413d6 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.13.1 +Stable tag: 1.13.2 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -64,6 +64,13 @@ If you are having problems, please try the following: == Changelog == += 1.13.2 = +* Update Google Fonts JSON data from API +* Set the initial version to 1.0.0 insted of 0.0.1 +* Fix: react render warning +* Update Google Fonts JSON data from API +* Update Google Fonts JSON data from API + = 1.13.1 =