Skip to content

Commit e74eb04

Browse files
author
github-actions
committed
Version bump & changelog update
1 parent 4f71838 commit e74eb04

File tree

3 files changed

+13
-3
lines changed

3 files changed

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

readme.txt

Lines changed: 11 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.0
7-
Stable tag: 1.3.7
7+
Stable tag: 1.3.8
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,16 @@ Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Them
3636

3737
== Changelog ==
3838

39+
= 1.3.8 =
40+
* Fixes the spelling of definition
41+
* Fixing readme contributors
42+
* Add contributor username to readme
43+
* Update GitHub action to avoid deprecation warning
44+
* Update Google Fonts JSON data from API
45+
* Update Google Fonts JSON data from API
46+
* Check permission before running functions that need file write permissions
47+
* Allow previewing system font
48+
3949
= 1.3.7 =
4050
* Moving assets files to be auto updated by the release action
4151

0 commit comments

Comments
 (0)