Make WordPress Core


Ignore:
Timestamp:
05/20/2022 04:06:54 PM (3 years ago)
Author:
SergeyBiryukov
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.
Merges [53418] to the 6.0 branch.
Fixes #55754.

Location:
branches/6.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0

  • branches/6.0/src/wp-content/themes/twentyfifteen/functions.php

    r52724 r53423  
    442442
    443443    // Theme block stylesheet.
    444     wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20190102' );
     444    wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20220524' );
    445445
    446446    // Load the Internet Explorer specific stylesheet.
     
    462462    }
    463463
    464     wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20171218', true );
     464    wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20220524', true );
    465465    wp_localize_script(
    466466        'twentyfifteen-script',
Note: See TracChangeset for help on using the changeset viewer.