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. See #52704. Built from https://develop.svn.wordpress.org/trunk@50596 git-svn-id: http://core.svn.wordpress.org/trunk@50209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
219cf1dd5f
commit
755882578e
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50595';
|
||||
$wp_version = '5.8-alpha-50596';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue