From 61adcc96ceac3c2953ccce62efb1afc0e054dd9b Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 14 Apr 2025 15:25:24 +0000 Subject: [PATCH] Bundled Themes: Bump `Tested up to` for Twenty Twenty-Three & Twenty Twenty-Four. An update for these two default themes will not be released in coordination with WordPress 6.8 due because there were no changes to the source code during the release cycle. However, they should be considered tested with 6.8, and this ensures that the next release properly indicates that. Reviewed by joemcgill. Merges [60158] to the 6.8 branch. Props shailu25, sabernhardt, desrosj, poena, audrasjb. See #62990. Built from https://develop.svn.wordpress.org/branches/6.8@60161 git-svn-id: http://core.svn.wordpress.org/branches/6.8@59497 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyfour/readme.txt | 2 +- wp-content/themes/twentytwentyfour/style.css | 2 +- wp-content/themes/twentytwentythree/readme.txt | 2 +- wp-content/themes/twentytwentythree/style.css | 2 +- wp-includes/version.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentytwentyfour/readme.txt b/wp-content/themes/twentytwentyfour/readme.txt index 299a63d4c9..26ccc35184 100644 --- a/wp-content/themes/twentytwentyfour/readme.txt +++ b/wp-content/themes/twentytwentyfour/readme.txt @@ -1,7 +1,7 @@ === Twenty Twenty-Four === Contributors: wordpressdotorg Requires at least: 6.4 -Tested up to: 6.7 +Tested up to: 6.8 Requires PHP: 7.0 Stable tag: 1.3 License: GPLv2 or later diff --git a/wp-content/themes/twentytwentyfour/style.css b/wp-content/themes/twentytwentyfour/style.css index 76f2eae786..e4150d74c2 100644 --- a/wp-content/themes/twentytwentyfour/style.css +++ b/wp-content/themes/twentytwentyfour/style.css @@ -5,7 +5,7 @@ Author: the WordPress team Author URI: https://wordpress.org Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4. Requires at least: 6.4 -Tested up to: 6.7 +Tested up to: 6.8 Requires PHP: 7.0 Version: 1.3 License: GNU General Public License v2 or later diff --git a/wp-content/themes/twentytwentythree/readme.txt b/wp-content/themes/twentytwentythree/readme.txt index 9e4653b7f4..6675ed7bd1 100644 --- a/wp-content/themes/twentytwentythree/readme.txt +++ b/wp-content/themes/twentytwentythree/readme.txt @@ -1,7 +1,7 @@ === Twenty Twenty-Three === Contributors: wordpressdotorg Requires at least: 6.1 -Tested up to: 6.7 +Tested up to: 6.8 Requires PHP: 5.6 Stable tag: 1.6 License: GPLv2 or later diff --git a/wp-content/themes/twentytwentythree/style.css b/wp-content/themes/twentytwentythree/style.css index 8c444fee50..0c589c78e2 100644 --- a/wp-content/themes/twentytwentythree/style.css +++ b/wp-content/themes/twentytwentythree/style.css @@ -5,7 +5,7 @@ Author: the WordPress team Author URI: https://wordpress.org Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself. Requires at least: 6.1 -Tested up to: 6.7 +Tested up to: 6.8 Requires PHP: 5.6 Version: 1.6 License: GNU General Public License v2 or later diff --git a/wp-includes/version.php b/wp-includes/version.php index c1ee7bb09d..7df3cade85 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-RC3-60157'; +$wp_version = '6.8-RC3-60161'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.