Skip to content

Commit

Permalink
Bump version 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seothemes committed Jan 12, 2018
1 parent f0fe3c2 commit 1279869
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion assets/styles/style.scss
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -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' ) );
Expand Down
2 changes: 1 addition & 1 deletion 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": {},
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -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
Expand Down

0 comments on commit 1279869

Please sign in to comment.