From 7063c45879a4f9dd494ef37a09b32d785cd837c4 Mon Sep 17 00:00:00 2001 From: laurelfulford Date: Fri, 27 Jul 2018 18:37:25 +0000 Subject: [PATCH] Twenty Seventeen: Bump version number and update changelog for 4.9.8 release. Props pbiron. Fixes #44646. Built from https://develop.svn.wordpress.org/trunk@43541 git-svn-id: http://core.svn.wordpress.org/trunk@43370 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/README.txt | 7 ++++++- wp-content/themes/twentyseventeen/style.css | 2 +- wp-includes/version.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentyseventeen/README.txt b/wp-content/themes/twentyseventeen/README.txt index a11d2b5077..2e57080b5d 100644 --- a/wp-content/themes/twentyseventeen/README.txt +++ b/wp-content/themes/twentyseventeen/README.txt @@ -2,7 +2,7 @@ Contributors: the WordPress team Requires at least: WordPress 4.7 Tested up to: WordPress 5.0-trunk -Version: 1.6 +Version: 1.7 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,11 @@ Source: https://unsplash.com/@englr?photo=bIhpiQA009k == Changelog == += 1.7 = +* Released: July 31, 2018 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.7 + = 1.6 = * Released: May 17, 2018 diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index 09425f2c84..3a3ea51203 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -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.6 +Version: 1.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentyseventeen diff --git a/wp-includes/version.php b/wp-includes/version.php index 64be4ee3b7..9b2112a57b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43540'; +$wp_version = '5.0-alpha-43541'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.