Version Description
- 02-11-2018 =
- Change Modular to Zakra
Download this release
Release Info
Developer | ThemeGrill |
Plugin | ThemeGrill Demo Importer |
Version | 1.5.4 |
Comparing to | |
See all releases |
Code changes from version 1.5.3 to 1.5.4
- includes/class-themegrill-demo-importer.php +2 -2
- package-lock.json +1 -1
- readme.txt +3 -1
- themegrill-demo-importer.php +1 -1
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.
|
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.4';
|
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', 'zakra' );
|
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.
|
4 |
"lockfileVersion": 1,
|
5 |
"requires": true,
|
6 |
"dependencies": {
|
1 |
{
|
2 |
"name": "themegrill-demo-importer",
|
3 |
+
"version": "1.5.4",
|
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.
|
7 |
License: GPLv3 or later
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -72,6 +72,8 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th
|
|
72 |
3. Finally, Import the Demo with just one click.
|
73 |
|
74 |
== Changelog ==
|
|
|
|
|
75 |
|
76 |
= 1.5.3 - 30-10-2018 =
|
77 |
* Support - Modular theme.
|
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.4
|
7 |
License: GPLv3 or later
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
72 |
3. Finally, Import the Demo with just one click.
|
73 |
|
74 |
== Changelog ==
|
75 |
+
= 1.5.4 - 02-11-2018 =
|
76 |
+
* Change Modular to Zakra
|
77 |
|
78 |
= 1.5.3 - 30-10-2018 =
|
79 |
* Support - Modular 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.5.
|
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.4
|
7 |
* Author: ThemeGrill
|
8 |
* Author URI: https://themegrill.com
|
9 |
* License: GPLv3 or later
|