Skip to content

Commit c3d97ab

Browse files
author
github-actions
committed
Version bump & changelog update
1 parent f6d8a56 commit c3d97ab

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

create-block-theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin Name: Create Block Theme
66
* Plugin URI: https://wordpress.org/plugins/create-block-theme
77
* Description: Generates a block theme
8-
* Version: 1.8.1
8+
* Version: 1.8.2
99
* Author: WordPress.org
1010
* Author URI: https://wordpress.org/
1111
* License: GNU General Public License v2 or later

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-block-theme",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"private": true,
55
"description": "Create a block-based theme",
66
"author": "The WordPress Contributors",

readme.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://automattic.com/
44
Tags: themes, theme, block-theme
55
Requires at least: 6.0
66
Tested up to: 6.2
7-
Stable tag: 1.8.1
7+
Stable tag: 1.8.2
88
Requires PHP: 7.0
99
License: GPLv2 or later
1010
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
3636

3737
== Changelog ==
3838

39+
= 1.8.2 =
40+
* Merge branch 'trunk' into update/tested-up-wp-version-62
41+
* Updating Tested up to: 6.2 WordPress version
42+
* fix tag duplication in exported theme
43+
* Fixing error checking
44+
* Update Google Fonts JSON data from API
45+
* Refactor react app code for general purpose
46+
* add build directory to php exclude list
47+
* Do not call replace_template_namespace when overwrting theme
48+
* Merge branch 'trunk' into fix/314
49+
* Fix error when switching to template edit mode in the post editor
50+
* Add useRootPaddingAwareAlignments to blank theme
51+
* Update Google Fonts JSON data from API
52+
* Merge branch 'trunk' into fix/314
53+
* Avoid adding Template info to style.css if it's empty
54+
* Fix delete font family/face when name is different from family
55+
* Add theme name validation
56+
* Fix export theme from Site Editor
57+
* Strip escaping characters before printing stylesheet
58+
* Linting unlinted file
59+
3960
= 1.8.1 =
4061
* Add current WordPress version to style.css and readme.txt
4162
* Add labels around Google font family checkbox controls

0 commit comments

Comments
 (0)