Make WordPress Core


Ignore:
Timestamp:
07/15/2024 01:57:11 PM (7 months ago)
Author:
davidbaumwald
Message:

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

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

  • Twenty Ten: 4.2
  • Twenty Eleven: 4.7
  • Twenty Twelve: 4.3
  • Twenty Thirteen: 4.2
  • Twenty Fourteen: 4.0
  • Twenty Fifteen: 3.8
  • Twenty Sixteen: 3.3
  • Twenty Seventeen: 3.7
  • Twenty Nineteen: 2.9
  • Twenty Twenty: 2.7
  • Twenty Twenty-One: 2.3
  • Twenty Twenty-Two: 1.8
  • Twenty Twenty-Three: 1.5
  • Twenty Twenty-Four: 1.2

These versions will released in coordination with WordPress 6.6.

Props sabernhardt, shail-mehta, rudlinkon.
Fixes #60701.

File:
1 edited

Legend:

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

    r57886 r58718  
    346346
    347347    // Load our main stylesheet.
    348     wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20240402' );
     348    wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20240716' );
    349349
    350350    // Theme block stylesheet.
    351     wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20230630' );
     351    wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240613' );
    352352
    353353    // Load the Internet Explorer specific stylesheet.
     
    445445function twentyfourteen_block_editor_styles() {
    446446    // Block styles.
    447     wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230623' );
     447    wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240613' );
    448448    // Add custom fonts.
    449449    $font_version = ( 0 === strpos( (string) twentyfourteen_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset for help on using the changeset viewer.