Make WordPress Core


Ignore:
Timestamp:
04/14/2025 03:25:34 PM (11 months ago)
Author:
desrosj
Message:

Bundled Themes: Bump Default Theme versions for release.

This bumps the versions of the following default themes for coordinated release with WordPress 6.8:

  • Twenty Ten: 4.4
  • Twenty Eleven: 4.9
  • Twenty Twelve: 4.5
  • Twenty Thirteen: 4.4
  • Twenty Fourteen: 4.2
  • Twenty Fifteen: 4.0
  • Twenty Sixteen: 3.5
  • Twenty Seventeen: 3.9
  • Twenty Nineteen: 3.1
  • Twenty Twenty: 2.9
  • Twenty Twenty-One: 2.5
  • Twenty Twenty-Two: 2.0
  • Twenty Twenty-Five: 1.2

Twenty Twenty-Three and Twenty Twenty-Four will not be receiving an update at this time.

Reviewed by joemcgill.
Merges [60159] to the 6.8 branch.

Props shailu25, sabernhardt, desrosj, poena, audrasjb.
Fixes #62990.

Location:
branches/6.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8

  • branches/6.8/src/wp-content/themes/twentysixteen/functions.php

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