From a1874ff9ecc8d6521534385f97b8300d582b287f Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 08:37:22 +0530 Subject: [PATCH 01/23] Twenty Ten: header.php, readme.txt, style.css --- src/wp-content/themes/twentyten/header.php | 2 +- src/wp-content/themes/twentyten/readme.txt | 9 +++++++-- src/wp-content/themes/twentyten/style.css | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentyten/header.php b/src/wp-content/themes/twentyten/header.php index 6f51ecf0b80a0..8538f601bfef3 100644 --- a/src/wp-content/themes/twentyten/header.php +++ b/src/wp-content/themes/twentyten/header.php @@ -39,7 +39,7 @@ ?> - + Date: Sat, 8 Nov 2025 08:46:19 +0530 Subject: [PATCH 02/23] Twenty Eleven: header.php, readme.txt, style.css --- src/wp-content/themes/twentyeleven/header.php | 2 +- src/wp-content/themes/twentyeleven/readme.txt | 9 +++++++-- src/wp-content/themes/twentyeleven/style.css | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentyeleven/header.php b/src/wp-content/themes/twentyeleven/header.php index 2db9b055d9d2c..b8f9511e49ad6 100644 --- a/src/wp-content/themes/twentyeleven/header.php +++ b/src/wp-content/themes/twentyeleven/header.php @@ -38,7 +38,7 @@ ?> - + Date: Sat, 8 Nov 2025 09:02:03 +0530 Subject: [PATCH 03/23] Twenty Twelve: functions.php, readme.txt, style.css --- src/wp-content/themes/twentytwelve/functions.php | 4 ++-- src/wp-content/themes/twentytwelve/readme.txt | 9 +++++++-- src/wp-content/themes/twentytwelve/style.css | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/wp-content/themes/twentytwelve/functions.php b/src/wp-content/themes/twentytwelve/functions.php index c3d5043c3a086..e7cb16536e1b7 100644 --- a/src/wp-content/themes/twentytwelve/functions.php +++ b/src/wp-content/themes/twentytwelve/functions.php @@ -212,10 +212,10 @@ function twentytwelve_scripts_styles() { } // Loads our main stylesheet. - wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250715' ); + wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20251202' ); // Theme block stylesheet. - wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20240812' ); + wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20251101' ); // Register the Internet Explorer specific stylesheet. wp_register_style( 'twentytwelve-ie', false, array( 'twentytwelve-style' ) ); diff --git a/src/wp-content/themes/twentytwelve/readme.txt b/src/wp-content/themes/twentytwelve/readme.txt index 57c53a44dd06c..1377a0e2e1cc9 100644 --- a/src/wp-content/themes/twentytwelve/readme.txt +++ b/src/wp-content/themes/twentytwelve/readme.txt @@ -1,9 +1,9 @@ === Twenty Twelve === Contributors: wordpressdotorg Requires at least: 3.5 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.2.4 -Stable tag: 4.6 +Stable tag: 4.7 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 @@ -49,6 +49,11 @@ Source: https://fontsource.org/fonts/open-sans == Changelog == += 4.7 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-twelve-changelog/#Version_4.7 + = 4.6 = * Released: July 15, 2025 diff --git a/src/wp-content/themes/twentytwelve/style.css b/src/wp-content/themes/twentytwelve/style.css index e52133f12eaa3..13ab4406e3447 100644 --- a/src/wp-content/themes/twentytwelve/style.css +++ b/src/wp-content/themes/twentytwelve/style.css @@ -4,8 +4,8 @@ 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.6 -Tested up to: 6.8 +Version: 4.7 +Tested up to: 6.9 Requires at least: 3.5 Requires PHP: 5.2.4 License: GNU General Public License v2 or later From 1551f99ea512ace2a1e946dcc5818d1ceec5f47e Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:09:40 +0530 Subject: [PATCH 04/23] Twenty Thirteen: functions.php, readme.txt, style.css --- src/wp-content/themes/twentythirteen/functions.php | 2 +- src/wp-content/themes/twentythirteen/readme.txt | 9 +++++++-- src/wp-content/themes/twentythirteen/style.css | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentythirteen/functions.php b/src/wp-content/themes/twentythirteen/functions.php index 1283ed267aae2..c543df039cf04 100644 --- a/src/wp-content/themes/twentythirteen/functions.php +++ b/src/wp-content/themes/twentythirteen/functions.php @@ -344,7 +344,7 @@ function twentythirteen_scripts_styles() { wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' ); // Loads our main stylesheet. - wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20250415' ); + wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20251202' ); // Theme block stylesheet. wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20240520' ); diff --git a/src/wp-content/themes/twentythirteen/readme.txt b/src/wp-content/themes/twentythirteen/readme.txt index b8409cff0418b..376b7b7a1db8c 100644 --- a/src/wp-content/themes/twentythirteen/readme.txt +++ b/src/wp-content/themes/twentythirteen/readme.txt @@ -1,9 +1,9 @@ === Twenty Thirteen === Contributors: wordpressdotorg Requires at least: 3.6 -Tested up to: 6.8 +Tested up to: 6.5 Requires PHP: 5.2.4 -Stable tag: 4.4 +Stable tag: 4.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns @@ -60,6 +60,11 @@ Toroidal Colony: https://www.flickr.com/photos/nasacommons/13889485757/in/album- == Changelog == += 4.5 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-thirteen-changelog/#Version_4.5 + = 4.4 = * Released: April 15, 2025 diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css index 704f4a41cb4cc..5147bdf2dab4e 100644 --- a/src/wp-content/themes/twentythirteen/style.css +++ b/src/wp-content/themes/twentythirteen/style.css @@ -4,8 +4,8 @@ Theme URI: https://wordpress.org/themes/twentythirteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small. -Version: 4.4 -Tested up to: 6.8 +Version: 4.5 +Tested up to: 6.9 Requires at least: 3.6 Requires PHP: 5.2.4 License: GNU General Public License v2 or later From ec9b908ec87fa59c1b8b29cb49d0e218ad5b9928 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:15:06 +0530 Subject: [PATCH 05/23] Twenty Fourteen: functions.php, readme.txt, style.css --- src/wp-content/themes/twentyfourteen/functions.php | 2 +- src/wp-content/themes/twentyfourteen/readme.txt | 9 +++++++-- src/wp-content/themes/twentyfourteen/style.css | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index ba4d9e1c1199c..c5b9a34fcf735 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -345,7 +345,7 @@ function twentyfourteen_scripts() { wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' ); // Load our main stylesheet. - wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250715' ); + wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20251202' ); // Theme block stylesheet. wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' ); diff --git a/src/wp-content/themes/twentyfourteen/readme.txt b/src/wp-content/themes/twentyfourteen/readme.txt index 97482e31c8989..d79613c915843 100644 --- a/src/wp-content/themes/twentyfourteen/readme.txt +++ b/src/wp-content/themes/twentyfourteen/readme.txt @@ -1,9 +1,9 @@ === Twenty Fourteen === Contributors: wordpressdotorg Requires at least: 3.6 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.2.4 -Stable tag: 4.3 +Stable tag: 4.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, news, two-columns, three-columns, left-sidebar, 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, accessibility-ready, block-patterns @@ -60,6 +60,11 @@ Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO == Changelog == += 4.4 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.4 + = 4.3 = * Released: July 15, 2025 diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index b8e5d15110e1d..311ecd79b65f3 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -4,9 +4,9 @@ Theme URI: https://wordpress.org/themes/twentyfourteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier. -Version: 4.3 +Version: 4.4 Requires at least: 3.6 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.2.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From 01f1800a92e02c5634cf344aa76958453945e5be Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:19:13 +0530 Subject: [PATCH 06/23] Twenty Fifteen: functions.php, readme.txt, style.css --- src/wp-content/themes/twentyfifteen/functions.php | 2 +- src/wp-content/themes/twentyfifteen/readme.txt | 9 +++++++-- src/wp-content/themes/twentyfifteen/style.css | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/functions.php b/src/wp-content/themes/twentyfifteen/functions.php index a78aa5fb2f847..0c1545ee82cfd 100644 --- a/src/wp-content/themes/twentyfifteen/functions.php +++ b/src/wp-content/themes/twentyfifteen/functions.php @@ -437,7 +437,7 @@ function twentyfifteen_scripts() { wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' ); // Load our main stylesheet. - wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20250415' ); + wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20251202' ); // Theme block stylesheet. wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240715' ); diff --git a/src/wp-content/themes/twentyfifteen/readme.txt b/src/wp-content/themes/twentyfifteen/readme.txt index 8808a70335947..ba173411549af 100644 --- a/src/wp-content/themes/twentyfifteen/readme.txt +++ b/src/wp-content/themes/twentyfifteen/readme.txt @@ -1,9 +1,9 @@ === Twenty Fifteen === Contributors: wordpressdotorg Requires at least: 4.1 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.2.4 -Version: 4.0 +Version: 4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns @@ -73,6 +73,11 @@ Source: https://stocksnap.io/photo/purple-yellow-ACF0693B9C == Changelog == += 4.1 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-fifteen-changelog/#Version_4.1 + = 4.0 = * Released: April 15, 2025 diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 255d1a2b0a621..bbcae0f209e8c 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -4,9 +4,9 @@ Theme URI: https://wordpress.org/themes/twentyfifteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer. -Version: 4.0 +Version: 4.1 Requires at least: 4.1 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.2.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From 36baadc53b746b826ff206670c117ca7607ef508 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:29:07 +0530 Subject: [PATCH 07/23] Twenty Sixteen: functions.php, readme.txt, style.css --- src/wp-content/themes/twentysixteen/functions.php | 2 +- src/wp-content/themes/twentysixteen/readme.txt | 9 +++++++-- src/wp-content/themes/twentysixteen/style.css | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentysixteen/functions.php b/src/wp-content/themes/twentysixteen/functions.php index 8572194b873b4..a2fd8fddb1318 100644 --- a/src/wp-content/themes/twentysixteen/functions.php +++ b/src/wp-content/themes/twentysixteen/functions.php @@ -405,7 +405,7 @@ function twentysixteen_scripts() { wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' ); // Theme stylesheet. - wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250715' ); + wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20251202' ); // Theme block stylesheet. wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20240817' ); diff --git a/src/wp-content/themes/twentysixteen/readme.txt b/src/wp-content/themes/twentysixteen/readme.txt index 02c084ef80dd7..a92d8dca0f0b4 100644 --- a/src/wp-content/themes/twentysixteen/readme.txt +++ b/src/wp-content/themes/twentysixteen/readme.txt @@ -1,9 +1,9 @@ === Twenty Sixteen === Contributors: wordpressdotorg Requires at least: 4.4 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.2.4 -Version: 3.6 +Version: 3.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns @@ -68,6 +68,11 @@ Image used in screenshot.png: A photo by Austin Schmid (https://unsplash.com/sch == Changelog == += 3.7 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-sixteen-changelog/#Version_3.7 + = 3.6 = * Released: July 15, 2025 diff --git a/src/wp-content/themes/twentysixteen/style.css b/src/wp-content/themes/twentysixteen/style.css index a884bac7dfe2a..e6b238c36db97 100644 --- a/src/wp-content/themes/twentysixteen/style.css +++ b/src/wp-content/themes/twentysixteen/style.css @@ -4,8 +4,8 @@ Theme URI: https://wordpress.org/themes/twentysixteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere. -Version: 3.6 -Tested up to: 6.8 +Version: 3.7 +Tested up to: 6.9 Requires at least: 4.4 Requires PHP: 5.2.4 License: GNU General Public License v2 or later From d51ec01d82ca987cf808e08d50e5883b694804f0 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:34:27 +0530 Subject: [PATCH 08/23] Twenty Seventeen: functions.php, readme.txt, style.css --- src/wp-content/themes/twentyseventeen/functions.php | 2 +- src/wp-content/themes/twentyseventeen/readme.txt | 9 +++++++-- src/wp-content/themes/twentyseventeen/style.css | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentyseventeen/functions.php b/src/wp-content/themes/twentyseventeen/functions.php index 0b2005d50c7df..16a3a5d614c8b 100644 --- a/src/wp-content/themes/twentyseventeen/functions.php +++ b/src/wp-content/themes/twentyseventeen/functions.php @@ -461,7 +461,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(), '20250415' ); + wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20251202' ); // Theme block stylesheet. wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '20240729' ); diff --git a/src/wp-content/themes/twentyseventeen/readme.txt b/src/wp-content/themes/twentyseventeen/readme.txt index 7e7c061e350d1..4896e4be48656 100644 --- a/src/wp-content/themes/twentyseventeen/readme.txt +++ b/src/wp-content/themes/twentyseventeen/readme.txt @@ -1,9 +1,9 @@ === Twenty Seventeen === Contributors: wordpressdotorg Requires at least: 4.7 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.2.4 -Version: 3.9 +Version: 4.0 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 @@ -71,6 +71,11 @@ Source: https://stocksnap.io/photo/striped-fabric-9CBVWF2CDU == Changelog == += .9 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-seventeen-changelog/#Version + = 3.9 = * Released: April 15, 2025 diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index ad3176526c332..15a25aa01d4dc 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -4,8 +4,8 @@ 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.9 -Tested up to: 6.8 +Version: 4.0 +Tested up to: 6.9 Requires at least: 4.7 Requires PHP: 5.2.4 License: GNU General Public License v2 or later From b3e439f5587a079591dc61e0417d75c6d7fc514f Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:40:11 +0530 Subject: [PATCH 09/23] Twenty Nineteen: readme.txt, style.css, style-rtl.css, package.json, package-lock.json --- src/wp-content/themes/twentynineteen/package-lock.json | 4 ++-- src/wp-content/themes/twentynineteen/package.json | 2 +- src/wp-content/themes/twentynineteen/readme.txt | 9 +++++++-- src/wp-content/themes/twentynineteen/style-rtl.css | 4 ++-- src/wp-content/themes/twentynineteen/style.css | 4 ++-- src/wp-content/themes/twentynineteen/style.scss | 4 ++-- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/package-lock.json b/src/wp-content/themes/twentynineteen/package-lock.json index 516ddd1482800..6f3e13324cc2a 100644 --- a/src/wp-content/themes/twentynineteen/package-lock.json +++ b/src/wp-content/themes/twentynineteen/package-lock.json @@ -1,12 +1,12 @@ { "name": "twentynineteen", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twentynineteen", - "version": "3.1.0", + "version": "3.2.0", "devDependencies": { "@wordpress/browserslist-config": "^6.34.0", "autoprefixer": "^10.4.22", diff --git a/src/wp-content/themes/twentynineteen/package.json b/src/wp-content/themes/twentynineteen/package.json index 06bd3e71aefda..f52cfcd9957bb 100644 --- a/src/wp-content/themes/twentynineteen/package.json +++ b/src/wp-content/themes/twentynineteen/package.json @@ -1,6 +1,6 @@ { "name": "twentynineteen", - "version": "3.1.0", + "version": "3.2.0", "description": "Default WP Theme", "bugs": { "url": "https://core.trac.wordpress.org/" diff --git a/src/wp-content/themes/twentynineteen/readme.txt b/src/wp-content/themes/twentynineteen/readme.txt index c38bae61e3b97..68a20d69e9f18 100644 --- a/src/wp-content/themes/twentynineteen/readme.txt +++ b/src/wp-content/themes/twentynineteen/readme.txt @@ -2,9 +2,9 @@ Contributors: wordpressdotorg Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns Requires at least: 4.7 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.2.4 -Stable tag: 3.1 +Stable tag: 3.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,11 @@ GNU General Public License for more details. == Changelog == += 3.2 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-nineteen-changelog/#Version_3.2 + = 3.1 = * Released: April 15, 2025 diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index 9f1700c012b9b..9051a24d984ba 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -5,10 +5,10 @@ Theme URI: https://wordpress.org/themes/twentynineteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes. -Tested up to: 6.8 +Tested up to: 6.9 Requires at least: 4.7 Requires PHP: 5.2.4 -Version: 3.1 +Version: 3.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentynineteen diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css index 634a947b3a880..48d0e8cba20b1 100644 --- a/src/wp-content/themes/twentynineteen/style.css +++ b/src/wp-content/themes/twentynineteen/style.css @@ -5,10 +5,10 @@ Theme URI: https://wordpress.org/themes/twentynineteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes. -Tested up to: 6.8 +Tested up to: 6.9 Requires at least: 4.7 Requires PHP: 5.2.4 -Version: 3.1 +Version: 3.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentynineteen diff --git a/src/wp-content/themes/twentynineteen/style.scss b/src/wp-content/themes/twentynineteen/style.scss index 5022bc41a2b20..b9a54490b915e 100644 --- a/src/wp-content/themes/twentynineteen/style.scss +++ b/src/wp-content/themes/twentynineteen/style.scss @@ -4,10 +4,10 @@ Theme URI: https://wordpress.org/themes/twentynineteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes. -Tested up to: 6.8 +Tested up to: 6.9 Requires at least: 4.7 Requires PHP: 5.2.4 -Version: 3.1 +Version: 3.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentynineteen From 314d675fde58752a485b078e9042325ffb1df524 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:44:06 +0530 Subject: [PATCH 10/23] Twenty Twenty: readme.txt, style.css, style-rtl.css, package.json, package-lock.json --- src/wp-content/themes/twentytwenty/package-lock.json | 4 ++-- src/wp-content/themes/twentytwenty/package.json | 2 +- src/wp-content/themes/twentytwenty/readme.txt | 9 +++++++-- src/wp-content/themes/twentytwenty/style-rtl.css | 4 ++-- src/wp-content/themes/twentytwenty/style.css | 4 ++-- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/package-lock.json b/src/wp-content/themes/twentytwenty/package-lock.json index ce03465fadc32..0fb658da62de6 100644 --- a/src/wp-content/themes/twentytwenty/package-lock.json +++ b/src/wp-content/themes/twentytwenty/package-lock.json @@ -1,12 +1,12 @@ { "name": "twentytwenty", - "version": "2.9.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twentytwenty", - "version": "2.9.0", + "version": "3.0.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/browserslist-config": "^6.34.0", diff --git a/src/wp-content/themes/twentytwenty/package.json b/src/wp-content/themes/twentytwenty/package.json index 6d72197079369..8cb09642b6e5e 100644 --- a/src/wp-content/themes/twentytwenty/package.json +++ b/src/wp-content/themes/twentytwenty/package.json @@ -1,6 +1,6 @@ { "name": "twentytwenty", - "version": "2.9.0", + "version": "3.0.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", diff --git a/src/wp-content/themes/twentytwenty/readme.txt b/src/wp-content/themes/twentytwenty/readme.txt index aac981b5db03f..9f90f442e3135 100644 --- a/src/wp-content/themes/twentytwenty/readme.txt +++ b/src/wp-content/themes/twentytwenty/readme.txt @@ -1,9 +1,9 @@ === Twenty Twenty === Contributors: the WordPress team Requires at least: 4.7 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.2.4 -Stable tag: 2.9 +Stable tag: 3.0 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 == += 3.0 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-twenty-changelog/#Version_3.0 + = 2.9 = * Released: April 15, 2025 diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index abbe9bdc82fce..a007c0cc58aad 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -1,8 +1,8 @@ /* Theme Name: Twenty Twenty Text Domain: twentytwenty -Version: 2.9 -Tested up to: 6.8 +Version: 3.0 +Tested up to: 6.9 Requires at least: 4.7 Requires PHP: 5.2.4 Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors. diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 9377c75410378..9f52965ed9073 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -1,8 +1,8 @@ /* Theme Name: Twenty Twenty Text Domain: twentytwenty -Version: 2.9 -Tested up to: 6.8 +Version: 3.0 +Tested up to: 6.9 Requires at least: 4.7 Requires PHP: 5.2.4 Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors. From d7a14357f3248eae57f713dc7b15d77298c72081 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:49:07 +0530 Subject: [PATCH 11/23] Twenty Twenty One: readme.txt, style.css, style-rtl.css, package.json, package-lock.json, file-header.scss --- .../assets/sass/01-settings/file-header.scss | 4 ++-- src/wp-content/themes/twentytwentyone/package-lock.json | 4 ++-- src/wp-content/themes/twentytwentyone/package.json | 2 +- src/wp-content/themes/twentytwentyone/readme.txt | 9 +++++++-- src/wp-content/themes/twentytwentyone/style-rtl.css | 4 ++-- src/wp-content/themes/twentytwentyone/style.css | 4 ++-- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss b/src/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss index c6f64a2134277..5b73aea09d44a 100644 --- a/src/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss +++ b/src/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss @@ -5,9 +5,9 @@ Author: the WordPress team Author URI: https://wordpress.org/ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog. Requires at least: 5.3 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.6 -Version: 2.6 +Version: 2.7 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/src/wp-content/themes/twentytwentyone/package-lock.json b/src/wp-content/themes/twentytwentyone/package-lock.json index 0760f8cd8bfdb..bf4cc369032e3 100644 --- a/src/wp-content/themes/twentytwentyone/package-lock.json +++ b/src/wp-content/themes/twentytwentyone/package-lock.json @@ -1,12 +1,12 @@ { "name": "twentytwentyone", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twentytwentyone", - "version": "2.6.0", + "version": "2.7.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/browserslist-config": "^6.34.0", diff --git a/src/wp-content/themes/twentytwentyone/package.json b/src/wp-content/themes/twentytwentyone/package.json index 21d4e5dd1fd3d..e558f22b4e84f 100644 --- a/src/wp-content/themes/twentytwentyone/package.json +++ b/src/wp-content/themes/twentytwentyone/package.json @@ -1,6 +1,6 @@ { "name": "twentytwentyone", - "version": "2.6.0", + "version": "2.7.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", diff --git a/src/wp-content/themes/twentytwentyone/readme.txt b/src/wp-content/themes/twentytwentyone/readme.txt index 79bd02b22a9ad..6dbfc3c95b5df 100644 --- a/src/wp-content/themes/twentytwentyone/readme.txt +++ b/src/wp-content/themes/twentytwentyone/readme.txt @@ -1,9 +1,9 @@ === Twenty Twenty-One === Contributors: wordpressdotorg Requires at least: 5.3 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.6 -Stable tag: 2.6 +Stable tag: 2.7 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.7 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-twenty-one-changelog/#Version_2.7 + = 2.6 = * Released: July 15, 2025 diff --git a/src/wp-content/themes/twentytwentyone/style-rtl.css b/src/wp-content/themes/twentytwentyone/style-rtl.css index 67a125695d5bd..b0fdc88b10bcb 100644 --- a/src/wp-content/themes/twentytwentyone/style-rtl.css +++ b/src/wp-content/themes/twentytwentyone/style-rtl.css @@ -7,9 +7,9 @@ Author: the WordPress team Author URI: https://wordpress.org/ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog. Requires at least: 5.3 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.6 -Version: 2.6 +Version: 2.7 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/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css index 245704d264dbe..0eb80897792f5 100644 --- a/src/wp-content/themes/twentytwentyone/style.css +++ b/src/wp-content/themes/twentytwentyone/style.css @@ -7,9 +7,9 @@ Author: the WordPress team Author URI: https://wordpress.org/ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog. Requires at least: 5.3 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.6 -Version: 2.6 +Version: 2.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone From 5174c557c9a783255016842461440db83b736734 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:51:07 +0530 Subject: [PATCH 12/23] Twenty Twenty Two: style.css, readme.txt --- src/wp-content/themes/twentytwentytwo/readme.txt | 9 +++++++-- src/wp-content/themes/twentytwentytwo/style.css | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentytwentytwo/readme.txt b/src/wp-content/themes/twentytwentytwo/readme.txt index 7fb1055397935..baf30f0893aa0 100644 --- a/src/wp-content/themes/twentytwentytwo/readme.txt +++ b/src/wp-content/themes/twentytwentytwo/readme.txt @@ -1,9 +1,9 @@ === Twenty Twenty-Two === Contributors: wordpressdotorg Requires at least: 5.9 -Tested up to: 6.8 +Tested up to: 6.9 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 @@ -39,6 +39,11 @@ Follow these instructions for each of the following templates: == Changelog == += 2.1 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-twenty-two-changelog/#Version_2.1 + = 2.0 = * Released: April 15, 2025 diff --git a/src/wp-content/themes/twentytwentytwo/style.css b/src/wp-content/themes/twentytwentytwo/style.css index d9fb151f42e85..03395db25761e 100644 --- a/src/wp-content/themes/twentytwentytwo/style.css +++ b/src/wp-content/themes/twentytwentytwo/style.css @@ -5,9 +5,9 @@ Author: the WordPress team Author URI: https://wordpress.org/ Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Site Editor features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours. Requires at least: 5.9 -Tested up to: 6.8 +Tested up to: 6.9 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: twentytwentytwo From c8c2c470306f29fd0af5db6543b7e0e7b1630588 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:54:12 +0530 Subject: [PATCH 13/23] Twenty Twenty Three: style.css, readme.txt --- src/wp-content/themes/twentytwentythree/readme.txt | 9 +++++++-- src/wp-content/themes/twentytwentythree/style.css | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentytwentythree/readme.txt b/src/wp-content/themes/twentytwentythree/readme.txt index 6675ed7bd10ac..7011c5aa231db 100644 --- a/src/wp-content/themes/twentytwentythree/readme.txt +++ b/src/wp-content/themes/twentytwentythree/readme.txt @@ -1,9 +1,9 @@ === Twenty Twenty-Three === Contributors: wordpressdotorg Requires at least: 6.1 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.6 -Stable tag: 1.6 +Stable tag: 1.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -15,6 +15,11 @@ Whether you want to build a complex or incredibly simple website, you can do it == Changelog == += 1.7 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.7 + = 1.6 = * Released: November 12, 2024 diff --git a/src/wp-content/themes/twentytwentythree/style.css b/src/wp-content/themes/twentytwentythree/style.css index 0c589c78e2f58..68fd61f1f2d1b 100644 --- a/src/wp-content/themes/twentytwentythree/style.css +++ b/src/wp-content/themes/twentytwentythree/style.css @@ -5,9 +5,9 @@ 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.8 +Tested up to: 6.9 Requires PHP: 5.6 -Version: 1.6 +Version: 1.7 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html Text Domain: twentytwentythree From 1fc4fd6163a85dc2d2db5d95948d440fc5461497 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:56:16 +0530 Subject: [PATCH 14/23] Twenty Twenty Four: style.css, readme.txt --- src/wp-content/themes/twentytwentyfour/readme.txt | 9 +++++++-- src/wp-content/themes/twentytwentyfour/style.css | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentytwentyfour/readme.txt b/src/wp-content/themes/twentytwentyfour/readme.txt index 26ccc3518421d..ef113ef63959c 100644 --- a/src/wp-content/themes/twentytwentyfour/readme.txt +++ b/src/wp-content/themes/twentytwentyfour/readme.txt @@ -1,9 +1,9 @@ === Twenty Twenty-Four === Contributors: wordpressdotorg Requires at least: 6.4 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 7.0 -Stable tag: 1.3 +Stable tag: 1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -13,6 +13,11 @@ Twenty Twenty-Four is designed to be flexible, versatile and applicable to any w == Changelog == += 1.4 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-twenty-four-changelog/#Version_1.4 + = 1.3 = * Released: November 12, 2024 diff --git a/src/wp-content/themes/twentytwentyfour/style.css b/src/wp-content/themes/twentytwentyfour/style.css index e4150d74c249d..3128c53372e0e 100644 --- a/src/wp-content/themes/twentytwentyfour/style.css +++ b/src/wp-content/themes/twentytwentyfour/style.css @@ -5,9 +5,9 @@ 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.8 +Tested up to: 6.9 Requires PHP: 7.0 -Version: 1.3 +Version: 1.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyfour From 5be7f0fa0e36211f470eefd0000e28a36bd90583 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 09:58:45 +0530 Subject: [PATCH 15/23] Twenty Twenty Five: style.css, readme.txt --- src/wp-content/themes/twentytwentyfive/readme.txt | 9 +++++++-- src/wp-content/themes/twentytwentyfive/style.css | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentytwentyfive/readme.txt b/src/wp-content/themes/twentytwentyfive/readme.txt index 5fdcca9b5f2fd..c9eed45389310 100644 --- a/src/wp-content/themes/twentytwentyfive/readme.txt +++ b/src/wp-content/themes/twentytwentyfive/readme.txt @@ -1,9 +1,9 @@ === Twenty Twenty-Five === Contributors: wordpressdotorg Requires at least: 6.7 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 7.2 -Stable tag: 1.3 +Stable tag: 1.4 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.4 = +* Released: December 02, 2025 + +https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.4 + = 1.3 = * Released: July 15, 2025 diff --git a/src/wp-content/themes/twentytwentyfive/style.css b/src/wp-content/themes/twentytwentyfive/style.css index b61a09eabaf2e..4b064bc6298d3 100644 --- a/src/wp-content/themes/twentytwentyfive/style.css +++ b/src/wp-content/themes/twentytwentyfive/style.css @@ -5,9 +5,9 @@ Author: the WordPress team Author URI: https://wordpress.org Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide. Requires at least: 6.7 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 7.2 -Version: 1.3 +Version: 1.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyfive From 19ba2ff763ebcb45898beabe7b52b0278633002b Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 10:08:18 +0530 Subject: [PATCH 16/23] Twenty Seventeen: functions.php, readme.txt, style.css --- src/wp-content/themes/twentyseventeen/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyseventeen/readme.txt b/src/wp-content/themes/twentyseventeen/readme.txt index 4896e4be48656..ab99e6bfa66cb 100644 --- a/src/wp-content/themes/twentyseventeen/readme.txt +++ b/src/wp-content/themes/twentyseventeen/readme.txt @@ -71,10 +71,10 @@ Source: https://stocksnap.io/photo/striped-fabric-9CBVWF2CDU == Changelog == -= .9 = += 4.0 = * Released: December 02, 2025 -https://wordpress.org/documentation/article/twenty-seventeen-changelog/#Version +https://wordpress.org/documentation/article/twenty-seventeen-changelog/#Version_4.0 = 3.9 = * Released: April 15, 2025 From eb94d4308382d17068c00443bc06d5b8773bf5d3 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 10:12:37 +0530 Subject: [PATCH 17/23] Twenty Thirteen: Fix Version issue --- src/wp-content/themes/twentythirteen/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentythirteen/readme.txt b/src/wp-content/themes/twentythirteen/readme.txt index 376b7b7a1db8c..53816919f9305 100644 --- a/src/wp-content/themes/twentythirteen/readme.txt +++ b/src/wp-content/themes/twentythirteen/readme.txt @@ -1,7 +1,7 @@ === Twenty Thirteen === Contributors: wordpressdotorg Requires at least: 3.6 -Tested up to: 6.5 +Tested up to: 6.9 Requires PHP: 5.2.4 Stable tag: 4.5 License: GPLv2 or later From 3cc533171467fee08cbc93b46e212a7c88b3c6dd Mon Sep 17 00:00:00 2001 From: "wordpress-develop-pr-bot[bot]" <1178653+wordpress-develop-pr-bot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 04:44:39 +0000 Subject: [PATCH 18/23] Automation: Updating built files with changes. --- src/wp-content/themes/twentytwentyone/assets/css/ie.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentytwentyone/assets/css/ie.css b/src/wp-content/themes/twentytwentyone/assets/css/ie.css index 24c2e39ac057a..7ee5c0b89d929 100644 --- a/src/wp-content/themes/twentytwentyone/assets/css/ie.css +++ b/src/wp-content/themes/twentytwentyone/assets/css/ie.css @@ -7,9 +7,9 @@ Author: the WordPress team Author URI: https://wordpress.org/ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog. Requires at least: 5.3 -Tested up to: 6.8 +Tested up to: 6.9 Requires PHP: 5.6 -Version: 2.6 +Version: 2.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone From 5f1ea9a705c6abeb368852b20a68817c9020d581 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 10:51:39 +0530 Subject: [PATCH 19/23] Fixed Version Issue --- src/wp-content/themes/twentytwelve/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwelve/functions.php b/src/wp-content/themes/twentytwelve/functions.php index e7cb16536e1b7..31373032c7194 100644 --- a/src/wp-content/themes/twentytwelve/functions.php +++ b/src/wp-content/themes/twentytwelve/functions.php @@ -215,7 +215,7 @@ function twentytwelve_scripts_styles() { wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20251202' ); // Theme block stylesheet. - wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20251101' ); + wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20251031' ); // Register the Internet Explorer specific stylesheet. wp_register_style( 'twentytwelve-ie', false, array( 'twentytwelve-style' ) ); From 52aacb2b66a35c31f688e038050a19473d3dc13e Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 8 Nov 2025 11:40:27 +0530 Subject: [PATCH 20/23] Added Feedback Changes --- src/wp-content/themes/twentytwentyfive/package-lock.json | 4 ++-- src/wp-content/themes/twentytwentyfive/package.json | 2 +- src/wp-content/themes/twentytwentythree/readme.txt | 7 +------ src/wp-content/themes/twentytwentythree/style.css | 2 +- src/wp-content/themes/twentytwentytwo/package-lock.json | 4 ++-- src/wp-content/themes/twentytwentytwo/package.json | 2 +- 6 files changed, 8 insertions(+), 13 deletions(-) diff --git a/src/wp-content/themes/twentytwentyfive/package-lock.json b/src/wp-content/themes/twentytwentyfive/package-lock.json index 961073b84384f..10a7928e29838 100644 --- a/src/wp-content/themes/twentytwentyfive/package-lock.json +++ b/src/wp-content/themes/twentytwentyfive/package-lock.json @@ -1,12 +1,12 @@ { "name": "twentytwentyfive", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twentytwentyfive", - "version": "1.3.0", + "version": "1.4.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/browserslist-config": "^6.34.0", diff --git a/src/wp-content/themes/twentytwentyfive/package.json b/src/wp-content/themes/twentytwentyfive/package.json index 6dffb7b17ebb4..3251673e23ab2 100644 --- a/src/wp-content/themes/twentytwentyfive/package.json +++ b/src/wp-content/themes/twentytwentyfive/package.json @@ -1,6 +1,6 @@ { "name": "twentytwentyfive", - "version": "1.3.0", + "version": "1.4.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", diff --git a/src/wp-content/themes/twentytwentythree/readme.txt b/src/wp-content/themes/twentytwentythree/readme.txt index 7011c5aa231db..3c242e572fed2 100644 --- a/src/wp-content/themes/twentytwentythree/readme.txt +++ b/src/wp-content/themes/twentytwentythree/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg Requires at least: 6.1 Tested up to: 6.9 Requires PHP: 5.6 -Stable tag: 1.7 +Stable tag: 1.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -15,11 +15,6 @@ Whether you want to build a complex or incredibly simple website, you can do it == Changelog == -= 1.7 = -* Released: December 02, 2025 - -https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.7 - = 1.6 = * Released: November 12, 2024 diff --git a/src/wp-content/themes/twentytwentythree/style.css b/src/wp-content/themes/twentytwentythree/style.css index 68fd61f1f2d1b..4a302c9c0beb9 100644 --- a/src/wp-content/themes/twentytwentythree/style.css +++ b/src/wp-content/themes/twentytwentythree/style.css @@ -7,7 +7,7 @@ Description: Twenty Twenty-Three is designed to take advantage of the new design Requires at least: 6.1 Tested up to: 6.9 Requires PHP: 5.6 -Version: 1.7 +Version: 1.6 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html Text Domain: twentytwentythree diff --git a/src/wp-content/themes/twentytwentytwo/package-lock.json b/src/wp-content/themes/twentytwentytwo/package-lock.json index eee7aa76f6fd5..0f3596c3fcf7f 100644 --- a/src/wp-content/themes/twentytwentytwo/package-lock.json +++ b/src/wp-content/themes/twentytwentytwo/package-lock.json @@ -1,12 +1,12 @@ { "name": "twentytwentytwo", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twentytwentytwo", - "version": "2.0.0", + "version": "2.1.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/browserslist-config": "^6.34.0", diff --git a/src/wp-content/themes/twentytwentytwo/package.json b/src/wp-content/themes/twentytwentytwo/package.json index 8cd4a9f6ccc99..102fdc01b32ac 100644 --- a/src/wp-content/themes/twentytwentytwo/package.json +++ b/src/wp-content/themes/twentytwentytwo/package.json @@ -1,6 +1,6 @@ { "name": "twentytwentytwo", - "version": "2.0.0", + "version": "2.1.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", From 081df45f6444de6da04f687edbe280f238c93728 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Tue, 11 Nov 2025 20:22:09 +0530 Subject: [PATCH 21/23] Apply Feedback Changes --- src/wp-content/themes/twentyeleven/inc/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyeleven/inc/theme-options.php b/src/wp-content/themes/twentyeleven/inc/theme-options.php index eb3992ace683a..79c1f72c54feb 100644 --- a/src/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/src/wp-content/themes/twentyeleven/inc/theme-options.php @@ -418,7 +418,7 @@ function twentyeleven_enqueue_color_scheme() { $color_scheme = $options['color_scheme']; if ( 'dark' === $color_scheme ) { - wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20240603' ); + wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20251017' ); } /** From b08fd64b5fb935d900eecf15e158690e2446c1a4 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Tue, 11 Nov 2025 20:32:37 +0530 Subject: [PATCH 22/23] Changed Date format --- src/wp-content/themes/twentyeleven/readme.txt | 2 +- src/wp-content/themes/twentyfifteen/readme.txt | 2 +- src/wp-content/themes/twentyfourteen/readme.txt | 2 +- src/wp-content/themes/twentynineteen/readme.txt | 2 +- src/wp-content/themes/twentyseventeen/readme.txt | 2 +- src/wp-content/themes/twentysixteen/readme.txt | 2 +- src/wp-content/themes/twentyten/readme.txt | 2 +- src/wp-content/themes/twentythirteen/readme.txt | 2 +- src/wp-content/themes/twentytwelve/readme.txt | 2 +- src/wp-content/themes/twentytwenty/readme.txt | 2 +- src/wp-content/themes/twentytwentyfive/readme.txt | 2 +- src/wp-content/themes/twentytwentyfour/readme.txt | 2 +- src/wp-content/themes/twentytwentyone/readme.txt | 2 +- src/wp-content/themes/twentytwentytwo/readme.txt | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/wp-content/themes/twentyeleven/readme.txt b/src/wp-content/themes/twentyeleven/readme.txt index aa6e3b17b4cfb..494e9f6c3eb73 100644 --- a/src/wp-content/themes/twentyeleven/readme.txt +++ b/src/wp-content/themes/twentyeleven/readme.txt @@ -45,7 +45,7 @@ Images == Changelog == = 5.0 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-eleven-changelog/#Version_5.0 diff --git a/src/wp-content/themes/twentyfifteen/readme.txt b/src/wp-content/themes/twentyfifteen/readme.txt index ba173411549af..c42042c4461de 100644 --- a/src/wp-content/themes/twentyfifteen/readme.txt +++ b/src/wp-content/themes/twentyfifteen/readme.txt @@ -74,7 +74,7 @@ Source: https://stocksnap.io/photo/purple-yellow-ACF0693B9C == Changelog == = 4.1 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-fifteen-changelog/#Version_4.1 diff --git a/src/wp-content/themes/twentyfourteen/readme.txt b/src/wp-content/themes/twentyfourteen/readme.txt index d79613c915843..58e5fe4f4a908 100644 --- a/src/wp-content/themes/twentyfourteen/readme.txt +++ b/src/wp-content/themes/twentyfourteen/readme.txt @@ -61,7 +61,7 @@ Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO == Changelog == = 4.4 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.4 diff --git a/src/wp-content/themes/twentynineteen/readme.txt b/src/wp-content/themes/twentynineteen/readme.txt index 68a20d69e9f18..7f665c0c7793f 100644 --- a/src/wp-content/themes/twentynineteen/readme.txt +++ b/src/wp-content/themes/twentynineteen/readme.txt @@ -41,7 +41,7 @@ GNU General Public License for more details. == Changelog == = 3.2 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-nineteen-changelog/#Version_3.2 diff --git a/src/wp-content/themes/twentyseventeen/readme.txt b/src/wp-content/themes/twentyseventeen/readme.txt index ab99e6bfa66cb..2002dadf8fbd7 100644 --- a/src/wp-content/themes/twentyseventeen/readme.txt +++ b/src/wp-content/themes/twentyseventeen/readme.txt @@ -72,7 +72,7 @@ Source: https://stocksnap.io/photo/striped-fabric-9CBVWF2CDU == Changelog == = 4.0 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-seventeen-changelog/#Version_4.0 diff --git a/src/wp-content/themes/twentysixteen/readme.txt b/src/wp-content/themes/twentysixteen/readme.txt index a92d8dca0f0b4..34ccf8040598e 100644 --- a/src/wp-content/themes/twentysixteen/readme.txt +++ b/src/wp-content/themes/twentysixteen/readme.txt @@ -69,7 +69,7 @@ Image used in screenshot.png: A photo by Austin Schmid (https://unsplash.com/sch == Changelog == = 3.7 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-sixteen-changelog/#Version_3.7 diff --git a/src/wp-content/themes/twentyten/readme.txt b/src/wp-content/themes/twentyten/readme.txt index ff5c176b8c71d..64a3d1eee3cac 100644 --- a/src/wp-content/themes/twentyten/readme.txt +++ b/src/wp-content/themes/twentyten/readme.txt @@ -45,7 +45,7 @@ Images == Changelog == = 4.5 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-ten-changelog/#Version_4.5 diff --git a/src/wp-content/themes/twentythirteen/readme.txt b/src/wp-content/themes/twentythirteen/readme.txt index 53816919f9305..d6099971670a8 100644 --- a/src/wp-content/themes/twentythirteen/readme.txt +++ b/src/wp-content/themes/twentythirteen/readme.txt @@ -61,7 +61,7 @@ Toroidal Colony: https://www.flickr.com/photos/nasacommons/13889485757/in/album- == Changelog == = 4.5 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-thirteen-changelog/#Version_4.5 diff --git a/src/wp-content/themes/twentytwelve/readme.txt b/src/wp-content/themes/twentytwelve/readme.txt index 1377a0e2e1cc9..6fcf497c54c20 100644 --- a/src/wp-content/themes/twentytwelve/readme.txt +++ b/src/wp-content/themes/twentytwelve/readme.txt @@ -50,7 +50,7 @@ Source: https://fontsource.org/fonts/open-sans == Changelog == = 4.7 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-twelve-changelog/#Version_4.7 diff --git a/src/wp-content/themes/twentytwenty/readme.txt b/src/wp-content/themes/twentytwenty/readme.txt index 9f90f442e3135..12316e2945e7d 100644 --- a/src/wp-content/themes/twentytwenty/readme.txt +++ b/src/wp-content/themes/twentytwenty/readme.txt @@ -25,7 +25,7 @@ you pick, ensuring a high, accessible color contrast for your visitors. == Changelog == = 3.0 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-twenty-changelog/#Version_3.0 diff --git a/src/wp-content/themes/twentytwentyfive/readme.txt b/src/wp-content/themes/twentytwentyfive/readme.txt index c9eed45389310..cfb1e820a2d93 100644 --- a/src/wp-content/themes/twentytwentyfive/readme.txt +++ b/src/wp-content/themes/twentytwentyfive/readme.txt @@ -15,7 +15,7 @@ Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible de == Changelog == = 1.4 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.4 diff --git a/src/wp-content/themes/twentytwentyfour/readme.txt b/src/wp-content/themes/twentytwentyfour/readme.txt index ef113ef63959c..df36951b0f58d 100644 --- a/src/wp-content/themes/twentytwentyfour/readme.txt +++ b/src/wp-content/themes/twentytwentyfour/readme.txt @@ -14,7 +14,7 @@ Twenty Twenty-Four is designed to be flexible, versatile and applicable to any w == Changelog == = 1.4 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-twenty-four-changelog/#Version_1.4 diff --git a/src/wp-content/themes/twentytwentyone/readme.txt b/src/wp-content/themes/twentytwentyone/readme.txt index 6dbfc3c95b5df..ef430aeeb55c4 100644 --- a/src/wp-content/themes/twentytwentyone/readme.txt +++ b/src/wp-content/themes/twentytwentyone/readme.txt @@ -31,7 +31,7 @@ No data is saved in the database or transferred. == Changelog == = 2.7 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-twenty-one-changelog/#Version_2.7 diff --git a/src/wp-content/themes/twentytwentytwo/readme.txt b/src/wp-content/themes/twentytwentytwo/readme.txt index baf30f0893aa0..838f24432c1ed 100644 --- a/src/wp-content/themes/twentytwentytwo/readme.txt +++ b/src/wp-content/themes/twentytwentytwo/readme.txt @@ -40,7 +40,7 @@ Follow these instructions for each of the following templates: == Changelog == = 2.1 = -* Released: December 02, 2025 +* Released: December 2, 2025 https://wordpress.org/documentation/article/twenty-twenty-two-changelog/#Version_2.1 From 46db28edd72904f98a149351c6815ddab148257f Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com> Date: Tue, 25 Nov 2025 08:59:15 -0500 Subject: [PATCH 23/23] A few version adjustments. --- src/wp-content/themes/twentyfifteen/functions.php | 4 ++-- src/wp-content/themes/twentyfifteen/inc/customizer.php | 2 +- src/wp-content/themes/twentyfourteen/functions.php | 4 ++-- src/wp-content/themes/twentynineteen/functions.php | 2 +- src/wp-content/themes/twentynineteen/inc/customizer.php | 2 +- src/wp-content/themes/twentyseventeen/inc/customizer.php | 2 +- src/wp-content/themes/twentysixteen/functions.php | 2 +- src/wp-content/themes/twentythirteen/functions.php | 4 ++-- src/wp-content/themes/twentythirteen/inc/custom-header.php | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/functions.php b/src/wp-content/themes/twentyfifteen/functions.php index 0c1545ee82cfd..cef416748d84d 100644 --- a/src/wp-content/themes/twentyfifteen/functions.php +++ b/src/wp-content/themes/twentyfifteen/functions.php @@ -434,7 +434,7 @@ function twentyfifteen_scripts() { wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), $font_version ); // Add Genericons, used in the main stylesheet. - wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' ); + wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' ); // Load our main stylesheet. wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20251202' ); @@ -459,7 +459,7 @@ function twentyfifteen_scripts() { 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), - '20250303', + '20250729', array( 'in_footer' => false, // Because involves header. 'strategy' => 'defer', diff --git a/src/wp-content/themes/twentyfifteen/inc/customizer.php b/src/wp-content/themes/twentyfifteen/inc/customizer.php index 30d883a5d30f0..f4aac06afcee9 100644 --- a/src/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfifteen/inc/customizer.php @@ -359,7 +359,7 @@ function twentyfifteen_color_scheme_css() { * @since Twenty Fifteen 1.0 */ function twentyfifteen_customize_control_js() { - wp_enqueue_script( 'color-scheme-control', get_template_directory_uri() . '/js/color-scheme-control.js', array( 'customize-controls', 'iris', 'underscore', 'wp-util' ), '20141216', array( 'in_footer' => true ) ); + wp_enqueue_script( 'color-scheme-control', get_template_directory_uri() . '/js/color-scheme-control.js', array( 'customize-controls', 'iris', 'underscore', 'wp-util' ), '20250729', array( 'in_footer' => true ) ); wp_localize_script( 'color-scheme-control', 'colorScheme', twentyfifteen_get_color_schemes() ); } add_action( 'customize_controls_enqueue_scripts', 'twentyfifteen_customize_control_js' ); diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index c5b9a34fcf735..571bb3ba20949 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -342,7 +342,7 @@ function twentyfourteen_scripts() { wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), $font_version ); // Add Genericons font, used in the main stylesheet. - wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' ); + wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' ); // Load our main stylesheet. wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20251202' ); @@ -390,7 +390,7 @@ function twentyfourteen_scripts() { 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), - '20230526', + '20250729', array( 'in_footer' => false, // Because involves header. 'strategy' => 'defer', diff --git a/src/wp-content/themes/twentynineteen/functions.php b/src/wp-content/themes/twentynineteen/functions.php index 75525a2bd5062..1de721127fad9 100644 --- a/src/wp-content/themes/twentynineteen/functions.php +++ b/src/wp-content/themes/twentynineteen/functions.php @@ -278,7 +278,7 @@ function twentynineteen_scripts() { 'twentynineteen-touch-navigation', get_theme_file_uri( '/js/touch-keyboard-navigation.js' ), array(), - '20230621', + '20250802', array( 'in_footer' => true, 'strategy' => 'defer', diff --git a/src/wp-content/themes/twentynineteen/inc/customizer.php b/src/wp-content/themes/twentynineteen/inc/customizer.php index d45bcd0d515b1..1621928109673 100644 --- a/src/wp-content/themes/twentynineteen/inc/customizer.php +++ b/src/wp-content/themes/twentynineteen/inc/customizer.php @@ -134,7 +134,7 @@ function twentynineteen_customize_preview_js() { * Loads dynamic logic for the customizer controls area. */ function twentynineteen_panels_js() { - wp_enqueue_script( 'twentynineteen-customize-controls', get_theme_file_uri( '/js/customize-controls.js' ), array(), '20181214', array( 'in_footer' => true ) ); + wp_enqueue_script( 'twentynineteen-customize-controls', get_theme_file_uri( '/js/customize-controls.js' ), array(), '20250717', array( 'in_footer' => true ) ); } add_action( 'customize_controls_enqueue_scripts', 'twentynineteen_panels_js' ); diff --git a/src/wp-content/themes/twentyseventeen/inc/customizer.php b/src/wp-content/themes/twentyseventeen/inc/customizer.php index 72b5b383d1aae..317f6e2ffeefb 100644 --- a/src/wp-content/themes/twentyseventeen/inc/customizer.php +++ b/src/wp-content/themes/twentyseventeen/inc/customizer.php @@ -254,6 +254,6 @@ function twentyseventeen_customize_preview_js() { * Loads dynamic logic for the customizer controls area. */ function twentyseventeen_panels_js() { - wp_enqueue_script( 'twentyseventeen-customize-controls', get_theme_file_uri( '/assets/js/customize-controls.js' ), array(), '20161020', array( 'in_footer' => true ) ); + wp_enqueue_script( 'twentyseventeen-customize-controls', get_theme_file_uri( '/assets/js/customize-controls.js' ), array(), '20250717', array( 'in_footer' => true ) ); } add_action( 'customize_controls_enqueue_scripts', 'twentyseventeen_panels_js' ); diff --git a/src/wp-content/themes/twentysixteen/functions.php b/src/wp-content/themes/twentysixteen/functions.php index a2fd8fddb1318..072af54b9e942 100644 --- a/src/wp-content/themes/twentysixteen/functions.php +++ b/src/wp-content/themes/twentysixteen/functions.php @@ -402,7 +402,7 @@ function twentysixteen_scripts() { wp_enqueue_style( 'twentysixteen-fonts', twentysixteen_fonts_url(), array(), $font_version ); // Add Genericons, used in the main stylesheet. - wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' ); + wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' ); // Theme stylesheet. wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20251202' ); diff --git a/src/wp-content/themes/twentythirteen/functions.php b/src/wp-content/themes/twentythirteen/functions.php index c543df039cf04..c5c7114d89f47 100644 --- a/src/wp-content/themes/twentythirteen/functions.php +++ b/src/wp-content/themes/twentythirteen/functions.php @@ -329,7 +329,7 @@ function twentythirteen_scripts_styles() { 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), - '20230526', + '20250727', array( 'in_footer' => false, // Because involves header. 'strategy' => 'defer', @@ -341,7 +341,7 @@ function twentythirteen_scripts_styles() { wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), $font_version ); // Add Genericons font, used in the main stylesheet. - wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' ); + wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' ); // Loads our main stylesheet. wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20251202' ); diff --git a/src/wp-content/themes/twentythirteen/inc/custom-header.php b/src/wp-content/themes/twentythirteen/inc/custom-header.php index 414893d25a5d0..e5a24329daef4 100644 --- a/src/wp-content/themes/twentythirteen/inc/custom-header.php +++ b/src/wp-content/themes/twentythirteen/inc/custom-header.php @@ -74,7 +74,7 @@ function twentythirteen_custom_header_fonts() { wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null ); // Add Genericons font. - wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' ); + wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' ); } add_action( 'admin_print_styles-appearance_page_custom-header', 'twentythirteen_custom_header_fonts' );