mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
Version bump & changelog update (#596)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9af54976d6
commit
39c9cd87a5
4 changed files with 10 additions and 5 deletions
|
@ -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.1
|
||||
* Version: 2.1.2
|
||||
* Author: WordPress.org
|
||||
* Author URI: https://wordpress.org/
|
||||
* License: GNU General Public License v2 or later
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "create-block-theme",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "create-block-theme",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"dependencies": {
|
||||
"@codemirror/lang-json": "^6.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-block-theme",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"private": true,
|
||||
"description": "Create a block-based theme",
|
||||
"author": "The WordPress Contributors",
|
||||
|
|
|
@ -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.1
|
||||
Stable tag: 2.1.2
|
||||
Requires PHP: 7.4
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
@ -123,6 +123,11 @@ If you are having problems, please try the following:
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.1.2 =
|
||||
* Document the release process (#594)
|
||||
* Make sure code is being deployed to the directory only on Release PR Merge (#593)
|
||||
* Remove font management (#595)
|
||||
|
||||
= 2.1.1 =
|
||||
* Process group background image when saving theme (#586)
|
||||
* Removed unnecessary filter rejecting unsafe URLs (#588)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue