From 557a5f8680e5bbe6b1b521ac2f79ee9fc6e4218a Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 28 Mar 2026 23:58:48 +0530 Subject: [PATCH 01/16] 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 2e3d0e7054cbf..c50b6bcae7531 100644 --- a/src/wp-content/themes/twentyten/header.php +++ b/src/wp-content/themes/twentyten/header.php @@ -39,7 +39,7 @@ ?> - + Date: Sun, 29 Mar 2026 00:06:24 +0530 Subject: [PATCH 02/16] 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 c93d34d014182..6902e7a2a438b 100644 --- a/src/wp-content/themes/twentyeleven/header.php +++ b/src/wp-content/themes/twentyeleven/header.php @@ -38,7 +38,7 @@ ?> - + Date: Sun, 29 Mar 2026 00:12:50 +0530 Subject: [PATCH 03/16] git commit -m --- 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 575b2c1d900a2..6bec601b2fcb1 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(), '20251202' ); + wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20260409' ); // Theme block stylesheet. wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20251031' ); @@ -229,7 +229,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(), '20250715' ); + wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20260324' ); // 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 42d80f1a64134..61af02cfefbf6 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.9 +Tested up to: 7.0 Requires PHP: 5.2.4 -Stable tag: 4.7 +Stable tag: 4.8 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.8 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-twelve-changelog/#Version_4.8 + = 4.7 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentytwelve/style.css b/src/wp-content/themes/twentytwelve/style.css index 13ab4406e3447..2a585d71aefe0 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.7 -Tested up to: 6.9 +Version: 4.8 +Tested up to: 7.0 Requires at least: 3.5 Requires PHP: 5.2.4 License: GNU General Public License v2 or later From 3843e7b6a1d7ec614f762d67f3a736920b279d3e Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 00:21:54 +0530 Subject: [PATCH 04/16] Twenty Thirteen: functions.php, readme.txt, style.css --- src/wp-content/themes/twentyeleven/readme.txt | 2 +- src/wp-content/themes/twentythirteen/functions.php | 2 +- src/wp-content/themes/twentythirteen/readme.txt | 9 +++++++-- src/wp-content/themes/twentythirteen/style.css | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/wp-content/themes/twentyeleven/readme.txt b/src/wp-content/themes/twentyeleven/readme.txt index 16531e9fd2fc4..903893d47f5b3 100644 --- a/src/wp-content/themes/twentyeleven/readme.txt +++ b/src/wp-content/themes/twentyeleven/readme.txt @@ -47,7 +47,7 @@ Images = 5.1 = * Released: April 9, 2026 -https://wordpress.org/documentation/article/twenty-eleven-changelog/#Version_5.0 +https://wordpress.org/documentation/article/twenty-eleven-changelog/#Version_5.1 = 5.0 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentythirteen/functions.php b/src/wp-content/themes/twentythirteen/functions.php index 7a4aa291aa315..bdb94d40e7496 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(), '20251101' ); // Loads our main stylesheet. - wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20251202' ); + wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20260409' ); // 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 33e7e881a0e97..df7c952cfe32e 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.9 +Tested up to: 7.0 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-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.6 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-thirteen-changelog/#Version_4.6 + = 4.5 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css index 5147bdf2dab4e..0fa091b438f1b 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.5 -Tested up to: 6.9 +Version: 4.6 +Tested up to: 7.0 Requires at least: 3.6 Requires PHP: 5.2.4 License: GNU General Public License v2 or later From a5174bb2f8410269401da93472f219b871f7f588 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 00:28:04 +0530 Subject: [PATCH 05/16] 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 ++-- src/wp-content/themes/twentyten/readme.txt | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index 5dcb04c6b6698..b4447dbbf5871 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(), '20251101' ); // Load our main stylesheet. - wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20251202' ); + wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20260409' ); // 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 a4402691516b7..5faf59438ff3d 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.9 +Tested up to: 7.0 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, 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.5 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.5 + = 4.4 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 311ecd79b65f3..e742d4e3a75d7 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.4 +Version: 4.5 Requires at least: 3.6 -Tested up to: 6.9 +Tested up to: 7.0 Requires PHP: 5.2.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/src/wp-content/themes/twentyten/readme.txt b/src/wp-content/themes/twentyten/readme.txt index c8dad5070a42f..a7646a4561103 100644 --- a/src/wp-content/themes/twentyten/readme.txt +++ b/src/wp-content/themes/twentyten/readme.txt @@ -45,7 +45,7 @@ Images == Changelog == = 4.6 = -* Released: April 9, 2025 +* Released: April 9, 2026 https://wordpress.org/documentation/article/twenty-ten-changelog/#Version_4.6 From 5517381c53d1321e8465e3929d32ee38c036e065 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 00:48:35 +0530 Subject: [PATCH 06/16] Twenty Fifteen: functions.php, customizer.php, readme.txt, style.css --- src/wp-content/themes/twentyfifteen/functions.php | 2 +- src/wp-content/themes/twentyfifteen/inc/customizer.php | 2 +- src/wp-content/themes/twentyfifteen/readme.txt | 9 +++++++-- src/wp-content/themes/twentyfifteen/style.css | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/functions.php b/src/wp-content/themes/twentyfifteen/functions.php index 7ac78506bbef3..e89a4d00fd573 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(), '20251101' ); // Load our main stylesheet. - wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20251202' ); + wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20260409' ); // 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/inc/customizer.php b/src/wp-content/themes/twentyfifteen/inc/customizer.php index f4aac06afcee9..8f352c3cdc0e0 100644 --- a/src/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfifteen/inc/customizer.php @@ -370,7 +370,7 @@ function twentyfifteen_customize_control_js() { * @since Twenty Fifteen 1.0 */ function twentyfifteen_customize_preview_js() { - wp_enqueue_script( 'twentyfifteen-customize-preview', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20141216', array( 'in_footer' => true ) ); + wp_enqueue_script( 'twentyfifteen-customize-preview', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20260105', array( 'in_footer' => true ) ); } add_action( 'customize_preview_init', 'twentyfifteen_customize_preview_js' ); diff --git a/src/wp-content/themes/twentyfifteen/readme.txt b/src/wp-content/themes/twentyfifteen/readme.txt index 046bb8f1ea83c..193c9a7392932 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.9 +Tested up to: 7.0 Requires PHP: 5.2.4 -Version: 4.1 +Version: 4.2 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.2 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-fifteen-changelog/#Version_4.2 + = 4.1 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index bbcae0f209e8c..c82ae835bce86 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.1 +Version: 4.2 Requires at least: 4.1 -Tested up to: 6.9 +Tested up to: 7.0 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 e279547ddc41f271e8cc92dcce82ec7644ca119a Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 00:55:06 +0530 Subject: [PATCH 07/16] Twenty Sixteen: functions.php, customizer.css, readme.txt, style.css --- src/wp-content/themes/twentysixteen/functions.php | 6 +++--- src/wp-content/themes/twentysixteen/inc/customizer.php | 2 +- src/wp-content/themes/twentysixteen/readme.txt | 9 +++++++-- src/wp-content/themes/twentysixteen/style.css | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/wp-content/themes/twentysixteen/functions.php b/src/wp-content/themes/twentysixteen/functions.php index 26c84a7a347bc..c4975b003fc06 100644 --- a/src/wp-content/themes/twentysixteen/functions.php +++ b/src/wp-content/themes/twentysixteen/functions.php @@ -405,10 +405,10 @@ function twentysixteen_scripts() { 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' ); + wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20260409' ); // Theme block stylesheet. - wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20240817' ); + wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20260105' ); // Register handles for removed stylesheets and scripts. wp_register_style( 'twentysixteen-ie', false, array( 'twentysixteen-style' ) ); @@ -454,7 +454,7 @@ function twentysixteen_scripts() { */ function twentysixteen_block_editor_styles() { // Block styles. - wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' ); + wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20260105' ); // Add custom fonts. $font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null; wp_enqueue_style( 'twentysixteen-fonts', twentysixteen_fonts_url(), array(), $font_version ); diff --git a/src/wp-content/themes/twentysixteen/inc/customizer.php b/src/wp-content/themes/twentysixteen/inc/customizer.php index 86d1528c85547..f72a83d53b51b 100644 --- a/src/wp-content/themes/twentysixteen/inc/customizer.php +++ b/src/wp-content/themes/twentysixteen/inc/customizer.php @@ -497,7 +497,7 @@ function twentysixteen_customize_control_js() { * @since Twenty Sixteen 1.0 */ function twentysixteen_customize_preview_js() { - wp_enqueue_script( 'twentysixteen-customize-preview', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20170530', array( 'in_footer' => true ) ); + wp_enqueue_script( 'twentysixteen-customize-preview', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20260105', array( 'in_footer' => true ) ); } add_action( 'customize_preview_init', 'twentysixteen_customize_preview_js' ); diff --git a/src/wp-content/themes/twentysixteen/readme.txt b/src/wp-content/themes/twentysixteen/readme.txt index c93f3510ff198..3655a87d26501 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.9 +Tested up to: 7.0 Requires PHP: 5.2.4 -Version: 3.7 +Version: 3.8 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.8 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-sixteen-changelog/#Version_3.8 + = 3.7 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentysixteen/style.css b/src/wp-content/themes/twentysixteen/style.css index 1fa05165775be..56f081030f09e 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.7 -Tested up to: 6.9 +Version: 3.8 +Tested up to: 7.0 Requires at least: 4.4 Requires PHP: 5.2.4 License: GNU General Public License v2 or later From 982dced3c66a9a1b30d0e60530d6761d4ef5744d Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 00:59:50 +0530 Subject: [PATCH 08/16] 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 30d95aaf93f83..76f9e97c43da9 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(), '20251202' ); + wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20260409' ); // 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 93d3765e2c3bd..bb8f58114ff2d 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.9 +Tested up to: 7.0 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: 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 == += 4.1 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-seventeen-changelog/#Version_4.1 + = 4.0 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 1c507a9955c53..cd0bb51f124c0 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: 4.0 -Tested up to: 6.9 +Version: 4.1 +Tested up to: 7.0 Requires at least: 4.7 Requires PHP: 5.2.4 License: GNU General Public License v2 or later From e7c89dcf00a6440bb11f87710cbf330e1c54b05b Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 01:06:37 +0530 Subject: [PATCH 09/16] Twenty Nineteen: readme.txt, style.css, style-rtl.css, style.scss, 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 6f3e13324cc2a..616dcc79f6dae 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.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twentynineteen", - "version": "3.2.0", + "version": "3.3.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 f52cfcd9957bb..36db278d2ca76 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.2.0", + "version": "3.3.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 1f2ffbc7b828c..fc2fea71f8c1f 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.9 +Tested up to: 7.0 Requires PHP: 5.2.4 -Stable tag: 3.2 +Stable tag: 3.3 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.3 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-nineteen-changelog/#Version_3.3 + = 3.2 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index ae969d6e88e84..719f0f52fc7ad 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.9 +Tested up to: 7.0 Requires at least: 4.7 Requires PHP: 5.2.4 -Version: 3.2 +Version: 3.3 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 1dafa52fd6be7..22c57138ee73f 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.9 +Tested up to: 7.0 Requires at least: 4.7 Requires PHP: 5.2.4 -Version: 3.2 +Version: 3.3 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 b9a54490b915e..699ce75c1fd47 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.9 +Tested up to: 7.0 Requires at least: 4.7 Requires PHP: 5.2.4 -Version: 3.2 +Version: 3.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentynineteen From aa45bbd315576abac4b6308926aed5ef6fa35e9c Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 01:10:48 +0530 Subject: [PATCH 10/16] 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 0fb658da62de6..70a5d0156205c 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": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twentytwenty", - "version": "3.0.0", + "version": "3.1.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 8cb09642b6e5e..14a352caed13d 100644 --- a/src/wp-content/themes/twentytwenty/package.json +++ b/src/wp-content/themes/twentytwenty/package.json @@ -1,6 +1,6 @@ { "name": "twentytwenty", - "version": "3.0.0", + "version": "3.1.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 2a977de2099f2..793a257bd8226 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.9 +Tested up to: 7.0 Requires PHP: 5.2.4 -Stable tag: 3.0 +Stable tag: 3.1 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.1 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-twenty-changelog/#Version_3.1 + = 3.0 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index 89fcd9eee70f1..7925e747b2a17 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: 3.0 -Tested up to: 6.9 +Version: 3.1 +Tested up to: 7.0 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 f946ee12e875f..5c6d41a01ecb6 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: 3.0 -Tested up to: 6.9 +Version: 3.1 +Tested up to: 7.0 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 5341995845489ff635ca029b77f99ded76f77185 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 01:15:31 +0530 Subject: [PATCH 11/16] 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 5b73aea09d44a..bc40b0821a9d8 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.9 +Tested up to: 7.0 Requires PHP: 5.6 -Version: 2.7 +Version: 2.8 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 bf4cc369032e3..3f412536967cc 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.7.0", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twentytwentyone", - "version": "2.7.0", + "version": "2.8.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 9c58cce58ab8d..2e84df4ffb3b4 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.7.0", + "version": "2.8.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 704d585b38b87..533705be7d0c7 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.9 +Tested up to: 7.0 Requires PHP: 5.6 -Stable tag: 2.7 +Stable tag: 2.8 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.8 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-twenty-one-changelog/#Version_2.8 + = 2.7 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentytwentyone/style-rtl.css b/src/wp-content/themes/twentytwentyone/style-rtl.css index 885599d8159ab..a1dc1f02c23fd 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.9 +Tested up to: 7.0 Requires PHP: 5.6 -Version: 2.7 +Version: 2.8 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 8aa85b3405fa6..da4180bf8496f 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.9 +Tested up to: 7.0 Requires PHP: 5.6 -Version: 2.7 +Version: 2.8 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyone From 65f2a19207c1cce9bcbf6243fc1ee9189eac99b4 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 01:18:12 +0530 Subject: [PATCH 12/16] Twenty Twenty Two: style.css, readme.txt --- src/wp-content/themes/twentytwentytwo/readme.txt | 2 +- src/wp-content/themes/twentytwentytwo/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentytwentytwo/readme.txt b/src/wp-content/themes/twentytwentytwo/readme.txt index d29eff85ab8ee..cfea05ae5778b 100644 --- a/src/wp-content/themes/twentytwentytwo/readme.txt +++ b/src/wp-content/themes/twentytwentytwo/readme.txt @@ -1,7 +1,7 @@ === Twenty Twenty-Two === Contributors: wordpressdotorg Requires at least: 5.9 -Tested up to: 6.9 +Tested up to: 7.0 Requires PHP: 5.6 Stable tag: 2.1 License: GPLv2 or later diff --git a/src/wp-content/themes/twentytwentytwo/style.css b/src/wp-content/themes/twentytwentytwo/style.css index 03395db25761e..be2a1c3439a44 100644 --- a/src/wp-content/themes/twentytwentytwo/style.css +++ b/src/wp-content/themes/twentytwentytwo/style.css @@ -5,7 +5,7 @@ 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.9 +Tested up to: 7.0 Requires PHP: 5.6 Version: 2.1 License: GNU General Public License v2 or later From 97c2c512507cd645112d804cadccb0c750056c5e Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 01:19:50 +0530 Subject: [PATCH 13/16] Twenty Twenty Three: style.css, readme.txt --- src/wp-content/themes/twentytwentythree/readme.txt | 2 +- src/wp-content/themes/twentytwentythree/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentytwentythree/readme.txt b/src/wp-content/themes/twentytwentythree/readme.txt index 20e133178ae9f..93e5373ce63b0 100644 --- a/src/wp-content/themes/twentytwentythree/readme.txt +++ b/src/wp-content/themes/twentytwentythree/readme.txt @@ -1,7 +1,7 @@ === Twenty Twenty-Three === Contributors: wordpressdotorg Requires at least: 6.1 -Tested up to: 6.9 +Tested up to: 7.0 Requires PHP: 5.6 Stable tag: 1.6 License: GPLv2 or later diff --git a/src/wp-content/themes/twentytwentythree/style.css b/src/wp-content/themes/twentytwentythree/style.css index 4a302c9c0beb9..36ad398e1f29a 100644 --- a/src/wp-content/themes/twentytwentythree/style.css +++ b/src/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.9 +Tested up to: 7.0 Requires PHP: 5.6 Version: 1.6 License: GNU General Public License v2 or later From 94f6f629d70a7a91c3a7ff7314f56706df069b15 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 01:21:46 +0530 Subject: [PATCH 14/16] 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 9941169607a6c..32c682767af51 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.9 +Tested up to: 7.0 Requires PHP: 7.0 -Stable tag: 1.4 +Stable tag: 1.5 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.5 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-twenty-four-changelog/#Version_1.5 + = 1.4 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentytwentyfour/style.css b/src/wp-content/themes/twentytwentyfour/style.css index 3128c53372e0e..0fb7d57d6ca4c 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.9 +Tested up to: 7.0 Requires PHP: 7.0 -Version: 1.4 +Version: 1.5 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyfour From 4eff5c4364b8ac7ff71d99e33067a5e047d529a9 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sun, 29 Mar 2026 01:24:42 +0530 Subject: [PATCH 15/16] Twenty Twenty Five: style.css, readme.txt, package.json, package-lock.json --- src/wp-content/themes/twentytwentyfive/package-lock.json | 4 ++-- src/wp-content/themes/twentytwentyfive/package.json | 2 +- src/wp-content/themes/twentytwentyfive/readme.txt | 9 +++++++-- src/wp-content/themes/twentytwentyfive/style.css | 4 ++-- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/wp-content/themes/twentytwentyfive/package-lock.json b/src/wp-content/themes/twentytwentyfive/package-lock.json index 10a7928e29838..3e364a3c43d01 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.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twentytwentyfive", - "version": "1.4.0", + "version": "1.5.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 3251673e23ab2..9da89b58c35e0 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.4.0", + "version": "1.5.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", diff --git a/src/wp-content/themes/twentytwentyfive/readme.txt b/src/wp-content/themes/twentytwentyfive/readme.txt index 65b66d706390a..515223193b791 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.9 +Tested up to: 7.0 Requires PHP: 7.2 -Stable tag: 1.4 +Stable tag: 1.5 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.5 = +* Released: April 9, 2026 + +https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.5 + = 1.4 = * Released: December 2, 2025 diff --git a/src/wp-content/themes/twentytwentyfive/style.css b/src/wp-content/themes/twentytwentyfive/style.css index 4b064bc6298d3..d5581f2dbd270 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.9 +Tested up to: 7.0 Requires PHP: 7.2 -Version: 1.4 +Version: 1.5 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyfive From 820f9696b4bcf489cbb6909f27d74417faf84526 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 25 Apr 2026 17:44:09 +0530 Subject: [PATCH 16/16] Changed Release Date for 7.0 --- src/wp-content/themes/twentyeleven/header.php | 2 +- src/wp-content/themes/twentyeleven/readme.txt | 2 +- src/wp-content/themes/twentyfifteen/functions.php | 2 +- src/wp-content/themes/twentyfifteen/readme.txt | 2 +- src/wp-content/themes/twentyfourteen/functions.php | 2 +- src/wp-content/themes/twentyfourteen/readme.txt | 2 +- src/wp-content/themes/twentynineteen/readme.txt | 2 +- src/wp-content/themes/twentyseventeen/functions.php | 2 +- src/wp-content/themes/twentyseventeen/readme.txt | 2 +- src/wp-content/themes/twentysixteen/functions.php | 2 +- src/wp-content/themes/twentysixteen/readme.txt | 2 +- src/wp-content/themes/twentyten/header.php | 2 +- src/wp-content/themes/twentyten/readme.txt | 2 +- src/wp-content/themes/twentythirteen/functions.php | 2 +- src/wp-content/themes/twentythirteen/readme.txt | 2 +- src/wp-content/themes/twentytwelve/functions.php | 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 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/wp-content/themes/twentyeleven/header.php b/src/wp-content/themes/twentyeleven/header.php index 6902e7a2a438b..acc9f96fe750f 100644 --- a/src/wp-content/themes/twentyeleven/header.php +++ b/src/wp-content/themes/twentyeleven/header.php @@ -38,7 +38,7 @@ ?> - + - +