Make WordPress Core


Ignore:
Timestamp:
12/01/2025 06:09:45 AM (6 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

Reviewed by peterwilsoncc.
Merges [61329] to the 6.9 branch.

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

Location:
branches/6.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.9

  • branches/6.9/src/wp-content/themes/twentyseventeen/inc/customizer.php

    r60533 r61331  
    255255 */
    256256function twentyseventeen_panels_js() {
    257     wp_enqueue_script( 'twentyseventeen-customize-controls', get_theme_file_uri( '/assets/js/customize-controls.js' ), array(), '20161020', array( 'in_footer' => true ) );
     257    wp_enqueue_script( 'twentyseventeen-customize-controls', get_theme_file_uri( '/assets/js/customize-controls.js' ), array(), '20250717', array( 'in_footer' => true ) );
    258258}
    259259add_action( 'customize_controls_enqueue_scripts', 'twentyseventeen_panels_js' );
Note: See TracChangeset for help on using the changeset viewer.