Twenty Seventeen: version bump and update changelog
Adds in changelog since last version and all the changes listed in readme.txt. Bumps version numbers in style.css and readme.txt. Props @ocean90 Merges [39742] to the 4.7 branch. Built from https://develop.svn.wordpress.org/branches/4.7@39743 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
95026e579b
commit
483fa89c88
|
@ -2,7 +2,7 @@
|
|||
Contributors: the WordPress team
|
||||
Requires at least: WordPress 4.8-trunk
|
||||
Tested up to: WordPress 4.7
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
|
||||
|
@ -60,6 +60,14 @@ Source: https://unsplash.com/@englr?photo=bIhpiQA009k
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1 =
|
||||
* Released: January 6, 2017
|
||||
|
||||
- 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
|
||||
|
||||
= 1.0 =
|
||||
* Released: December 6, 2016
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyseventeen/
|
|||
Author: the WordPress team
|
||||
Author URI: https://wordpress.org/
|
||||
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: twentyseventeen
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7.1-alpha-39721';
|
||||
$wp_version = '4.7.1-alpha-39743';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue