From 14b4fdff54a30ea99c3ba63c3e74cfe24bd041f0 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 26 Mar 2021 15:30:01 +0000 Subject: [PATCH] Twenty Twelve: Change theme version back to `3.3`. Because the changes in Twenty Twelve did not impact site look or functionality, version 3.4 of Twenty Twelve was not released in coordination with WordPress 5.7. This reverts the portion of [50508] relevant to Twenty Twelve, changing the version back to 3.3 so that version 3.4 is not skipped accidentally when there are changes that should be released. Merges [50596] to the 5.7 branch. See #52704. Built from https://develop.svn.wordpress.org/branches/5.7@50597 git-svn-id: http://core.svn.wordpress.org/branches/5.7@50210 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/readme.txt | 7 +------ wp-content/themes/twentytwelve/style.css | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/wp-content/themes/twentytwelve/readme.txt b/wp-content/themes/twentytwelve/readme.txt index 72c3319e09..7b43ad4eb5 100644 --- a/wp-content/themes/twentytwelve/readme.txt +++ b/wp-content/themes/twentytwelve/readme.txt @@ -1,7 +1,7 @@ === Twenty Twelve === Contributors: wordpressdotorg Tested up to: 5.6 -Stable tag: 3.4 +Stable tag: 3.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready @@ -42,11 +42,6 @@ Source: https://github.com/aFarkas/html5shiv == Changelog == -= 3.4 = -* Released: March 9, 2021 - -https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_3.4 - = 3.3 = * Released: December 8, 2020 diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 5f686b065f..e3c5e75a05 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentytwelve/ Author: the WordPress team Author URI: https://wordpress.org/ Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. -Version: 3.4 +Version: 3.3 Requires at least: 3.5 Requires PHP: 5.2.4 License: GNU General Public License v2 or later diff --git a/wp-includes/version.php b/wp-includes/version.php index 45aa6d7c45..c81a0907f2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7.1-alpha-50591'; +$wp_version = '5.7.1-alpha-50597'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.