Make WordPress Core


Ignore:
Timestamp:
12/01/2025 12:42:30 AM (3 months ago)
Author:
desrosj
Message:

Bundled Themes: Bump theme versions for release with 6.9.

Changes have been made to each and every default theme during the 6.9 release cycle. This bumps the theme versions as follows to prepare for releasing in coordination with WordPress 6.9:

  • Twenty Ten: 4.5
  • Twenty Eleven: 5.0
  • Twenty Twelve: 4.7
  • Twenty Thirteen: 4.5
  • Twenty Fourteen: 4.4
  • Twenty Fifteen: 4.1
  • Twenty Sixteen: 3.7
  • Twenty Seventeen: 4.0
  • Twenty Nineteen: 3.2
  • Twenty Twenty: 3.0
  • Twenty Twenty-One: 2.7
  • Twenty Twenty-Two: 2.1
  • Twenty Twenty-Three: 1.6
  • Twenty Twenty-Four: 1.4
  • Twenty Twenty-Five: 1.4

Props shailu25, desrosj, mukesh27, sabernhardt, wildworks, umeshsinghin.
Fixes #64069.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r61302 r61329  
    462462
    463463    // Theme stylesheet.
    464     wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20250415' );
     464    wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20251202' );
    465465
    466466    // Theme block stylesheet.
Note: See TracChangeset for help on using the changeset viewer.