Skip to content

Commit

Permalink
Version bump & changelog update (#579)
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 Apr 22, 2024
1 parent 09154a8 commit 2e47033
Show file tree
Hide file tree
Showing 4 changed files with 15 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.0.2
* Version: 2.1.0
* Author: WordPress.org
* Author URI: https://wordpress.org/
* License: GNU General Public License v2 or later
Expand Down
4 changes: 2 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.0.2",
"version": "2.1.0",
"private": true,
"description": "Create a block-based theme",
"author": "The WordPress Contributors",
Expand Down
12 changes: 11 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.5
Tested up to: 6.5
Stable tag: 2.0.2
Stable tag: 2.1.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -127,6 +127,16 @@ If you are having problems, please try the following:

== Changelog ==

= 2.1.0 =
* Save only templates that have been changed (#572)
* I18n: Make modal titles translatable (#575)
* Update readme with changes from UI changes and updated screenshots (#571)
* Fix concatenation of translation strings (#554)
* Include activated Fonts on theme zip export functions (#564)
* Fix/un transposed patterns (#567)
* Try/refactor editor UI (#563)
* Update readme files with editor-specific steps and screenshot references (#555)

= 2.0.2 =
* Update readme, remove test files from release build (#548)

Expand Down

0 comments on commit 2e47033

Please sign in to comment.