Make WordPress Core

Changeset 60457


Ignore:
Timestamp:
07/14/2025 09:22:13 AM (5 months ago)
Author:
audrasjb
Message:

Bundled Themes: Bump Default Theme versions for 6.8.2.

This bumps the versions of the following default themes for coordinated release with WordPress 6.8.2:

  • Twenty Twelve: 4.6
  • Twenty Fourteen: 4.3
  • Twenty Sixteen: 3.6
  • Twenty Twenty-One: 2.6
  • Twenty Twenty-Five: 1.3

Reviewed by peterwilsoncc, poena.
Merges [60452], [60453], [60454], [60455] and [60456] to the 6.8 branch.

Props peterwilsoncc, audrasjb, poena, sabernhardt.
Fixes #63681.

Location:
branches/6.8
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8

  • branches/6.8/src/wp-content/themes/twentyfourteen/functions.php

    r60162 r60457  
    346346
    347347    // Load our main stylesheet.
    348     wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250415' );
     348    wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250715' );
    349349
    350350    // Theme block stylesheet.
    351     wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240708' );
     351    wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' );
    352352
    353353    // Load the Internet Explorer specific stylesheet.
  • branches/6.8/src/wp-content/themes/twentyfourteen/readme.txt

    r60162 r60457  
    44Tested up to: 6.8
    55Requires PHP: 5.2.4
    6 Stable tag: 4.2
     6Stable tag: 4.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
     67= 4.3 =
     68* Released: July 15, 2025
     69
     70https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.3
     71
    6772= 4.2 =
    6873* Released: April 15, 2025
  • branches/6.8/src/wp-content/themes/twentyfourteen/style.css

    r60162 r60457  
    55Author URI: https://wordpress.org/
    66Description: 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.
    7 Version: 4.2
     7Version: 4.3
    88Requires at least: 3.6
    99Tested up to: 6.8
  • branches/6.8/src/wp-content/themes/twentysixteen/functions.php

    r60162 r60457  
    392392
    393393    // Theme stylesheet.
    394     wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250415' );
     394    wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250715' );
    395395
    396396    // Theme block stylesheet.
     
    453453function twentysixteen_block_editor_styles() {
    454454    // Block styles.
    455     wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20241202' );
     455    wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' );
    456456    // Add custom fonts.
    457457    $font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
  • branches/6.8/src/wp-content/themes/twentysixteen/readme.txt

    r60162 r60457  
    44Tested up to: 6.8
    55Requires PHP: 5.2.4
    6 Version: 3.5
     6Version: 3.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7373== Changelog ==
    7474
     75= 3.6 =
     76* Released: July 15, 2025
     77
     78https://wordpress.org/documentation/article/twenty-sixteen-changelog/#Version_3.6
     79
    7580= 3.5 =
    7681* Released: April 15, 2025
  • branches/6.8/src/wp-content/themes/twentysixteen/style.css

    r60162 r60457  
    55Author URI: https://wordpress.org/
    66Description: 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.
    7 Version: 3.5
     7Version: 3.6
    88Tested up to: 6.8
    99Requires at least: 4.4
  • branches/6.8/src/wp-content/themes/twentytwelve/functions.php

    r60162 r60457  
    213213
    214214    // Loads our main stylesheet.
    215     wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250415' );
     215    wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250715' );
    216216
    217217    // Theme block stylesheet.
     
    231231function twentytwelve_block_editor_styles() {
    232232    // Block styles.
    233     wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240811' );
     233    wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' );
    234234    // Add custom fonts.
    235235    $font_version = ( 0 === strpos( (string) twentytwelve_get_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
  • branches/6.8/src/wp-content/themes/twentytwelve/readme.txt

    r60162 r60457  
    44Tested up to: 6.8
    55Requires PHP: 5.2.4
    6 Stable tag: 4.5
     6Stable tag: 4.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
     56= 4.6 =
     57* Released: July 15, 2025
     58
     59https://wordpress.org/documentation/article/twenty-twelve-changelog/#Version_4.6
     60
    5661= 4.5 =
    5762* Released: April 15, 2025
  • branches/6.8/src/wp-content/themes/twentytwelve/style.css

    r60162 r60457  
    55Author URI: https://wordpress.org/
    66Description: 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.
    7 Version: 4.5
     7Version: 4.6
    88Tested up to: 6.8
    99Requires at least: 3.5
  • branches/6.8/src/wp-content/themes/twentytwentyfive/readme.txt

    r60162 r60457  
    44Tested up to: 6.8
    55Requires PHP: 7.2
    6 Stable tag: 1.2
     6Stable tag: 1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414
    1515== Changelog ==
     16
     17= 1.3 =
     18* Released: July 15, 2025
     19
     20https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.3
    1621
    1722= 1.2 =
  • branches/6.8/src/wp-content/themes/twentytwentyfive/style.css

    r60162 r60457  
    88Tested up to: 6.8
    99Requires PHP: 7.2
    10 Version: 1.2
     10Version: 1.3
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • branches/6.8/src/wp-content/themes/twentytwentyone/assets/css/ie.css

    r60162 r60457  
    1010Tested up to: 6.8
    1111Requires PHP: 5.6
    12 Version: 2.5
     12Version: 2.6
    1313License: GNU General Public License v2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • branches/6.8/src/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss

    r60162 r60457  
    88Tested up to: 6.8
    99Requires PHP: 5.6
    10 Version: 2.5
     10Version: 2.6
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • branches/6.8/src/wp-content/themes/twentytwentyone/package-lock.json

    r60162 r60457  
    11{
    22    "name": "twentytwentyone",
    3     "version": "2.5.0",
     3    "version": "2.6.0",
    44    "lockfileVersion": 2,
    55    "requires": true,
     
    77        "": {
    88            "name": "twentytwentyone",
    9             "version": "2.5.0",
     9            "version": "2.6.0",
    1010            "license": "GPL-2.0-or-later",
    1111            "devDependencies": {
  • branches/6.8/src/wp-content/themes/twentytwentyone/package.json

    r60162 r60457  
    11{
    22    "name": "twentytwentyone",
    3     "version": "2.5.0",
     3    "version": "2.6.0",
    44    "description": "Default WP Theme",
    55    "author": "The WordPress Contributors",
  • branches/6.8/src/wp-content/themes/twentytwentyone/readme.txt

    r60162 r60457  
    44Tested up to: 6.8
    55Requires PHP: 5.6
    6 Stable tag: 2.5
     6Stable tag: 2.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== Changelog ==
     32
     33= 2.6 =
     34* Released: July 15, 2025
     35
     36https://wordpress.org/documentation/article/twenty-twenty-one-changelog/#Version_2.6
    3237
    3338= 2.5 =
  • branches/6.8/src/wp-content/themes/twentytwentyone/style-rtl.css

    r60162 r60457  
    1010Tested up to: 6.8
    1111Requires PHP: 5.6
    12 Version: 2.5
     12Version: 2.6
    1313License: GNU General Public License v2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • branches/6.8/src/wp-content/themes/twentytwentyone/style.css

    r60162 r60457  
    1010Tested up to: 6.8
    1111Requires PHP: 5.6
    12 Version: 2.5
     12Version: 2.6
    1313License: GNU General Public License v2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.