Make WordPress Core


Ignore:
Timestamp:
05/20/2022 01:47:29 AM (3 years ago)
Author:
peterwilsoncc
Message:

Bundled themes: Bump versions for WordPress 6.0 release.

Bump bundled theme version numbers in preparation for the WordPress 6.0 release. Each theme's _tested up to_ file header has been increased to indicate WordPress 6.0 support.

The new version numbers are:

  • Twenty Ten: 3.7
  • Twenty Eleven: 4.1
  • Twenty Twelve: 3.7
  • Twenty Thirteen*: 3.7
  • Twenty Fourteen: 3.4
  • Twenty Fifteen*: 3.2
  • Twenty Sixteen*: 2.7
  • Twenty Seventeen*: 3.0
  • Twenty Nineteen: 2.3
  • Twenty Twenty: 2.0
  • Twenty Twenty-One: 1.6

An asterisk indicates the theme includes assets requiring a manual version bump, this is set to the reverse date format of the release day: 20220524.

Follow up to [53286] in which the Twenty Twenty-Two theme version was bumped to 1.2.

Props peterwilsoncc, desrosj, costdev, mehedi890.
Fixes #55754.

File:
1 edited

Legend:

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

    r53308 r53418  
    458458
    459459    // Theme block stylesheet.
    460     wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '20190105' );
     460    wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '20220524' );
    461461
    462462    // Load the dark colorscheme.
Note: See TracChangeset for help on using the changeset viewer.