Bundled Themes: Twenty Twenty version bump.
We are releasing a new version of Twenty Twenty today thus we need to bump the version. Props ianbelanger. Fixes #50174. Built from https://develop.svn.wordpress.org/trunk@47800 git-svn-id: http://core.svn.wordpress.org/trunk@47576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
86b20d5655
commit
b10bd5134c
|
@ -22,6 +22,11 @@ you pick, ensuring a high, accessible color contrast for your visitors.
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.3 =
|
||||
* Released: May 14, 2020
|
||||
|
||||
https://wordpress.org/support/article/twenty-twenty-changelog/#Version_1.3
|
||||
|
||||
= 1.2 =
|
||||
* Released: March 31, 2020
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Twenty Twenty
|
||||
Text Domain: twentytwenty
|
||||
Version: 1.2
|
||||
Version: 1.3
|
||||
Requires at least: 4.7
|
||||
Requires PHP: 5.2.4
|
||||
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Twenty Twenty
|
||||
Text Domain: twentytwenty
|
||||
Version: 1.2
|
||||
Version: 1.3
|
||||
Requires at least: 4.7
|
||||
Requires PHP: 5.2.4
|
||||
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-47799';
|
||||
$wp_version = '5.5-alpha-47800';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue