Skip to content

Commit 7c55fde

Browse files
committed
Bundled themes: Version bumps for version 7.0.
This bumps the version for the upcoming release WordPress 7.0. Twenty Ten: 4.6. Twenty Eleven: 5.1. Twenty Twelve: 4.8. Twenty Thirteen: 4.6. Twenty Fourteen: 4.5. Twenty Fifteen: 4.2. Twenty Sixteen: 3.8. Twenty Seventeen: 4.1. Twenty Nineteen: 3.3. Twenty Twenty: 3.1. Twenty Twenty-One: 2.8. Twenty Twenty-Two: 2.1. Twenty Twenty-Three: 1.6. Twenty Twenty-Four: 1.5. Twenty Twenty-Five: 1.5. Props sabernhardt, shailu25, audrasjb. Fixes #64817. git-svn-id: https://develop.svn.wordpress.org/trunk@62344 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5564370 commit 7c55fde

53 files changed

Lines changed: 156 additions & 91 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/wp-content/themes/twentyeleven/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
?>
3939
</title>
4040
<link rel="profile" href="https://gmpg.org/xfn/11" />
41-
<link rel="stylesheet" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20251202" />
41+
<link rel="stylesheet" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20260520" />
4242
<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
4343
<?php
4444
/*

src/wp-content/themes/twentyeleven/readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Twenty Eleven ===
22
Contributors: wordpressdotorg
33
Requires at least: 3.2
4-
Tested up to: 6.9
4+
Tested up to: 7.0
55
Requires PHP: 5.2.4
6-
Stable tag: 5.0
6+
Stable tag: 5.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
@@ -44,6 +44,11 @@ Images
4444

4545
== Changelog ==
4646

47+
= 5.1 =
48+
* Released: May 20, 2026
49+
50+
https://wordpress.org/documentation/article/twenty-eleven-changelog/#Version_5.1
51+
4752
= 5.0 =
4853
* Released: December 2, 2025
4954

src/wp-content/themes/twentyeleven/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Theme URI: https://wordpress.org/themes/twentyeleven/
44
Author: the WordPress team
55
Author URI: https://wordpress.org/
66
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
7-
Version: 5.0
7+
Version: 5.1
88
Requires at least: 3.2
9-
Tested up to: 6.9
9+
Tested up to: 7.0
1010
Requires PHP: 5.2.4
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html

src/wp-content/themes/twentyfifteen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ function twentyfifteen_scripts() {
437437
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' );
438438

439439
// Load our main stylesheet.
440-
wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20251202' );
440+
wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20260520' );
441441

442442
// Theme block stylesheet.
443443
wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240715' );

src/wp-content/themes/twentyfifteen/inc/customizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ function twentyfifteen_customize_control_js() {
370370
* @since Twenty Fifteen 1.0
371371
*/
372372
function twentyfifteen_customize_preview_js() {
373-
wp_enqueue_script( 'twentyfifteen-customize-preview', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20141216', array( 'in_footer' => true ) );
373+
wp_enqueue_script( 'twentyfifteen-customize-preview', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20260105', array( 'in_footer' => true ) );
374374
}
375375
add_action( 'customize_preview_init', 'twentyfifteen_customize_preview_js' );
376376

src/wp-content/themes/twentyfifteen/readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Twenty Fifteen ===
22
Contributors: wordpressdotorg
33
Requires at least: 4.1
4-
Tested up to: 6.9
4+
Tested up to: 7.0
55
Requires PHP: 5.2.4
6-
Version: 4.1
6+
Version: 4.2
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
@@ -73,6 +73,11 @@ Source: https://stocksnap.io/photo/purple-yellow-ACF0693B9C
7373

7474
== Changelog ==
7575

76+
= 4.2 =
77+
* Released: May 20, 2026
78+
79+
https://wordpress.org/documentation/article/twenty-fifteen-changelog/#Version_4.2
80+
7681
= 4.1 =
7782
* Released: December 2, 2025
7883

src/wp-content/themes/twentyfifteen/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Theme URI: https://wordpress.org/themes/twentyfifteen/
44
Author: the WordPress team
55
Author URI: https://wordpress.org/
66
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
7-
Version: 4.1
7+
Version: 4.2
88
Requires at least: 4.1
9-
Tested up to: 6.9
9+
Tested up to: 7.0
1010
Requires PHP: 5.2.4
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html

src/wp-content/themes/twentyfourteen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ function twentyfourteen_scripts() {
345345
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' );
346346

347347
// Load our main stylesheet.
348-
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20251202' );
348+
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20260520' );
349349

350350
// Theme block stylesheet.
351351
wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' );

src/wp-content/themes/twentyfourteen/readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Twenty Fourteen ===
22
Contributors: wordpressdotorg
33
Requires at least: 3.6
4-
Tested up to: 6.9
4+
Tested up to: 7.0
55
Requires PHP: 5.2.4
6-
Stable tag: 4.4
6+
Stable tag: 4.5
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Tags: blog, news, two-columns, three-columns, left-sidebar, 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, accessibility-ready, block-patterns
@@ -60,6 +60,11 @@ Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO
6060

6161
== Changelog ==
6262

63+
= 4.5 =
64+
* Released: May 20, 2026
65+
66+
https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.5
67+
6368
= 4.4 =
6469
* Released: December 2, 2025
6570

src/wp-content/themes/twentyfourteen/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Theme URI: https://wordpress.org/themes/twentyfourteen/
44
Author: the WordPress team
55
Author URI: https://wordpress.org/
66
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
7-
Version: 4.4
7+
Version: 4.5
88
Requires at least: 3.6
9-
Tested up to: 6.9
9+
Tested up to: 7.0
1010
Requires PHP: 5.2.4
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)