From 202100a5ccd917e341bc6b28aa8c08dc1aae6fe4 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 14 Jul 2025 08:32:36 +0000 Subject: [PATCH] Twenty Twenty-Five: Bump version for 6.8.2. This bumps the version of Twenty Twenty-Five for WordPress 6.8.2. Props peterwilsoncc, audrasjb, poena, sabernhardt. See #63681. Built from https://develop.svn.wordpress.org/trunk@60452 git-svn-id: http://core.svn.wordpress.org/trunk@59788 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyfive/readme.txt | 7 ++++++- wp-content/themes/twentytwentyfive/style.css | 2 +- wp-includes/version.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwentyfive/readme.txt b/wp-content/themes/twentytwentyfive/readme.txt index 7f2be9baf4..8b2efea8b4 100644 --- a/wp-content/themes/twentytwentyfive/readme.txt +++ b/wp-content/themes/twentytwentyfive/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg Requires at least: 6.7 Tested up to: 6.8 Requires PHP: 7.2 -Stable tag: 1.2 +Stable tag: 1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -14,6 +14,11 @@ Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible de == Changelog == += 1.3 = +* Released: July 15, 2025 + +https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.3 + = 1.2 = * Released: April 15, 2025 diff --git a/wp-content/themes/twentytwentyfive/style.css b/wp-content/themes/twentytwentyfive/style.css index dbec2fe18c..ac150b9788 100644 --- a/wp-content/themes/twentytwentyfive/style.css +++ b/wp-content/themes/twentytwentyfive/style.css @@ -7,7 +7,7 @@ Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offer Requires at least: 6.7 Tested up to: 6.8 Requires PHP: 7.2 -Version: 1.2 +Version: 1.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyfive diff --git a/wp-includes/version.php b/wp-includes/version.php index 530f059d5f..0244190223 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60451'; +$wp_version = '6.9-alpha-60452'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.