Skip to content

Commit

Permalink
Changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mebishalnapit committed Sep 25, 2018
1 parent d637286 commit c6d9f62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
== Changelog ==

= TBD =
* Fix - Custom CSS migration on demo import.
* Fix - Live Preview button when demo is successfully imported in demo preview page.

= 1.5.1 - 24-08-2018 =
* Support - Cenote Pro theme.

Expand Down
2 changes: 1 addition & 1 deletion includes/importers/class-customizer-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function import( $import_file, $demo_id, $demo_data ) {
}

// If wp_css is set then import it.
if( function_exists( 'wp_update_custom_css_post' ) && isset( $data['wp_css'] ) && '' !== $data['wp_css'] ) {
if ( function_exists( 'wp_update_custom_css_post' ) && isset( $data['wp_css'] ) && '' !== $data['wp_css'] ) {
wp_update_custom_css_post( $data['wp_css'] );
}

Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th

= TBD =
* Fix - Custom CSS migration on demo import.
* Fix - Live Preview button when demo is successfully imported in demo preview page.

= 1.5.1 - 24-08-2018 =
* Support - Cenote Pro theme.
Expand Down

0 comments on commit c6d9f62

Please sign in to comment.