mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
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. Fixes #55056. Built from https://develop.svn.wordpress.org/trunk@52781 git-svn-id: http://core.svn.wordpress.org/trunk@52370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
93e373b7be
commit
53590e7cdc
@ -3,7 +3,7 @@ Contributors: wordpressdotorg
|
|||||||
Requires at least: 5.9
|
Requires at least: 5.9
|
||||||
Tested up to: 5.9
|
Tested up to: 5.9
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Stable tag: 1.0
|
Stable tag: 1.1
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
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 ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.1 =
|
||||||
|
* Released: February 22, 2022
|
||||||
|
|
||||||
|
https://wordpress.org/support/article/twenty-twenty-two-changelog#Version_1.1
|
||||||
|
|
||||||
= 1.0 =
|
= 1.0 =
|
||||||
* Released: January 25, 2022
|
* Released: January 25, 2022
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces
|
|||||||
Requires at least: 5.9
|
Requires at least: 5.9
|
||||||
Tested up to: 5.9
|
Tested up to: 5.9
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: twentytwentytwo
|
Text Domain: twentytwentytwo
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.0-alpha-52780';
|
$wp_version = '6.0-alpha-52781';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user