ThemeGrill Demo Importer - Version 1.8.5

Version Description

  • 19-09-2022 =
  • Fix - Compatibility with Masteriyo Pro.
Download this release

Release Info

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

Code changes from version 1.8.4 to 1.8.5

includes/class-demo-importer.php CHANGED
@@ -429,7 +429,7 @@ class TG_Demo_Importer {
429
 
430
  // Plugins status.
431
  foreach ( $plugins_list as $plugin => $plugin_data ) {
432
- $plugin_data->is_active = is_plugin_active( $plugin_data->slug );
433
 
434
  // Looks like a plugin is installed, but not active.
435
  if ( file_exists( WP_PLUGIN_DIR . '/' . $plugin ) ) {
429
 
430
  // Plugins status.
431
  foreach ( $plugins_list as $plugin => $plugin_data ) {
432
+ $plugin_data->is_active = 'learning-management-system/lms.php' === $plugin_data->slug ? ( is_plugin_active( 'learning-management-system/lms.php' ) || is_plugin_active( 'learning-management-system-pro/lms.php' ) ) : is_plugin_active( $plugin_data->slug );
433
 
434
  // Looks like a plugin is installed, but not active.
435
  if ( file_exists( WP_PLUGIN_DIR . '/' . $plugin ) ) {
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.8.4';
24
 
25
  /**
26
  * Theme single instance of this class.
20
  *
21
  * @var string
22
  */
23
+ public $version = '1.8.5';
24
 
25
  /**
26
  * Theme single instance of this class.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ThemeGrill
3
  Tags: themegrill, theme demos, demo, importer, one click import
4
  Requires at least: 4.7
5
  Tested up to: 6.0
6
- Stable tag: 1.8.4
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -76,6 +76,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th
76
  3. Finally, Import the Demo with just one click.
77
 
78
  == Changelog ==
 
 
 
79
  = 1.8.4 - 31-08-2022 =
80
  * Support - MagazineX theme.
81
 
3
  Tags: themegrill, theme demos, demo, importer, one click import
4
  Requires at least: 4.7
5
  Tested up to: 6.0
6
+ Stable tag: 1.8.5
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
76
  3. Finally, Import the Demo with just one click.
77
 
78
  == Changelog ==
79
+ = 1.8.5 - 19-09-2022 =
80
+ * Fix - Compatibility with Masteriyo Pro.
81
+
82
  = 1.8.4 - 31-08-2022 =
83
  * Support - MagazineX theme.
84
 
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.8.4
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.8.5
7
  * Author: ThemeGrill
8
  * Author URI: https://themegrill.com
9
  * License: GPLv3 or later