Make WordPress Core

Changeset 60455


Ignore:
Timestamp:
07/14/2025 08:43:37 AM (5 months ago)
Author:
audrasjb
Message:

Twenty Sixteen: Bump version for 6.8.2.

This bumps the version of Twenty Sixteen for WordPress 6.8.2.

Props peterwilsoncc, audrasjb, poena, sabernhardt.
See #63681.

Location:
trunk/src/wp-content/themes/twentysixteen
Files:
3 edited

Legend:

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

    r60159 r60455  
    392392
    393393    // Theme stylesheet.
    394     wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250415' );
     394    wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250715' );
    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(), '20241202' );
     455    wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' );
    456456    // Add custom fonts.
    457457    $font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
  • trunk/src/wp-content/themes/twentysixteen/readme.txt

    r60159 r60455  
    44Tested up to: 6.8
    55Requires PHP: 5.2.4
    6 Version: 3.5
     6Version: 3.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7373== Changelog ==
    7474
     75= 3.6 =
     76* Released: July 15, 2025
     77
     78https://wordpress.org/documentation/article/twenty-sixteen-changelog/#Version_3.6
     79
    7580= 3.5 =
    7681* Released: April 15, 2025
  • trunk/src/wp-content/themes/twentysixteen/style.css

    r60159 r60455  
    55Author URI: https://wordpress.org/
    66Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
    7 Version: 3.5
     7Version: 3.6
    88Tested up to: 6.8
    99Requires at least: 4.4
Note: See TracChangeset for help on using the changeset viewer.