Skip to content

Commit 39c9cd8

Browse files
Version bump & changelog update (#596)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9af5497 commit 39c9cd8

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

create-block-theme.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin Name: Create Block Theme
66
* Plugin URI: https://wordpress.org/plugins/create-block-theme
77
* Description: Generates a block theme
8-
* Version: 2.1.1
8+
* Version: 2.1.2
99
* Author: WordPress.org
1010
* Author URI: https://wordpress.org/
1111
* License: GNU General Public License v2 or later

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-block-theme",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"private": true,
55
"description": "Create a block-based theme",
66
"author": "The WordPress Contributors",

readme.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiia
33
Tags: themes, theme, block-theme
44
Requires at least: 6.5
55
Tested up to: 6.5
6-
Stable tag: 2.1.1
6+
Stable tag: 2.1.2
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -123,6 +123,11 @@ If you are having problems, please try the following:
123123

124124
== Changelog ==
125125

126+
= 2.1.2 =
127+
* Document the release process (#594)
128+
* Make sure code is being deployed to the directory only on Release PR Merge (#593)
129+
* Remove font management (#595)
130+
126131
= 2.1.1 =
127132
* Process group background image when saving theme (#586)
128133
* Removed unnecessary filter rejecting unsafe URLs (#588)

0 commit comments

Comments
 (0)