Version bump & changelog update (#706)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-08-23 10:59:35 -03:00 committed by GitHub
parent baff5dcdc4
commit 2f0f2fefc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 5 deletions

View file

@ -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.3.0
* Version: 2.4.0
* Author: WordPress.org
* Author URI: https://wordpress.org/
* License: GNU General Public License v2 or later

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "create-block-theme",
"version": "2.3.0",
"version": "2.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-block-theme",
"version": "2.3.0",
"version": "2.4.0",
"license": "GPL-2.0-or-later",
"dependencies": {
"@codemirror/lang-json": "^6.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "create-block-theme",
"version": "2.3.0",
"version": "2.4.0",
"private": true,
"description": "Create a block-based theme",
"author": "The WordPress Contributors",

View file

@ -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.3.0
Stable tag: 2.4.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@ -123,6 +123,18 @@ If you are having problems, please try the following:

== Changelog ==

= 2.4.0 =
* Bump minimum required WordPress version to 6.6 (#704)
* Don't enable sidebar UI in classic theme (#705)
* README markdown formatting (#702)
* Update broken link in README (#701)
* Update blank themes theme json version (#700)
* Global Styles JSON data inspector (#697)
* Delete only theme-related caches when saving changes (#685)
* Update "Tested up to" version to 6.6 (#694)
* Add theme reset section (#687)
* Sanitize DOS (Windows) new line style on readme.txt (#681)

= 2.3.0 =
* Persist font settings when cloning a theme (#678)
* Landing Page: Improve design (#673)