From eb4fce03e85afce92c0dded189995e2b33f9875b Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 6 Nov 2024 18:00:15 +0000 Subject: [PATCH] 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. Reviewed by peterwilsoncc. Merges [59344] to the 6.7 branch. Props sh4lin, sabernhardt, mukesh27, chaion07. Fixes #62034. Built from https://develop.svn.wordpress.org/branches/6.7@59363 git-svn-id: http://core.svn.wordpress.org/branches/6.7@58749 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/functions.php | 4 ++-- wp-content/themes/twentyeleven/header.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 | 6 +++--- wp-content/themes/twentyseventeen/readme.txt | 9 +++++++-- wp-content/themes/twentyseventeen/style.css | 4 ++-- wp-content/themes/twentysixteen/functions.php | 6 +++--- wp-content/themes/twentysixteen/readme.txt | 9 +++++++-- wp-content/themes/twentysixteen/style.css | 4 ++-- wp-content/themes/twentyten/functions.php | 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 | 4 ++-- wp-content/themes/twentythirteen/readme.txt | 9 +++++++-- wp-content/themes/twentythirteen/style.css | 4 ++-- wp-content/themes/twentytwelve/functions.php | 8 ++++---- 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, 172 insertions(+), 102 deletions(-) diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index e9eb530af7..3b5ef58c87 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(), '20240621' ); + wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20240703' ); } 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(), '20240621' ); + wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20240716' ); } 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 006ffb7645..867b463fcf 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() ) { ?> - +