From 979152be92babf6009c97ae57159d88e09ca6f3b Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Fri, 6 Jan 2017 22:15:52 +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 Built from https://develop.svn.wordpress.org/trunk@39744 git-svn-id: http://core.svn.wordpress.org/trunk@39684 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 aef90802eb..3d58efa5c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39742'; +$wp_version = '4.8-alpha-39744'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.