Skip to content

Commit 0d698c9

Browse files
author
github-actions
committed
Version bump & changelog update
1 parent 4e1cb55 commit 0d698c9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.3.9
8+
* Version: 1.3.10
99
* Author: WordPress.org
1010
* Author URI: https://wordpress.org/
1111
* License: GNU General Public License v2 or later

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.3.9",
3+
"version": "1.3.10",
44
"private": true,
55
"description": "Create a block-based theme",
66
"author": "The WordPress Contributors",

readme.txt

Lines changed: 5 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.3.9
7+
Stable tag: 1.3.10
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,10 @@ Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Them
3636

3737
== Changelog ==
3838

39+
= 1.3.10 =
40+
* Remove font face: avoid unwanted removal of fontfamily.
41+
* Add missing spaces to option labels
42+
3943
= 1.3.9 =
4044
* Updating Tested up to: 6.1
4145
* I18N: Some new UI strings are not translatable

0 commit comments

Comments
 (0)