diff --git a/create-block-theme.php b/create-block-theme.php index eb5f7334..6e9d401c 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.1 + * Version: 1.8.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 bd27be13..ae6990e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "1.8.1", + "version": "1.8.2", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/icons": "^9.17.0", diff --git a/package.json b/package.json index 73993386..2455fd44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "1.8.1", + "version": "1.8.2", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index 10965147..98517dcd 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://automattic.com/ Tags: themes, theme, block-theme Requires at least: 6.0 Tested up to: 6.2 -Stable tag: 1.8.1 +Stable tag: 1.8.2 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -36,6 +36,27 @@ Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Them == Changelog == += 1.8.2 = +* Merge branch 'trunk' into update/tested-up-wp-version-62 +* Updating Tested up to: 6.2 WordPress version +* fix tag duplication in exported theme +* Fixing error checking +* Update Google Fonts JSON data from API +* Refactor react app code for general purpose +* add build directory to php exclude list +* Do not call replace_template_namespace when overwrting theme +* Merge branch 'trunk' into fix/314 +* Fix error when switching to template edit mode in the post editor +* Add useRootPaddingAwareAlignments to blank theme +* Update Google Fonts JSON data from API +* Merge branch 'trunk' into fix/314 +* Avoid adding Template info to style.css if it's empty +* Fix delete font family/face when name is different from family +* Add theme name validation +* Fix export theme from Site Editor +* Strip escaping characters before printing stylesheet +* Linting unlinted file + = 1.8.1 = * Add current WordPress version to style.css and readme.txt * Add labels around Google font family checkbox controls