mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
Version bump & changelog update (#769)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
40cb8a2970
commit
b9e0228e39
4 changed files with 16 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.6.0
|
||||
* Version: 2.7.0
|
||||
* 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.6.0",
|
||||
"version": "2.7.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "create-block-theme",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"dependencies": {
|
||||
"@codemirror/lang-json": "^6.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-block-theme",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"private": true,
|
||||
"description": "Create a block-based theme",
|
||||
"author": "The WordPress Contributors",
|
||||
|
|
13
readme.txt
13
readme.txt
|
@ -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.8
|
||||
Stable tag: 2.6.0
|
||||
Stable tag: 2.7.0
|
||||
Requires PHP: 7.4
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
@ -125,6 +125,17 @@ If you are having problems, please try the following:
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.7.0 =
|
||||
* Update "Tested up to" version to 6.8 (#768)
|
||||
* Update wp-env configuration to use 'development mode' and to store themes in an accessible place for development (#764)
|
||||
* Code Quality: fix browser deprecation warning (#762)
|
||||
* PHPCS: Remove unused files and adjust release files (#754)
|
||||
* GitHub Actions: Install Subversion (#761)
|
||||
* Polish plugin sidebar buttons (#755)
|
||||
* Clean up package.json and update @wordpress/env (#753)
|
||||
* Tested up to: 6.7 (#751)
|
||||
* Add figcaption escaping for image and video blocks (#745)
|
||||
|
||||
= 2.6.0 =
|
||||
* Process inner html of blocks when escaping text content (#719)
|
||||
* Removed all of the code relating to 'folder management' of a theme. (#723)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue