Make WordPress Core


Ignore:
Timestamp:
03/27/2024 07:04:10 PM (10 months ago)
Author:
desrosj
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.

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

File:
1 edited

Legend:

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

    r57800 r57886  
    431431
    432432    // Load our main stylesheet.
    433     wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20231107' );
     433    wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20240402' );
    434434
    435435    // Theme block stylesheet.
    436     wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20230623' );
     436    wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240210' );
    437437
    438438    // Register the Internet Explorer specific stylesheet.
     
    485485function twentyfifteen_block_editor_styles() {
    486486    // Block styles.
    487     wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230623' );
     487    wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240117' );
    488488    // Add custom fonts.
    489489    $font_version = ( 0 === strpos( (string) twentyfifteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset for help on using the changeset viewer.