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

    r59244 r59344  
    392392
    393393    // Theme stylesheet.
    394     wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20240716' );
     394    wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20241112' );
    395395
    396396    // Theme block stylesheet.
    397     wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20240117' );
     397    wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20240817' );
    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(), '20240209' );
     455    wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240817' );
    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.