ThemeGrill Demo Importer - Version 1.5.3

Version Description

  • 30-10-2018 =
  • Support - Modular theme.
Download this release

Release Info

Developer ThemeGrill
Plugin Icon 128x128 ThemeGrill Demo Importer
Version 1.5.3
Comparing to
See all releases

Code changes from version 1.5.2 to 1.5.3

CHANGELOG.txt CHANGED
@@ -1,6 +1,9 @@
1
  == Changelog ==
2
 
3
  = TBD =
 
 
 
4
  * Fix - Custom CSS migration on demo import.
5
  * Fix - Live Preview button when demo is successfully imported in demo preview page.
6
 
1
  == Changelog ==
2
 
3
  = TBD =
4
+ * Support - Modular theme.
5
+
6
+ = 1.5.2 - 25-09-2018 =
7
  * Fix - Custom CSS migration on demo import.
8
  * Fix - Live Preview button when demo is successfully imported in demo preview page.
9
 
includes/class-themegrill-demo-importer.php CHANGED
@@ -20,7 +20,7 @@ final class ThemeGrill_Demo_Importer {
20
  *
21
  * @var string
22
  */
23
- public $version = '1.5.2';
24
 
25
  /**
26
  * Theme single instance of this class.
@@ -120,7 +120,7 @@ final class ThemeGrill_Demo_Importer {
120
  * @return array
121
  */
122
  private function get_core_supported_themes() {
123
- $core_themes = array( 'spacious', 'colormag', 'flash', 'estore', 'ample', 'accelerate', 'colornews', 'foodhunt', 'fitclub', 'radiate', 'freedom', 'himalayas', 'esteem', 'envince', 'suffice', 'explore', 'masonic', 'cenote' );
124
 
125
  // Check for official core themes pro version.
126
  $pro_themes = array_diff( $core_themes, array( 'explore', 'masonic' ) );
20
  *
21
  * @var string
22
  */
23
+ public $version = '1.5.3';
24
 
25
  /**
26
  * Theme single instance of this class.
120
  * @return array
121
  */
122
  private function get_core_supported_themes() {
123
+ $core_themes = array( 'spacious', 'colormag', 'flash', 'estore', 'ample', 'accelerate', 'colornews', 'foodhunt', 'fitclub', 'radiate', 'freedom', 'himalayas', 'esteem', 'envince', 'suffice', 'explore', 'masonic', 'cenote', 'modular' );
124
 
125
  // Check for official core themes pro version.
126
  $pro_themes = array_diff( $core_themes, array( 'explore', 'masonic' ) );
package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "themegrill-demo-importer",
3
- "version": "1.5.2",
4
  "lockfileVersion": 1,
5
  "requires": true,
6
  "dependencies": {
1
  {
2
  "name": "themegrill-demo-importer",
3
+ "version": "1.5.3",
4
  "lockfileVersion": 1,
5
  "requires": true,
6
  "dependencies": {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ThemeGrill, shivapoudel
3
  Tags: themegrill, theme demos, demo, importer, one click import
4
  Requires at least: 4.7
5
  Tested up to: 4.9
6
- Stable tag: 1.5.2
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -73,6 +73,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th
73
 
74
  == Changelog ==
75
 
 
 
 
76
  = 1.5.2 - 25-09-2018 =
77
  * Fix - Custom CSS migration on demo import.
78
  * Fix - Live Preview button when demo is successfully imported in demo preview page.
3
  Tags: themegrill, theme demos, demo, importer, one click import
4
  Requires at least: 4.7
5
  Tested up to: 4.9
6
+ Stable tag: 1.5.3
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
73
 
74
  == Changelog ==
75
 
76
+ = 1.5.3 - 30-10-2018 =
77
+ * Support - Modular theme.
78
+
79
  = 1.5.2 - 25-09-2018 =
80
  * Fix - Custom CSS migration on demo import.
81
  * Fix - Live Preview button when demo is successfully imported in demo preview page.
themegrill-demo-importer.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: ThemeGrill Demo Importer
4
  * Plugin URI: https://themegrill.com/demo-importer/
5
  * Description: Import ThemeGrill official themes demo content, widgets and theme settings with just one click.
6
- * Version: 1.5.2
7
  * Author: ThemeGrill
8
  * Author URI: https://themegrill.com
9
  * License: GPLv3 or later
3
  * Plugin Name: ThemeGrill Demo Importer
4
  * Plugin URI: https://themegrill.com/demo-importer/
5
  * Description: Import ThemeGrill official themes demo content, widgets and theme settings with just one click.
6
+ * Version: 1.5.3
7
  * Author: ThemeGrill
8
  * Author URI: https://themegrill.com
9
  * License: GPLv3 or later