From 46da16fae10022e9a8b0ae390284f986cd24c9a6 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 21 Feb 2022 21:15:04 +0000 Subject: [PATCH] Twenty Twenty-Two: Bump theme version to 1.1. This change bumps the version of the Twenty Twenty-Two bundled theme in preparation for release with WordPress 5.9.1. Props peterwilsoncc, petaryoast, audrasjb, SergeyBiryukov, rafiahmedd. Merges [52781] to the 5.9 branch. Fixes #55056. Built from https://develop.svn.wordpress.org/branches/5.9@52782 git-svn-id: http://core.svn.wordpress.org/branches/5.9@52371 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentytwo/readme.txt | 7 ++++++- wp-content/themes/twentytwentytwo/style.css | 2 +- wp-includes/version.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwentytwo/readme.txt b/wp-content/themes/twentytwentytwo/readme.txt index d99cb3a1da..5f10e0fe95 100644 --- a/wp-content/themes/twentytwentytwo/readme.txt +++ b/wp-content/themes/twentytwentytwo/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg Requires at least: 5.9 Tested up to: 5.9 Requires PHP: 5.6 -Stable tag: 1.0 +Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -17,6 +17,11 @@ Whether you’re building a single-page website, a blog, a business website, or == Changelog == += 1.1 = +* Released: February 22, 2022 + +https://wordpress.org/support/article/twenty-twenty-two-changelog#Version_1.1 + = 1.0 = * Released: January 25, 2022 diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css index b9f6a19367..7692799f48 100644 --- a/wp-content/themes/twentytwentytwo/style.css +++ b/wp-content/themes/twentytwentytwo/style.css @@ -7,7 +7,7 @@ Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces Requires at least: 5.9 Tested up to: 5.9 Requires PHP: 5.6 -Version: 1.0 +Version: 1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentytwo diff --git a/wp-includes/version.php b/wp-includes/version.php index 30b04f1bd3..822f2211ed 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9.1-RC1-52771'; +$wp_version = '5.9.1-RC1-52782'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.