From d76e220659d46d68323faaf48c0607dbebae4c48 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 16 Jan 2024 19:25:12 +0000 Subject: [PATCH] Bundled Themes: Version bump themes affected by #60241. In order to release the fix for #60241, this bumps the version of the following themes: - Twenty Seventeen: 3.5 - Twenty Twenty: 2.5 - Twenty Twenty-One: 2.2 Props sabernhardt, jorbin. See #60267. Built from https://develop.svn.wordpress.org/trunk@57296 git-svn-id: http://core.svn.wordpress.org/trunk@56802 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/functions.php | 2 +- wp-content/themes/twentyseventeen/readme.txt | 7 ++++++- wp-content/themes/twentyseventeen/style.css | 2 +- wp-content/themes/twentytwenty/package-lock.json | 4 ++-- wp-content/themes/twentytwenty/package.json | 2 +- wp-content/themes/twentytwenty/readme.txt | 7 ++++++- wp-content/themes/twentytwenty/style-rtl.css | 2 +- wp-content/themes/twentytwenty/style.css | 2 +- wp-content/themes/twentytwentyone/assets/css/ie.css | 2 +- .../assets/sass/01-settings/file-header.scss | 2 +- wp-content/themes/twentytwentyone/package-lock.json | 4 ++-- wp-content/themes/twentytwentyone/package.json | 2 +- wp-content/themes/twentytwentyone/readme.txt | 7 ++++++- wp-content/themes/twentytwentyone/style-rtl.css | 2 +- wp-content/themes/twentytwentyone/style.css | 2 +- wp-includes/version.php | 2 +- 16 files changed, 33 insertions(+), 18 deletions(-) diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index 9c54612d6a..df9d3b381d 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/wp-content/themes/twentyseventeen/functions.php @@ -452,7 +452,7 @@ function twentyseventeen_scripts() { wp_enqueue_style( 'twentyseventeen-fonts', twentyseventeen_fonts_url(), array(), $font_version ); // Theme stylesheet. - wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20231107' ); + wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20240116' ); // Theme block stylesheet. wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '20220912' ); diff --git a/wp-content/themes/twentyseventeen/readme.txt b/wp-content/themes/twentyseventeen/readme.txt index 18bca952bf..a2693c72d9 100644 --- a/wp-content/themes/twentyseventeen/readme.txt +++ b/wp-content/themes/twentyseventeen/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg Requires at least: 4.7 Tested up to: 6.4 Requires PHP: 5.2.4 -Version: 3.4 +Version: 3.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns @@ -75,6 +75,11 @@ Source: https://stocksnap.io/photo/striped-fabric-9CBVWF2CDU == Changelog == += 3.5 = +* Released: January 16, 2024 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_3.5 + = 3.4 = * Released: November 7, 2023 diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index e87313433e..a9e1d5a45a 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyseventeen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device. -Version: 3.4 +Version: 3.5 Tested up to: 6.4 Requires at least: 4.7 Requires PHP: 5.2.4 diff --git a/wp-content/themes/twentytwenty/package-lock.json b/wp-content/themes/twentytwenty/package-lock.json index 683d260eff..d748ea60ec 100644 --- a/wp-content/themes/twentytwenty/package-lock.json +++ b/wp-content/themes/twentytwenty/package-lock.json @@ -1,12 +1,12 @@ { "name": "twentytwenty", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twentytwenty", - "version": "2.4.0", + "version": "2.5.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/browserslist-config": "^5.31.0", diff --git a/wp-content/themes/twentytwenty/package.json b/wp-content/themes/twentytwenty/package.json index 94237a969a..92c516d935 100644 --- a/wp-content/themes/twentytwenty/package.json +++ b/wp-content/themes/twentytwenty/package.json @@ -1,6 +1,6 @@ { "name": "twentytwenty", - "version": "2.4.0", + "version": "2.5.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", diff --git a/wp-content/themes/twentytwenty/readme.txt b/wp-content/themes/twentytwenty/readme.txt index facf99dddb..db934203fc 100644 --- a/wp-content/themes/twentytwenty/readme.txt +++ b/wp-content/themes/twentytwenty/readme.txt @@ -3,7 +3,7 @@ Contributors: the WordPress team Requires at least: 4.7 Tested up to: 6.4 Requires PHP: 5.2.4 -Stable tag: 2.4 +Stable tag: 2.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -24,6 +24,11 @@ you pick, ensuring a high, accessible color contrast for your visitors. == Changelog == += 2.5 = +* Released: January 16, 2024 + +https://wordpress.org/documentation/article/twenty-twenty-changelog/#Version_2.5 + = 2.4 = * Released: November 7, 2023 diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index dd4b929007..b7ae83944c 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -1,7 +1,7 @@ /* Theme Name: Twenty Twenty Text Domain: twentytwenty -Version: 2.4 +Version: 2.5 Tested up to: 6.4 Requires at least: 4.7 Requires PHP: 5.2.4 diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 99c3b293d7..0f87453139 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -1,7 +1,7 @@ /* Theme Name: Twenty Twenty Text Domain: twentytwenty -Version: 2.4 +Version: 2.5 Tested up to: 6.4 Requires at least: 4.7 Requires PHP: 5.2.4 diff --git a/wp-content/themes/twentytwentyone/assets/css/ie.css b/wp-content/themes/twentytwentyone/assets/css/ie.css index 8b178c9af7..801540b2ab 100644 --- a/wp-content/themes/twentytwentyone/assets/css/ie.css +++ b/wp-content/themes/twentytwentyone/assets/css/ie.css @@ -9,7 +9,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the Requires at least: 5.3 Tested up to: 6.4 Requires PHP: 5.6 -Version: 2.0 +Version: 2.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone diff --git a/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss b/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss index e9346282c3..c6bd00e26a 100644 --- a/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss +++ b/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss @@ -7,7 +7,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the Requires at least: 5.3 Tested up to: 6.4 Requires PHP: 5.6 -Version: 2.0 +Version: 2.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone diff --git a/wp-content/themes/twentytwentyone/package-lock.json b/wp-content/themes/twentytwentyone/package-lock.json index 4491a8f893..a3243bfbff 100644 --- a/wp-content/themes/twentytwentyone/package-lock.json +++ b/wp-content/themes/twentytwentyone/package-lock.json @@ -1,12 +1,12 @@ { "name": "twentytwentyone", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twentytwentyone", - "version": "2.0.0", + "version": "2.1.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/browserslist-config": "^5.30.0", diff --git a/wp-content/themes/twentytwentyone/package.json b/wp-content/themes/twentytwentyone/package.json index c182dc5b4c..c39e894207 100644 --- a/wp-content/themes/twentytwentyone/package.json +++ b/wp-content/themes/twentytwentyone/package.json @@ -1,6 +1,6 @@ { "name": "twentytwentyone", - "version": "2.0.0", + "version": "2.1.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", diff --git a/wp-content/themes/twentytwentyone/readme.txt b/wp-content/themes/twentytwentyone/readme.txt index b622f46f33..a806340756 100644 --- a/wp-content/themes/twentytwentyone/readme.txt +++ b/wp-content/themes/twentytwentyone/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg Requires at least: 5.3 Tested up to: 6.4 Requires PHP: 5.6 -Stable tag: 2.0 +Stable tag: 2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -30,6 +30,11 @@ No data is saved in the database or transferred. == Changelog == += 2.1 = +* Released: January 16, 2024 + +https://wordpress.org/documentation/article/twenty-twenty-one-changelog/#Version_2.1 + = 2.0 = * Released: November 7, 2023 diff --git a/wp-content/themes/twentytwentyone/style-rtl.css b/wp-content/themes/twentytwentyone/style-rtl.css index c03602b138..142bd60ad8 100644 --- a/wp-content/themes/twentytwentyone/style-rtl.css +++ b/wp-content/themes/twentytwentyone/style-rtl.css @@ -9,7 +9,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the Requires at least: 5.3 Tested up to: 6.4 Requires PHP: 5.6 -Version: 2.0 +Version: 2.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone diff --git a/wp-content/themes/twentytwentyone/style.css b/wp-content/themes/twentytwentyone/style.css index ccd8cf702d..e3a3af8521 100644 --- a/wp-content/themes/twentytwentyone/style.css +++ b/wp-content/themes/twentytwentyone/style.css @@ -9,7 +9,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the Requires at least: 5.3 Tested up to: 6.4 Requires PHP: 5.6 -Version: 2.0 +Version: 2.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone diff --git a/wp-includes/version.php b/wp-includes/version.php index f064777c75..ece15df447 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57295'; +$wp_version = '6.5-alpha-57296'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.