From b10bd5134cdaee62fe80ce5dc8390b5aea90c925 Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Thu, 14 May 2020 18:12:07 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentytwenty/readme.txt | 5 +++++ wp-content/themes/twentytwenty/style-rtl.css | 2 +- wp-content/themes/twentytwenty/style.css | 2 +- wp-includes/version.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwenty/readme.txt b/wp-content/themes/twentytwenty/readme.txt index cee43d56c0..fbb4e92b64 100644 --- a/wp-content/themes/twentytwenty/readme.txt +++ b/wp-content/themes/twentytwenty/readme.txt @@ -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 diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 490e6a2a65..4580cfdefb 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -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. diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 8d902c5bc6..17b9df7914 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index c69de8fedc..3c352358ae 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.