From 436f25a37b4d9819df8cf8ddab7c4b5d16b8adce Mon Sep 17 00:00:00 2001 From: Jason Crist Date: Wed, 27 Jul 2022 10:05:08 -0400 Subject: [PATCH] Version Bump (#91) --- create-block-theme.php | 2 +- readme.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/create-block-theme.php b/create-block-theme.php index 20e634cc..a8accf39 100644 --- a/create-block-theme.php +++ b/create-block-theme.php @@ -5,7 +5,7 @@ * Plugin Name: Create Block Theme * Plugin URI: https://github.com/WordPress/create-block-theme * Description: Generates a block theme - * Version: 1.0.0 + * Version: 1.0.1 * Author: WordPress.org * Author URI: https://wordpress.org/ * License: GNU General Public License v2 or later diff --git a/readme.txt b/readme.txt index fd49f5ee..c73bc918 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://automattic.com/ Tags: themes, theme, block-theme Requires at least: 6.0 Tested up to: 6.0 -Stable tag: 1.0 +Stable tag: 1.0.1 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -32,5 +32,11 @@ You can add the details for the theme here. These details will be used in the st == Changelog == += 1.0.1 = +Add option to create blank theme. (#70) +Improve form instructions (#76) +Form cleanup and Theme name check (#77) +Get the correct merged theme.json data (#88) + = 1.0 = * Initial version.