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
This commit is contained in:
Aaron Campbell 2017-01-06 22:16:24 +00:00
parent 483fa89c88
commit ed77d76855
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.