From 77dd4175a7049490c88900dfe7da82acbc2d4eb3 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 2 Nov 2022 03:17:12 +0000 Subject: [PATCH] Twenty Twenty-One: Properly bump to version 1.7. The theme version was missed in the relevant stylesheets in [54492]. This updates the last locations to allow 1.7 to be officially released. Props @hellofromTonya, SergeyBiryukov. Merges [54745] to the 6.1 branch. See #56450. Built from https://develop.svn.wordpress.org/branches/6.1@54746 git-svn-id: http://core.svn.wordpress.org/branches/6.1@54298 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyone/assets/css/ie.css | 2 +- .../twentytwentyone/assets/sass/01-settings/file-header.scss | 2 +- wp-content/themes/twentytwentyone/style-rtl.css | 2 +- wp-content/themes/twentytwentyone/style.css | 2 +- wp-includes/version.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentytwentyone/assets/css/ie.css b/wp-content/themes/twentytwentyone/assets/css/ie.css index 8ed4b2e29a..53aabc38f4 100644 --- a/wp-content/themes/twentytwentyone/assets/css/ie.css +++ b/wp-content/themes/twentytwentyone/assets/css/ie.css @@ -9,7 +9,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the Requires at least: 5.3 Tested up to: 6.0 Requires PHP: 5.6 -Version: 1.6 +Version: 1.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone diff --git a/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss b/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss index 64f6e379ae..6a5eed2b8c 100644 --- a/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss +++ b/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss @@ -7,7 +7,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the Requires at least: 5.3 Tested up to: 6.0 Requires PHP: 5.6 -Version: 1.6 +Version: 1.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone diff --git a/wp-content/themes/twentytwentyone/style-rtl.css b/wp-content/themes/twentytwentyone/style-rtl.css index d1ae63bd11..5880cd2f05 100644 --- a/wp-content/themes/twentytwentyone/style-rtl.css +++ b/wp-content/themes/twentytwentyone/style-rtl.css @@ -9,7 +9,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the Requires at least: 5.3 Tested up to: 6.0 Requires PHP: 5.6 -Version: 1.6 +Version: 1.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone diff --git a/wp-content/themes/twentytwentyone/style.css b/wp-content/themes/twentytwentyone/style.css index a6be5688ea..45600e20fc 100644 --- a/wp-content/themes/twentytwentyone/style.css +++ b/wp-content/themes/twentytwentyone/style.css @@ -9,7 +9,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the Requires at least: 5.3 Tested up to: 6.0 Requires PHP: 5.6 -Version: 1.6 +Version: 1.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone diff --git a/wp-includes/version.php b/wp-includes/version.php index dde2acb67f..9ffa47459c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1.1-alpha-54744'; +$wp_version = '6.1.1-alpha-54746'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.