From 48692b65241fcbadcd686c3f66696e16883a0e83 Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Thu, 12 Dec 2019 18:26:03 +0000 Subject: [PATCH] Bundled Themes: Bump version number and update changelog in Twenty Twenty for WordPress 5.3.1. This bumps the Twenty Twenty version number to `1.1` and update the `readme.txt` changelog. Props audrasjb, sinatrateam, SergeyBiryukov Fixes #48944. Built from https://develop.svn.wordpress.org/trunk@46902 git-svn-id: http://core.svn.wordpress.org/trunk@46702 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/readme.txt | 12 +++++++++++- wp-content/themes/twentytwenty/style-rtl.css | 2 +- wp-content/themes/twentytwenty/style.css | 2 +- wp-includes/version.php | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentytwenty/readme.txt b/wp-content/themes/twentytwenty/readme.txt index 8bc1823f06..7da915bcee 100644 --- a/wp-content/themes/twentytwenty/readme.txt +++ b/wp-content/themes/twentytwenty/readme.txt @@ -1,7 +1,7 @@ === Twenty Twenty === Contributors: the WordPress team Tested up to: 5.3 -Stable tag: 1.0 +Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -22,6 +22,16 @@ you pick, ensuring a high, accessible color contrast for your visitors. == Changelog == += 1.1 = +* Released: December 12, 2019 + +https://wordpress.org/support/article/twenty-twenty-changelog/ + += 1.0 = +* Released: November 12, 2019 + +Initial release + == Copyright == Twenty Twenty WordPress Theme, Copyright 2019 WordPress.org diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 45d34daa33..6114563e30 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.0 +Version: 1.1 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 7b26b9b77e..4e887a35cd 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.0 +Version: 1.1 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 1b78b15364..42c99f7aff 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46896'; +$wp_version = '5.4-alpha-46902'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.