Skip to content

Commit 7d1a46d

Browse files
author
github-actions
committed
Version bump & changelog update
1 parent 3d6b897 commit 7d1a46d

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-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.0
8+
* Version: 1.8.1
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.0",
3+
"version": "1.8.1",
44
"private": true,
55
"description": "Create a block-based theme",
66
"author": "The WordPress Contributors",

readme.txt

Lines changed: 7 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.1
7-
Stable tag: 1.8.0
7+
Stable tag: 1.8.1
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,12 @@ Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Them
3636

3737
== Changelog ==
3838

39+
= 1.8.1 =
40+
* Add current WordPress version to style.css and readme.txt
41+
* Add labels around Google font family checkbox controls
42+
* Fix theme slug, textdomain, and template for cloned, child and sibling themes.
43+
* Replace theme slug in templates after getting media urls from them
44+
3945
= 1.8.0 =
4046
* Export style variations just with the changes made by the user
4147
* fix issue where package-lock is not updated on version bump

0 commit comments

Comments
 (0)