diff --git a/create-block-theme.php b/create-block-theme.php index 5bbd651e..bf0b9486 100644 --- a/create-block-theme.php +++ b/create-block-theme.php @@ -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.4 + * Version: 2.2.0 * Author: WordPress.org * Author URI: https://wordpress.org/ * License: GNU General Public License v2 or later diff --git a/package-lock.json b/package-lock.json index daa8759e..bf74cb6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-block-theme", - "version": "2.1.4", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-block-theme", - "version": "2.1.4", + "version": "2.2.0", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index b956e989..72c1c5e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-block-theme", - "version": "2.1.4", + "version": "2.2.0", "private": true, "description": "Create a block-based theme", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index e817a4b2..faded389 100644 --- a/readme.txt +++ b/readme.txt @@ -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.4 +Stable tag: 2.2.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -123,6 +123,19 @@ If you are having problems, please try the following: == Changelog == += 2.2.0 = +* Update modal width to 65vw (#638) +* Fixed font utilities to work with font sources as an (optional) array. (#645) +* Handle font licenses when editing theme metadata (#649) +* Adds an endpoints that returns a list of font families used by a theme (#648) +* Flush cache after creating new themes (#654) +* Replace/admin interface (#637) +* Added subfolder to initial theme state to eliminate render error (#652) +* Fix the jslint warning (or infinate loop error when fixed) from useSelect usage (#651) +* Enforce specifying which eslint rule is disabled when using eslint disable comments (#650) +* Handle font credits in the backend (#647) +* Move lib-font and add GPL license text (#646) + = 2.1.4 = * Fix template texts localizing/escaping (#641) * Use only major.minor version in 'Tested up to' field (#635)