Skip to content

Commit

Permalink
Merge pull request #233 from MachoThemes/master
Browse files Browse the repository at this point in the history
Version 2.0.4
  • Loading branch information
cristianraiber committed Oct 4, 2017
2 parents 3639c5c + 1b5dc5f commit b011ad6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### V 2.0.4
- Fixed Customizer issue ( https://github.com/puikinsh/illdy/issues/230 )

### V 2.0.3
- Fixed Submenu issue ( https://github.com/puikinsh/illdy/issues/226 )

Expand Down
7 changes: 7 additions & 0 deletions inc/back-compatible.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,10 @@
remove_theme_mod( 'illdy_contact_us_customer_support_title' );
}
}// End if().

if ( is_admin() ) {
$color_scheme = get_theme_mod( 'illdy_color_scheme' );
if ( 'Illdy' == $color_scheme ) {
remove_theme_mod( 'illdy_color_scheme' );
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "illdy",
"main": "Gruntfile.js",
"author": "Colorlib",
"version": "2.0.3",
"version": "2.0.4",
"repository": "https://github.com/puikinsh/illdy",
"license": "GPL v3",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://colorlib.com/wp/themes/illdy/
Author: Colorlib
Author URI: http://colorlib.com
Description: Illdy is a stunning multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly. This theme is well suited for business, landing page, portfolio or any other creative websites. This leaves heavy lifting to WordPress Customizer therefore you can create your website on live preview mode. Which means that you can see changes happen on your website in real time as you make them
Version: 2.0.3
Version: 2.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio
Expand Down

0 comments on commit b011ad6

Please sign in to comment.