Skip to content

Commit d897aad

Browse files
committed
Bundled Themes: Bump default theme versions for release with 6.7.
This updates the version of each default theme to the following versions: * Twenty Ten: 4.3 * Twenty Eleven: 4.8 * Twenty Twelve: 4.4 * Twenty Thirteen: 4.3 * Twenty Fourteen: 4.1 * Twenty Fifteen: 3.9 * Twenty Sixteen: 3.4 * Twenty Seventeen: 3.8 * Twenty Nineteen: 3.0 * Twenty Twenty: 2.8 * Twenty Twenty-One: 2.4 * Twenty Twenty-Two: 1.9 * Twenty Twenty-Three: 1.6 * Twenty Twenty-Four: 1.3 These versions will released in coordination with WordPress 6.7. Props sh4lin, sabernhardt, mukesh27, chaion07. Fixes #62034. git-svn-id: https://develop.svn.wordpress.org/trunk@59344 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6996faa commit d897aad

Some content is hidden

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

50 files changed

+171
-101
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ function twentyeleven_setup() {
304304
*/
305305
function twentyeleven_scripts_styles() {
306306
// Theme block stylesheet.
307-
wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20240621' );
307+
wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20240703' );
308308
}
309309
add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' );
310310

@@ -315,7 +315,7 @@ function twentyeleven_scripts_styles() {
315315
*/
316316
function twentyeleven_block_editor_styles() {
317317
// Block styles.
318-
wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20240621' );
318+
wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20240716' );
319319
}
320320
add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' );
321321

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=20240716" />
52+
<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20241112" />
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/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.6
4+
Tested up to: 6.7
55
Requires PHP: 5.2.4
6-
Stable tag: 4.7
6+
Stable tag: 4.8
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.8 =
52+
* Released: November 12, 2024
53+
54+
https://wordpress.org/documentation/article/twenty-eleven-changelog/#Version_4.8
55+
5156
= 4.7 =
5257
* Released: July 16, 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.7
7+
Version: 4.8
88
Requires at least: 3.2
9-
Tested up to: 6.6
9+
Tested up to: 6.7
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
@@ -430,10 +430,10 @@ 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(), '20240716' );
433+
wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20241112' );
434434

435435
// Theme block stylesheet.
436-
wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240609' );
436+
wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240715' );
437437

438438
// Register the Internet Explorer specific stylesheet.
439439
wp_register_style( 'twentyfifteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfifteen-style' ), '20220908' );
@@ -484,7 +484,7 @@ function twentyfifteen_scripts() {
484484
*/
485485
function twentyfifteen_block_editor_styles() {
486486
// Block styles.
487-
wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240609' );
487+
wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240720' );
488488
// Add custom fonts.
489489
$font_version = ( 0 === strpos( (string) twentyfifteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
490490
wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), $font_version );

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.6
4+
Tested up to: 6.7
55
Requires PHP: 5.2.4
6-
Version: 3.8
6+
Version: 3.9
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+
= 3.9 =
81+
* Released: November 12, 2024
82+
83+
https://wordpress.org/documentation/article/twenty-fifteen-changelog/#Version_3.9
84+
8085
= 3.8 =
8186
* Released: July 16, 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.8
7+
Version: 3.9
88
Requires at least: 4.1
9-
Tested up to: 6.6
9+
Tested up to: 6.7
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
@@ -345,10 +345,10 @@ 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(), '20240716' );
348+
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20241112' );
349349

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

353353
// Load the Internet Explorer specific stylesheet.
354354
wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20140711' );
@@ -444,7 +444,7 @@ function twentyfourteen_resource_hints( $urls, $relation_type ) {
444444
*/
445445
function twentyfourteen_block_editor_styles() {
446446
// Block styles.
447-
wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240613' );
447+
wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240716' );
448448
// Add custom fonts.
449449
$font_version = ( 0 === strpos( (string) twentyfourteen_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
450450
wp_enqueue_style( 'twentyfourteen-fonts', twentyfourteen_font_url(), array(), $font_version );

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.6
4+
Tested up to: 6.7
55
Requires PHP: 5.2.4
6-
Stable tag: 4.0
6+
Stable tag: 4.1
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.1 =
68+
* Released: November 12, 2024
69+
70+
https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.1
71+
6772
= 4.0 =
6873
* Released: July 16, 2024
6974

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.0
7+
Version: 4.1
88
Requires at least: 3.6
9-
Tested up to: 6.6
9+
Tested up to: 6.7
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)