Skip to content

Commit d676a07

Browse files
committed
Bundled Themes: Bump theme versions for release with 6.9.
Changes have been made to each and every default theme during the 6.9 release cycle. This bumps the theme versions as follows to prepare for releasing in coordination with WordPress 6.9: - Twenty Ten: `4.5` - Twenty Eleven: `5.0` - Twenty Twelve: `4.7` - Twenty Thirteen: `4.5` - Twenty Fourteen: `4.4` - Twenty Fifteen: `4.1` - Twenty Sixteen: `3.7` - Twenty Seventeen: `4.0` - Twenty Nineteen: `3.2` - Twenty Twenty: `3.0` - Twenty Twenty-One: `2.7` - Twenty Twenty-Two: `2.1` - Twenty Twenty-Three: `1.6` - Twenty Twenty-Four: `1.4` - Twenty Twenty-Five: `1.4` Props shailu25, desrosj, mukesh27, sabernhardt, wildworks, umeshsinghin. Fixes #64069. git-svn-id: https://develop.svn.wordpress.org/trunk@61329 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3c46ed4 commit d676a07

Some content is hidden

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

60 files changed

+177
-107
lines changed

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" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20250415" />
41+
<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20251202" />
4242
<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
4343
<?php
4444
/*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ function twentyeleven_enqueue_color_scheme() {
432432
$color_scheme = $options['color_scheme'];
433433

434434
if ( 'dark' === $color_scheme ) {
435-
wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20240603' );
435+
wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20251017' );
436436
}
437437

438438
/**

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.8
4+
Tested up to: 6.9
55
Requires PHP: 5.2.4
6-
Stable tag: 4.9
6+
Stable tag: 5.0
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.0 =
48+
* Released: December 2, 2025
49+
50+
https://wordpress.org/documentation/article/twenty-eleven-changelog/#Version_5.0
51+
4752
= 4.9 =
4853
* Released: April 15, 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: 4.9
7+
Version: 5.0
88
Requires at least: 3.2
9-
Tested up to: 6.8
9+
Tested up to: 6.9
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,10 @@ function twentyfifteen_scripts() {
434434
wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), $font_version );
435435

436436
// Add Genericons, used in the main stylesheet.
437-
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' );
437+
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(), '20250415' );
440+
wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20251202' );
441441

442442
// Theme block stylesheet.
443443
wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240715' );
@@ -459,7 +459,7 @@ function twentyfifteen_scripts() {
459459
'twentyfifteen-script',
460460
get_template_directory_uri() . '/js/functions.js',
461461
array( 'jquery' ),
462-
'20250303',
462+
'20250729',
463463
array(
464464
'in_footer' => false, // Because involves header.
465465
'strategy' => 'defer',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function twentyfifteen_color_scheme_css() {
359359
* @since Twenty Fifteen 1.0
360360
*/
361361
function twentyfifteen_customize_control_js() {
362-
wp_enqueue_script( 'color-scheme-control', get_template_directory_uri() . '/js/color-scheme-control.js', array( 'customize-controls', 'iris', 'underscore', 'wp-util' ), '20141216', array( 'in_footer' => true ) );
362+
wp_enqueue_script( 'color-scheme-control', get_template_directory_uri() . '/js/color-scheme-control.js', array( 'customize-controls', 'iris', 'underscore', 'wp-util' ), '20250729', array( 'in_footer' => true ) );
363363
wp_localize_script( 'color-scheme-control', 'colorScheme', twentyfifteen_get_color_schemes() );
364364
}
365365
add_action( 'customize_controls_enqueue_scripts', 'twentyfifteen_customize_control_js' );

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.8
4+
Tested up to: 6.9
55
Requires PHP: 5.2.4
6-
Version: 4.0
6+
Version: 4.1
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.1 =
77+
* Released: December 2, 2025
78+
79+
https://wordpress.org/documentation/article/twenty-fifteen-changelog/#Version_4.1
80+
7681
= 4.0 =
7782
* Released: April 15, 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.0
7+
Version: 4.1
88
Requires at least: 4.1
9-
Tested up to: 6.8
9+
Tested up to: 6.9
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@ function twentyfourteen_scripts() {
342342
wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), $font_version );
343343

344344
// Add Genericons font, used in the main stylesheet.
345-
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' );
345+
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(), '20250715' );
348+
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20251202' );
349349

350350
// Theme block stylesheet.
351351
wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' );
@@ -390,7 +390,7 @@ function twentyfourteen_scripts() {
390390
'twentyfourteen-script',
391391
get_template_directory_uri() . '/js/functions.js',
392392
array( 'jquery' ),
393-
'20230526',
393+
'20250729',
394394
array(
395395
'in_footer' => false, // Because involves header.
396396
'strategy' => 'defer',

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.8
4+
Tested up to: 6.9
55
Requires PHP: 5.2.4
6-
Stable tag: 4.3
6+
Stable tag: 4.4
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.4 =
64+
* Released: December 2, 2025
65+
66+
https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.4
67+
6368
= 4.3 =
6469
* Released: July 15, 2025
6570

0 commit comments

Comments
 (0)