Skip to content

Commit

Permalink
Version bump & changelog update (#727)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 20, 2024
1 parent 27c0fb7 commit 6824dc0
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 5 deletions.
2 changes: 1 addition & 1 deletion create-block-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin Name: Create Block Theme
* Plugin URI: https://wordpress.org/plugins/create-block-theme
* Description: Generates a block theme
* Version: 2.4.0
* Version: 2.5.0
* Author: WordPress.org
* Author URI: https://wordpress.org/
* License: GNU General Public License v2 or later
Expand Down
86 changes: 84 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-block-theme",
"version": "2.4.0",
"version": "2.5.0",
"private": true,
"description": "Create a block-based theme",
"author": "The WordPress Contributors",
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiia
Tags: themes, theme, block-theme
Requires at least: 6.6
Tested up to: 6.6
Stable tag: 2.4.0
Stable tag: 2.5.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -125,6 +125,19 @@ If you are having problems, please try the following:

== Changelog ==

= 2.5.0 =
* Copy font assets to the local theme folder when creating a style variation (#713)
* Adds minimum WordPress version to theme metadata (#715)
* Add a main tag wrapper around the query loop (#726)
* Remove "Categories: hidden" from default pattern header (#718)
* Fix "troobleshooting" typo in readme.txt (#721)
* Update node dependencies (#717)
* Try: Add synced patterns to theme on save (#675)
* Rename font assets when theme is saved and/or exported (#712)
* Update escaping function (#683)
* Redirect to proper editor_url (#708)
* Update README.md disclaimer wording and formatting (#703)

= 2.4.0 =
* Bump minimum required WordPress version to 6.6 (#704)
* Don't enable sidebar UI in classic theme (#705)
Expand Down

0 comments on commit 6824dc0

Please sign in to comment.