From 36cc1835a25d33e05b441a3ca0922d6fc7dd6f9e Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 10 Jul 2025 22:20:09 +0200 Subject: [PATCH 1/2] Twenty Twelve: Bump version for 6.8.2. --- src/wp-content/themes/twentytwelve/functions.php | 4 ++-- src/wp-content/themes/twentytwelve/readme.txt | 7 ++++++- src/wp-content/themes/twentytwelve/style.css | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentytwelve/functions.php b/src/wp-content/themes/twentytwelve/functions.php index b53a2d8090a52..64757a71bdd6d 100644 --- a/src/wp-content/themes/twentytwelve/functions.php +++ b/src/wp-content/themes/twentytwelve/functions.php @@ -212,7 +212,7 @@ function twentytwelve_scripts_styles() { } // Loads our main stylesheet. - wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250415' ); + wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250715' ); // Theme block stylesheet. wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20240812' ); @@ -230,7 +230,7 @@ function twentytwelve_scripts_styles() { */ function twentytwelve_block_editor_styles() { // Block styles. - wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240811' ); + wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' ); // Add custom fonts. $font_version = ( 0 === strpos( (string) twentytwelve_get_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null; wp_enqueue_style( 'twentytwelve-fonts', twentytwelve_get_font_url(), array(), $font_version ); diff --git a/src/wp-content/themes/twentytwelve/readme.txt b/src/wp-content/themes/twentytwelve/readme.txt index 45c71a326ed53..1b565a5dc6e55 100644 --- a/src/wp-content/themes/twentytwelve/readme.txt +++ b/src/wp-content/themes/twentytwelve/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg Requires at least: 3.5 Tested up to: 6.8 Requires PHP: 5.2.4 -Stable tag: 4.5 +Stable tag: 4.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns @@ -53,6 +53,11 @@ Source: https://fontsource.org/fonts/open-sans == Changelog == += 4.6 = +* Released: April 15, 2025 + +https://wordpress.org/documentation/article/twenty-twelve-changelog/#Version_4.6 + = 4.5 = * Released: April 15, 2025 diff --git a/src/wp-content/themes/twentytwelve/style.css b/src/wp-content/themes/twentytwelve/style.css index 1a61c5f1089ab..e52133f12eaa3 100644 --- a/src/wp-content/themes/twentytwelve/style.css +++ b/src/wp-content/themes/twentytwelve/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentytwelve/ Author: the WordPress team Author URI: https://wordpress.org/ Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. -Version: 4.5 +Version: 4.6 Tested up to: 6.8 Requires at least: 3.5 Requires PHP: 5.2.4 From db5de5bb2bd4d2c08eb8bfced96798c1eba62ba7 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 14 Jul 2025 00:33:14 +0200 Subject: [PATCH 2/2] Update src/wp-content/themes/twentytwelve/readme.txt Co-authored-by: Stephen A. Bernhardt --- src/wp-content/themes/twentytwelve/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwelve/readme.txt b/src/wp-content/themes/twentytwelve/readme.txt index 1b565a5dc6e55..f8aec0e0d2d46 100644 --- a/src/wp-content/themes/twentytwelve/readme.txt +++ b/src/wp-content/themes/twentytwelve/readme.txt @@ -54,7 +54,7 @@ Source: https://fontsource.org/fonts/open-sans == Changelog == = 4.6 = -* Released: April 15, 2025 +* Released: July 15, 2025 https://wordpress.org/documentation/article/twenty-twelve-changelog/#Version_4.6