From 1279869196d1655e9fa0a46cc352154ff473df8c Mon Sep 17 00:00:00 2001 From: seothemes Date: Fri, 12 Jan 2018 14:23:20 +1000 Subject: [PATCH] Bump version 2.2.5 --- CHANGELOG.md | 4 ++++ assets/styles/style.scss | 2 +- functions.php | 2 +- package.json | 2 +- style.css | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c7a2c..b42e35e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Genesis Starter Theme Changelog +## [2.2.5] - 2017-01-12 +* Add secondary color to Customizer +* Change default HTTP connection method for BrowserSync + ## [2.2.4] - 2017-12-28 * Fix incorrect schema when title moved outside of entry diff --git a/assets/styles/style.scss b/assets/styles/style.scss index 39d1e9d..77db80b 100644 --- a/assets/styles/style.scss +++ b/assets/styles/style.scss @@ -4,7 +4,7 @@ * Description: Starter theme for the Genesis Framework. * Author: SEO Themes * Author URI: http://www.seothemes.com/ - * Version: 2.2.4 + * Version: 2.2.5 * Text Domain: genesis-starter * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready. * Template: genesis diff --git a/functions.php b/functions.php index 1ebae0b..2d1da78 100644 --- a/functions.php +++ b/functions.php @@ -22,7 +22,7 @@ // Define theme constants. define( 'CHILD_THEME_NAME', 'Genesis Starter' ); define( 'CHILD_THEME_URL', 'https://seothemes.com/themes/genesis-starter' ); -define( 'CHILD_THEME_VERSION', '2.2.4' ); +define( 'CHILD_THEME_VERSION', '2.2.5' ); // Set Localization (do not remove). load_child_theme_textdomain( 'genesis-starter', apply_filters( 'child_theme_textdomain', get_stylesheet_directory() . '/languages', 'genesis-starter' ) ); diff --git a/package.json b/package.json index d1f86a6..abfa5c0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genesis-starter", - "version": "2.2.4", + "version": "2.2.5", "description": "The Genesis Starter theme for the Genesis Framework.", "main": "gulpfile.js", "dependencies": {}, diff --git a/style.css b/style.css index d6e3032..72431b1 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ * Description: Starter theme for the Genesis Framework. * Author: SEO Themes * Author URI: http://www.seothemes.com/ - * Version: 2.2.4 + * Version: 2.2.5 * Text Domain: genesis-starter * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready. * Template: genesis