[Automation] New minor Release: 2.3.0 (#679)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-07-02 11:23:17 +01:00 committed by GitHub
parent 070c444448
commit 29c8dbc136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 5 deletions

View file

@ -5,7 +5,7 @@
* Plugin Name: Create Block Theme * Plugin Name: Create Block Theme
* Plugin URI: https://wordpress.org/plugins/create-block-theme * Plugin URI: https://wordpress.org/plugins/create-block-theme
* Description: Generates a block theme * Description: Generates a block theme
* Version: 2.2.0 * Version: 2.3.0
* Author: WordPress.org * Author: WordPress.org
* Author URI: https://wordpress.org/ * Author URI: https://wordpress.org/
* License: GNU General Public License v2 or later * License: GNU General Public License v2 or later

4
package-lock.json generated
View file

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

View file

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

View file

@ -3,7 +3,7 @@ Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiia
Tags: themes, theme, block-theme Tags: themes, theme, block-theme
Requires at least: 6.5 Requires at least: 6.5
Tested up to: 6.5 Tested up to: 6.5
Stable tag: 2.2.0 Stable tag: 2.3.0
Requires PHP: 7.4 Requires PHP: 7.4
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html
@ -123,6 +123,22 @@ If you are having problems, please try the following:


== Changelog == == Changelog ==


= 2.3.0 =
* Persist font settings when cloning a theme (#678)
* Landing Page: Improve design (#673)
* Fix small readme typo (#674)
* A11y: Improve color contrast for help button (#672)
* Quality: Fix warning error when exporting theme (#671)
* Remove unused REST API endpoint (#670)
* Refactor theme fonts class for readability (#661)
* Check if theme fonts present before removing (#660)
* Add an about section in the editor (#667)
* Update escaping function (#665)
* Make external links translatable (#663)
* Update url for blueprint (#658)
* Add image credits edit capabilities to the edit theme modal (#662)
* Quality: Remove unused PHP classes (#664)

= 2.2.0 = = 2.2.0 =
* Update modal width to 65vw (#638) * Update modal width to 65vw (#638)
* Fixed font utilities to work with font sources as an (optional) array. (#645) * Fixed font utilities to work with font sources as an (optional) array. (#645)