Skip to content

Commit 8ffe961

Browse files
author
github-actions
committed
Version bump & changelog update
1 parent b5c1f5b commit 8ffe961

File tree

4 files changed

+20
-5
lines changed

4 files changed

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

readme.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiia
33
Tags: themes, theme, block-theme
44
Requires at least: 6.0
55
Tested up to: 6.2
6-
Stable tag: 1.12.1
6+
Stable tag: 1.13.0
77
Requires PHP: 7.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -64,6 +64,21 @@ If you are having problems, please try the following:
6464

6565
== Changelog ==
6666

67+
= 1.13.0 =
68+
* # Conflicts:
69+
# admin/create-theme/theme-readme.php
70+
# admin/create-theme/theme-zip.php
71+
72+
* Merge branch 'trunk' into fix/resources-credits-on-save
73+
* Merge branch 'trunk' into add/subfolder-to-zip
74+
* Persist copyright info on new theme creation
75+
* Update Google Fonts JSON data from API
76+
* Move check for `download_url` higher up
77+
* Avoid white spaces or other weird characters on font asset paths.
78+
* Merge branch 'trunk' into add/subfolder-to-zip
79+
* Adding files to zip subfolder called as theme slug
80+
* Update Google Fonts JSON data from API
81+
6782
= 1.12.1 =
6883
* Fix double replacement in replace_namespace
6984

0 commit comments

Comments
 (0)