Make WordPress Core


Ignore:
Timestamp:
11/04/2024 11:57:55 PM (3 months ago)
Author:
peterwilsoncc
Message:

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

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

  • Twenty Ten: 4.3
  • Twenty Eleven: 4.8
  • Twenty Twelve: 4.4
  • Twenty Thirteen: 4.3
  • Twenty Fourteen: 4.1
  • Twenty Fifteen: 3.9
  • Twenty Sixteen: 3.4
  • Twenty Seventeen: 3.8
  • Twenty Nineteen: 3.0
  • Twenty Twenty: 2.8
  • Twenty Twenty-One: 2.4
  • Twenty Twenty-Two: 1.9
  • Twenty Twenty-Three: 1.6
  • Twenty Twenty-Four: 1.3

These versions will released in coordination with WordPress 6.7.

Props sh4lin, sabernhardt, mukesh27, chaion07.
Fixes #62034.

File:
1 edited

Legend:

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

    r59244 r59344  
    431431
    432432    // Load our main stylesheet.
    433     wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20240716' );
     433    wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20241112' );
    434434
    435435    // Theme block stylesheet.
    436     wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240609' );
     436    wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240715' );
    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(), '20240609' );
     487    wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240720' );
    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.