Skip to content

Commit 8f03e53

Browse files
Version bump & changelog update (#642)
1 parent 88c4b1c commit 8f03e53

File tree

4 files changed

+24
-5
lines changed

4 files changed

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

readme.txt

Lines changed: 20 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.5
55
Tested up to: 6.5
6-
Stable tag: 2.1.3
6+
Stable tag: 2.1.4
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -123,6 +123,25 @@ If you are having problems, please try the following:
123123

124124
== Changelog ==
125125

126+
= 2.1.4 =
127+
* Fix template texts localizing/escaping (#641)
128+
* Use only major.minor version in 'Tested up to' field (#635)
129+
* Don't Clobber Metadata (#634)
130+
* Clean and complete the changelog (#636)
131+
* Add prefix to the names in the PHP global namespace. (#628)
132+
* Improve tags UI (#630)
133+
* Refactor Theme_Readme (readme.txt) PHP class (#626)
134+
* Metadata screenshot (#621)
135+
* Allow spaces in slugs. Changed logic to correctly replace functions. Updated tests. (#622)
136+
* Reset changelog and version on clone and theme creation (#623)
137+
* Use non-default port for wp-env (#611)
138+
* Update package-lock.json (#620)
139+
* Tests: use tests-wordpress wp-env for phpunit (#618)
140+
* Add Repository Management section to contributing docs (#614)
141+
* Update wp-env version (#619)
142+
* Update Node version to 20 (#617)
143+
* ESLint: Add new rules (#616)
144+
126145
= 2.1.3 =
127146
* Editor Sidebar: Persist "Save Changes" panel settings (#607)
128147
* Fix problem with zip file creation on Windows (#606)

0 commit comments

Comments
 (0)