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/twentyfourteen/functions.php

    r59244 r59344  
    346346
    347347    // Load our main stylesheet.
    348     wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20240716' );
     348    wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20241112' );
    349349
    350350    // Theme block stylesheet.
    351     wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240613' );
     351    wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240708' );
    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(), '20240613' );
     447    wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240716' );
    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.