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.