Version Description
- 10-02-2022 =
- Support - Luza theme.
Download this release
Release Info
Developer | themegrilldev |
Plugin | ThemeGrill Demo Importer |
Version | 1.7.8 |
Comparing to | |
See all releases |
Code changes from version 1.7.7 to 1.7.8
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.7.
|
24 |
|
25 |
/**
|
26 |
* Theme single instance of this class.
|
@@ -145,7 +145,8 @@ final class ThemeGrill_Demo_Importer {
|
|
145 |
'zakra',
|
146 |
'webshop',
|
147 |
'elearning',
|
148 |
-
'online-education'
|
|
|
149 |
);
|
150 |
// Check for official core themes pro version.
|
151 |
$pro_themes = array_diff( $core_themes, array( 'explore', 'masonic' ) );
|
20 |
*
|
21 |
* @var string
|
22 |
*/
|
23 |
+
public $version = '1.7.8';
|
24 |
|
25 |
/**
|
26 |
* Theme single instance of this class.
|
145 |
'zakra',
|
146 |
'webshop',
|
147 |
'elearning',
|
148 |
+
'online-education',
|
149 |
+
'luza',
|
150 |
);
|
151 |
// Check for official core themes pro version.
|
152 |
$pro_themes = array_diff( $core_themes, array( 'explore', 'masonic' ) );
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: ThemeGrill
|
3 |
Tags: themegrill, theme demos, demo, importer, one click import
|
4 |
Requires at least: 4.7
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 1.7.
|
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.7.7 - 12-01-2022 =
|
80 |
* Support - BlockArt Blocks plugin.
|
81 |
* Support - Online Education theme.
|
2 |
Contributors: ThemeGrill
|
3 |
Tags: themegrill, theme demos, demo, importer, one click import
|
4 |
Requires at least: 4.7
|
5 |
+
Tested up to: 5.9
|
6 |
+
Stable tag: 1.7.8
|
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.7.8 - 10-02-2022 =
|
80 |
+
* Support - Luza theme.
|
81 |
+
|
82 |
= 1.7.7 - 12-01-2022 =
|
83 |
* Support - BlockArt Blocks plugin.
|
84 |
* Support - Online Education theme.
|
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.7.
|
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.7.8
|
7 |
* Author: ThemeGrill
|
8 |
* Author URI: https://themegrill.com
|
9 |
* License: GPLv3 or later
|