diff --git a/src/wp-content/themes/twentyseventeen/README.txt b/src/wp-content/themes/twentyseventeen/README.txt index 4c2071d842..9360fc70c1 100644 --- a/src/wp-content/themes/twentyseventeen/README.txt +++ b/src/wp-content/themes/twentyseventeen/README.txt @@ -2,7 +2,7 @@ Contributors: the WordPress team Requires at least: WordPress 4.7 Tested up to: WordPress 4.7 -Version: 1.1 +Version: 1.2 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,13 +60,15 @@ Source: https://unsplash.com/@englr?photo=bIhpiQA009k == Changelog == += 1.2 = +* Released: April 18, 2017 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.2 + = 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 twentyseventeen_starter_content for customizing the starter content array +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.1 = 1.0 = * Released: December 6, 2016 diff --git a/src/wp-content/themes/twentyseventeen/footer.php b/src/wp-content/themes/twentyseventeen/footer.php index c21cfb76ea..504f573f87 100644 --- a/src/wp-content/themes/twentyseventeen/footer.php +++ b/src/wp-content/themes/twentyseventeen/footer.php @@ -9,7 +9,7 @@ * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 - * @version 1.0 + * @version 1.2 */ ?> diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index bfbfacb491..5908329de8 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/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.1 +Version: 1.2 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/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php b/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php index 356aac3000..4e0792c172 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php @@ -5,7 +5,7 @@ * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 - * @version 1.0 + * @version 1.2 */ ?> diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php index 476379eb61..5a8e9fc6cd 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php @@ -7,7 +7,7 @@ * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 - * @version 1.0 + * @version 1.2 */ ?> diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php index f506599f2f..de22ddb737 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php @@ -9,7 +9,7 @@ * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 - * @version 1.0 + * @version 1.2 */ ?> diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php index 4d8690a854..53606b541b 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php @@ -7,7 +7,7 @@ * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 - * @version 1.0 + * @version 1.2 */ ?> diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php index 66a6cc6b3b..cc23ff847d 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php @@ -7,7 +7,7 @@ * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 - * @version 1.0 + * @version 1.2 */ ?> diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php index 0d55ab4599..b6fbe35c2c 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php @@ -7,7 +7,7 @@ * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 - * @version 1.0 + * @version 1.2 */ ?> diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content.php index ce5858f4d7..5de40fbdb7 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/post/content.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/post/content.php @@ -7,7 +7,7 @@ * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 - * @version 1.0 + * @version 1.2 */ ?>