Twenty Twenty-Two: update the required version.
This commit updates the required WordPress version of the 2022 default theme to 5.9 in advance of its release on January 25. Props hellofromtonya, kjellr, desrosj. See #54318. Built from https://develop.svn.wordpress.org/trunk@52612 git-svn-id: http://core.svn.wordpress.org/trunk@52200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7f5d7f1b56
commit
1229d642a2
|
@ -1,6 +1,6 @@
|
|||
=== Twenty Twenty-Two ===
|
||||
Contributors: wordpressdotorg
|
||||
Requires at least: 5.8
|
||||
Requires at least: 5.9
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.6
|
||||
Stable tag: 1.0
|
||||
|
@ -18,9 +18,7 @@ Whether you’re building a single-page website, a blog, a business website, or
|
|||
== Changelog ==
|
||||
|
||||
= 1.0 =
|
||||
* Released: December
|
||||
|
||||
https://wordpress.org/support/article/twenty-twenty-two-changelog#Version_1.0
|
||||
* Released: January 25, 2022
|
||||
|
||||
== Copyright ==
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: https://github.com/wordpress/twentytwentytwo/
|
|||
Author: the WordPress team
|
||||
Author URI: https://wordpress.org/
|
||||
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
|
||||
Requires at least: 5.8
|
||||
Requires at least: 5.9
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.6
|
||||
Version: 1.0
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-52611';
|
||||
$wp_version = '6.0-alpha-52612';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue