Skip to content

Commit 6824dc0

Browse files
Version bump & changelog update (#727)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 27c0fb7 commit 6824dc0

File tree

4 files changed

+100
-5
lines changed

4 files changed

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

readme.txt

Lines changed: 14 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.6
55
Tested up to: 6.6
6-
Stable tag: 2.4.0
6+
Stable tag: 2.5.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -125,6 +125,19 @@ If you are having problems, please try the following:
125125

126126
== Changelog ==
127127

128+
= 2.5.0 =
129+
* Copy font assets to the local theme folder when creating a style variation (#713)
130+
* Adds minimum WordPress version to theme metadata (#715)
131+
* Add a main tag wrapper around the query loop (#726)
132+
* Remove "Categories: hidden" from default pattern header (#718)
133+
* Fix "troobleshooting" typo in readme.txt (#721)
134+
* Update node dependencies (#717)
135+
* Try: Add synced patterns to theme on save (#675)
136+
* Rename font assets when theme is saved and/or exported (#712)
137+
* Update escaping function (#683)
138+
* Redirect to proper editor_url (#708)
139+
* Update README.md disclaimer wording and formatting (#703)
140+
128141
= 2.4.0 =
129142
* Bump minimum required WordPress version to 6.6 (#704)
130143
* Don't enable sidebar UI in classic theme (#705)

0 commit comments

Comments
 (0)