Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automation] New patch Release: 2.1.4 #642

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.3
* Version: 2.1.4
* 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.1.3",
"version": "2.1.4",
"private": true,
"description": "Create a block-based theme",
"author": "The WordPress Contributors",
Expand Down
21 changes: 20 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.1.3
Stable tag: 2.1.4
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -123,6 +123,25 @@ If you are having problems, please try the following:

== Changelog ==

= 2.1.4 =
* Fix template texts localizing/escaping (#641)
* Use only major.minor version in 'Tested up to' field (#635)
* Don't Clobber Metadata (#634)
* Clean and complete the changelog (#636)
* Add prefix to the names in the PHP global namespace. (#628)
* Improve tags UI (#630)
* Refactor Theme_Readme (readme.txt) PHP class (#626)
* Metadata screenshot (#621)
* Allow spaces in slugs. Changed logic to correctly replace functions. Updated tests. (#622)
* Reset changelog and version on clone and theme creation (#623)
* Use non-default port for wp-env (#611)
* Update package-lock.json (#620)
* Tests: use tests-wordpress wp-env for phpunit (#618)
* Add Repository Management section to contributing docs (#614)
* Update wp-env version (#619)
* Update Node version to 20 (#617)
* ESLint: Add new rules (#616)

= 2.1.3 =
* Editor Sidebar: Persist "Save Changes" panel settings (#607)
* Fix problem with zip file creation on Windows (#606)
Expand Down
Loading