Skip to content

Commit a8b9dc1

Browse files
committed
Bundled Themes: Bump Default Theme versions for release.
This bumps the versions of the following default themes for coordinated release with WordPress 6.8: - Twenty Ten: `4.4` - Twenty Eleven: `4.9` - Twenty Twelve: `4.5` - Twenty Thirteen: `4.4` - Twenty Fourteen: `4.2` - Twenty Fifteen: `4.0` - Twenty Sixteen: `3.5` - Twenty Seventeen: `3.9` - Twenty Nineteen: `3.1` - Twenty Twenty: `2.9` - Twenty Twenty-One: `2.5` - Twenty Twenty-Two: `2.0` - Twenty Twenty-Five: `1.2` Twenty Twenty-Three and Twenty Twenty-Four will not be receiving an update at this time. Props shailu25, sabernhardt, desrosj, poena. Fixes #62990. git-svn-id: https://develop.svn.wordpress.org/trunk@60159 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9418395 commit a8b9dc1

Some content is hidden

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

49 files changed

+155
-90
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
?>
5050
</title>
5151
<link rel="profile" href="https://gmpg.org/xfn/11" />
52-
<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20241112" />
52+
<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20250415" />
5353
<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
5454
<!--[if lt IE 9]>
5555
<script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js?ver=3.7.0" type="text/javascript"></script>

src/wp-content/themes/twentyeleven/inc/theme-options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,6 @@ function twentyeleven_customize_partial_blogdescription() {
673673
* @since Twenty Eleven 1.3
674674
*/
675675
function twentyeleven_customize_preview_js() {
676-
wp_enqueue_script( 'twentyeleven-customizer', get_template_directory_uri() . '/inc/theme-customizer.js', array( 'customize-preview' ), '20150401', array( 'in_footer' => true ) );
676+
wp_enqueue_script( 'twentyeleven-customizer', get_template_directory_uri() . '/inc/theme-customizer.js', array( 'customize-preview' ), '20250217', array( 'in_footer' => true ) );
677677
}
678678
add_action( 'customize_preview_init', 'twentyeleven_customize_preview_js' );

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.7
4+
Tested up to: 6.8
55
Requires PHP: 5.2.4
6-
Stable tag: 4.8
6+
Stable tag: 4.9
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
@@ -48,6 +48,11 @@ Images
4848

4949
== Changelog ==
5050

51+
= 4.9 =
52+
* Released: April 15, 2025
53+
54+
https://wordpress.org/documentation/article/twenty-eleven-changelog/#Version_4.9
55+
5156
= 4.8 =
5257
* Released: November 12, 2024
5358

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: 4.8
7+
Version: 4.9
88
Requires at least: 3.2
9-
Tested up to: 6.7
9+
Tested up to: 6.8
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ function twentyfifteen_scripts() {
430430
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201026' );
431431

432432
// Load our main stylesheet.
433-
wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20241112' );
433+
wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20250415' );
434434

435435
// Theme block stylesheet.
436436
wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240715' );
@@ -458,7 +458,7 @@ function twentyfifteen_scripts() {
458458
'twentyfifteen-script',
459459
get_template_directory_uri() . '/js/functions.js',
460460
array( 'jquery' ),
461-
'20221101',
461+
'20250303',
462462
array(
463463
'in_footer' => false, // Because involves header.
464464
'strategy' => 'defer',

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.7
4+
Tested up to: 6.8
55
Requires PHP: 5.2.4
6-
Version: 3.9
6+
Version: 4.0
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
@@ -77,6 +77,11 @@ Source: https://stocksnap.io/photo/purple-yellow-ACF0693B9C
7777

7878
== Changelog ==
7979

80+
= 4.0 =
81+
* Released: April 15, 2025
82+
83+
https://wordpress.org/documentation/article/twenty-fifteen-changelog/#Version_4.0
84+
8085
= 3.9 =
8186
* Released: November 12, 2024
8287

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: 3.9
7+
Version: 4.0
88
Requires at least: 4.1
9-
Tested up to: 6.7
9+
Tested up to: 6.8
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(), '3.0.3' );
346346

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function twentyfourteen_sanitize_layout( $layout ) {
142142
* @since Twenty Fourteen 1.0
143143
*/
144144
function twentyfourteen_customize_preview_js() {
145-
wp_enqueue_script( 'twentyfourteen_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20141015', array( 'in_footer' => true ) );
145+
wp_enqueue_script( 'twentyfourteen_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20250217', array( 'in_footer' => true ) );
146146
}
147147
add_action( 'customize_preview_init', 'twentyfourteen_customize_preview_js' );
148148

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.7
4+
Tested up to: 6.8
55
Requires PHP: 5.2.4
6-
Stable tag: 4.1
6+
Stable tag: 4.2
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
@@ -64,6 +64,11 @@ Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO
6464

6565
== Changelog ==
6666

67+
= 4.2 =
68+
* Released: April 15, 2025
69+
70+
https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.2
71+
6772
= 4.1 =
6873
* Released: November 12, 2024
6974

0 commit comments

Comments
 (0)