From 5d4375f46feb4f3220337ae24d289b678a2918f3 Mon Sep 17 00:00:00 2001 From: davidbaumwald Date: Mon, 15 Jul 2024 13:59:16 +0000 Subject: [PATCH] Bundled Themes: Bump default theme versions for release with 6.6. This updates the version of each default theme to the following versions: - Twenty Ten: 4.2 - Twenty Eleven: 4.7 - Twenty Twelve: 4.3 - Twenty Thirteen: 4.2 - Twenty Fourteen: 4.0 - Twenty Fifteen: 3.8 - Twenty Sixteen: 3.3 - Twenty Seventeen: 3.7 - Twenty Nineteen: 2.9 - Twenty Twenty: 2.7 - Twenty Twenty-One: 2.3 - Twenty Twenty-Two: 1.8 - Twenty Twenty-Three: 1.5 - Twenty Twenty-Four: 1.2 These versions will released in coordination with WordPress 6.6. Props sabernhardt, shail-mehta, rudlinkon. Fixes #60701. Built from https://develop.svn.wordpress.org/trunk@58718 git-svn-id: http://core.svn.wordpress.org/trunk@58120 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/functions.php | 4 ++-- wp-content/themes/twentyeleven/header.php | 2 +- wp-content/themes/twentyeleven/inc/theme-options.php | 2 +- wp-content/themes/twentyeleven/readme.txt | 9 +++++++-- wp-content/themes/twentyeleven/style.css | 4 ++-- wp-content/themes/twentyfifteen/functions.php | 6 +++--- wp-content/themes/twentyfifteen/readme.txt | 9 +++++++-- wp-content/themes/twentyfifteen/style.css | 4 ++-- wp-content/themes/twentyfourteen/functions.php | 6 +++--- wp-content/themes/twentyfourteen/readme.txt | 9 +++++++-- wp-content/themes/twentyfourteen/style.css | 4 ++-- wp-content/themes/twentynineteen/package-lock.json | 4 ++-- wp-content/themes/twentynineteen/package.json | 2 +- wp-content/themes/twentynineteen/readme.txt | 9 +++++++-- wp-content/themes/twentynineteen/style-rtl.css | 4 ++-- wp-content/themes/twentynineteen/style.css | 4 ++-- wp-content/themes/twentynineteen/style.scss | 4 ++-- wp-content/themes/twentyseventeen/functions.php | 8 ++++---- wp-content/themes/twentyseventeen/readme.txt | 9 +++++++-- wp-content/themes/twentyseventeen/style.css | 4 ++-- wp-content/themes/twentysixteen/functions.php | 2 +- wp-content/themes/twentysixteen/readme.txt | 9 +++++++-- wp-content/themes/twentysixteen/style.css | 4 ++-- wp-content/themes/twentyten/header.php | 2 +- wp-content/themes/twentyten/readme.txt | 9 +++++++-- wp-content/themes/twentyten/style.css | 4 ++-- wp-content/themes/twentythirteen/functions.php | 6 +++--- wp-content/themes/twentythirteen/readme.txt | 9 +++++++-- wp-content/themes/twentythirteen/style.css | 4 ++-- wp-content/themes/twentytwelve/functions.php | 6 +++--- wp-content/themes/twentytwelve/readme.txt | 9 +++++++-- wp-content/themes/twentytwelve/style.css | 4 ++-- wp-content/themes/twentytwenty/package-lock.json | 4 ++-- wp-content/themes/twentytwenty/package.json | 2 +- wp-content/themes/twentytwenty/readme.txt | 9 +++++++-- wp-content/themes/twentytwenty/style-rtl.css | 4 ++-- wp-content/themes/twentytwenty/style.css | 4 ++-- wp-content/themes/twentytwentyfour/readme.txt | 9 +++++++-- wp-content/themes/twentytwentyfour/style.css | 4 ++-- wp-content/themes/twentytwentyone/assets/css/ie.css | 4 ++-- .../assets/sass/01-settings/file-header.scss | 4 ++-- wp-content/themes/twentytwentyone/package-lock.json | 4 ++-- wp-content/themes/twentytwentyone/package.json | 2 +- wp-content/themes/twentytwentyone/readme.txt | 9 +++++++-- wp-content/themes/twentytwentyone/style-rtl.css | 4 ++-- wp-content/themes/twentytwentyone/style.css | 4 ++-- wp-content/themes/twentytwentythree/readme.txt | 9 +++++++-- wp-content/themes/twentytwentythree/style.css | 4 ++-- wp-content/themes/twentytwentytwo/readme.txt | 9 +++++++-- wp-content/themes/twentytwentytwo/style.css | 4 ++-- wp-includes/version.php | 2 +- 51 files changed, 170 insertions(+), 100 deletions(-) diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 3c7fa3c3a8..e9eb530af7 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -304,7 +304,7 @@ endif; // twentyeleven_setup() */ function twentyeleven_scripts_styles() { // Theme block stylesheet. - wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20230122' ); + wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20240621' ); } add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); @@ -315,7 +315,7 @@ add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); */ function twentyeleven_block_editor_styles() { // Block styles. - wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20220927' ); + wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20240621' ); } add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' ); diff --git a/wp-content/themes/twentyeleven/header.php b/wp-content/themes/twentyeleven/header.php index c2bacfa280..98af9ff362 100644 --- a/wp-content/themes/twentyeleven/header.php +++ b/wp-content/themes/twentyeleven/header.php @@ -49,7 +49,7 @@ if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) { ?> - +