Skip to content

Commit a90aa1e

Browse files
committed
Twenty Fourteen: functions.php, readme.txt, style.css
1 parent 8198224 commit a90aa1e

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ 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(), '20241112' );
348+
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250415' );
349349

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

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Twenty Fourteen ===
22
Contributors: wordpressdotorg
33
Requires at least: 3.6
4-
Tested up to: 6.7
4+
Tested up to: 6.8
55
Requires PHP: 5.2.4
6-
Stable tag: 4.1
6+
Stable tag: 4.2
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.2 =
68+
* Released: April 15, 2025
69+
70+
https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.2
71+
6772
= 4.1 =
6873
* Released: November 12, 2024
6974

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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.1
7+
Version: 4.2
88
Requires at least: 3.6
9-
Tested up to: 6.7
9+
Tested up to: 6.8
1010
Requires PHP: 5.2.4
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)