Make WordPress Core


Ignore:
Timestamp:
07/26/2023 10:07:18 PM (17 months ago)
Author:
audrasjb
Message:

Bundled Themes: Bump version numbers for WordPress 6.3.

In coordination with the release of 6.3, a new version of each bundled theme will also be released. This bumps the version of each theme to the following:

  • Twenty Ten: 3.9
  • Twenty Eleven: 4.4
  • Twenty Twelve: 4.0
  • Twenty Thirteen: 3.9
  • Twenty Fourteen: 3.7
  • Twenty Fifteen: 3.5
  • Twenty Sixteen: 3.0
  • Twenty Seventeen: 3.3
  • Twenty Nineteen: 2.6
  • Twenty Twenty: 2.3
  • Twenty Twenty-One: 1.9
  • Twenty Twenty-Two: 1.5
  • Twenty Twenty-Three: 1.2

Props mukesh27, hareesh-pillai, audrasjb, jakariaistauk, kafleg, sabernhardt, spacedmonkey.
Fixes #57857.

File:
1 edited

Legend:

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

    r55981 r56315  
    431431
    432432    // Load our main stylesheet.
    433     wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20230328' );
     433    wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20230808' );
    434434
    435435    // Theme block stylesheet.
    436     wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20230122' );
     436    wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20230623' );
    437437
    438438    // Register the Internet Explorer specific stylesheet.
     
    476476function twentyfifteen_block_editor_styles() {
    477477    // Block styles.
    478     wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230122' );
     478    wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230623' );
    479479    // Add custom fonts.
    480480    $font_version = ( 0 === strpos( (string) twentyfifteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset for help on using the changeset viewer.