Skip to content

Commit fc13290

Browse files
committed
Twenty Fourteen: Bump version for 6.8.2.
This bumps the version of Twenty Fourteen for WordPress 6.8.2. Props peterwilsoncc, audrasjb, poena, sabernhardt. See #63681. git-svn-id: https://develop.svn.wordpress.org/trunk@60453 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f864f27 commit fc13290

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

src/wp-content/themes/twentyfourteen/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ function twentyfourteen_scripts() {
345345
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' );
346346

347347
// Load our main stylesheet.
348-
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250415' );
348+
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250715' );
349349

350350
// Theme block stylesheet.
351-
wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240708' );
351+
wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' );
352352

353353
// Load the Internet Explorer specific stylesheet.
354354
wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20140711' );

src/wp-content/themes/twentyfourteen/readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wordpressdotorg
33
Requires at least: 3.6
44
Tested up to: 6.8
55
Requires PHP: 5.2.4
6-
Stable tag: 4.2
6+
Stable tag: 4.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
@@ -64,6 +64,11 @@ Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO
6464

6565
== Changelog ==
6666

67+
= 4.3 =
68+
* Released: July 15, 2025
69+
70+
https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.3
71+
6772
= 4.2 =
6873
* Released: April 15, 2025
6974

src/wp-content/themes/twentyfourteen/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyfourteen/
44
Author: the WordPress team
55
Author URI: https://wordpress.org/
66
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
7-
Version: 4.2
7+
Version: 4.3
88
Requires at least: 3.6
99
Tested up to: 6.8
1010
Requires PHP: 5.2.4

0 commit comments

Comments
 (0)