From ed77d76855e3822a4c0098a583296050e301163a Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Fri, 6 Jan 2017 22:16:24 +0000 Subject: [PATCH] Twenty Seventeen: add more details about filter and requires version The required version should be 4.7 and also adds more information to changelog. Props @ocean90 @Presskopp Merges [39744] to 4.7 branch. Built from https://develop.svn.wordpress.org/branches/4.7@39745 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39685 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/README.txt | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentyseventeen/README.txt b/wp-content/themes/twentyseventeen/README.txt index 2dea413341..4c2071d842 100644 --- a/wp-content/themes/twentyseventeen/README.txt +++ b/wp-content/themes/twentyseventeen/README.txt @@ -1,6 +1,6 @@ === Twenty Seventeen === Contributors: the WordPress team -Requires at least: WordPress 4.8-trunk +Requires at least: WordPress 4.7 Tested up to: WordPress 4.7 Version: 1.1 License: GPLv2 or later @@ -66,7 +66,7 @@ Source: https://unsplash.com/@englr?photo=bIhpiQA009k - Fix incorrect $content_width value in theme - Ensure functions in customize-controls.js don't count on Customizer sections always being present - Deprecate page_home nav menu item starter content -- Introduce a theme-specific filter +- Introduce a theme-specific filter twentyseventeen_starter_content for customizing the starter content array = 1.0 = * Released: December 6, 2016 diff --git a/wp-includes/version.php b/wp-includes/version.php index 46e27544c6..86cb34e842 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.1-alpha-39743'; +$wp_version = '4.7.1-alpha-39745'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.