Make WordPress Core


Ignore:
Timestamp:
03/28/2024 08:27:28 AM (6 months ago)
Author:
swissspidy
Message:

Bundled Themes: Bump default theme versions for release with 6.5.

This updates the version of each default theme to the following versions:

  • Twenty Ten: 4.1
  • Twenty Eleven: 4.6
  • Twenty Twelve: 4.2
  • Twenty Thirteen: 4.1
  • Twenty Fourteen: 3.9
  • Twenty Fifteen: 3.7
  • Twenty Sixteen: 3.2
  • Twenty Seventeen: 3.6
  • Twenty Nineteen: 2.8
  • Twenty Twenty: 2.6
  • Twenty Twenty-One: 2.2
  • Twenty Twenty-Two: 1.7
  • Twenty Twenty-Three: 1.4
  • Twenty Twenty-Four: 1.1

These versions will released in coordination with WordPress 6.5.

Reviewed by swissspidy.
Merges [57886] to the 6.5 branch.

Props sabernhardt, desrosj, kushang78, mukesh27, huzaifaalmesbah, shailu25, poena.
Fixes #59816.

Location:
branches/6.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5

  • branches/6.5/src/wp-content/themes/twentysixteen/functions.php

    r57601 r57890  
    392392
    393393    // Theme stylesheet.
    394     wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20231107' );
     394    wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20240402' );
    395395
    396396    // Theme block stylesheet.
    397     wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20231016' );
     397    wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20240117' );
    398398
    399399    // Load the Internet Explorer specific 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(), '20230628' );
     455    wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240209' );
    456456    // Add custom fonts.
    457457    $font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset for help on using the changeset viewer.