Version Description
- 24-08-2018 =
- Support - Cenote Pro theme.
Download this release
Release Info
Developer | ThemeGrill |
Plugin | ThemeGrill Demo Importer |
Version | 1.5.1 |
Comparing to | |
See all releases |
Code changes from version 1.5.0 to 1.5.1
- .wordpress-org/banner-1544x500.png +0 -0
- .wordpress-org/banner-772x250.png +0 -0
- .wordpress-org/icon-128x128.png +0 -0
- .wordpress-org/icon-256x256.png +0 -0
- .wordpress-org/screenshot-1.png +0 -0
- .wordpress-org/screenshot-2.png +0 -0
- .wordpress-org/screenshot-3.png +0 -0
- includes/class-themegrill-demo-importer.php +2 -2
- package-lock.json +1 -1
- readme.txt +4 -1
- themegrill-demo-importer.php +1 -1
.wordpress-org/banner-1544x500.png
ADDED
Binary file
|
.wordpress-org/banner-772x250.png
ADDED
Binary file
|
.wordpress-org/icon-128x128.png
ADDED
Binary file
|
.wordpress-org/icon-256x256.png
ADDED
Binary file
|
.wordpress-org/screenshot-1.png
ADDED
Binary file
|
.wordpress-org/screenshot-2.png
ADDED
Binary file
|
.wordpress-org/screenshot-3.png
ADDED
Binary file
|
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.
|
@@ -123,7 +123,7 @@ final class ThemeGrill_Demo_Importer {
|
|
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'
|
127 |
if ( ! empty( $pro_themes ) ) {
|
128 |
$pro_themes = preg_replace( '/$/', '-pro', $pro_themes );
|
129 |
}
|
20 |
*
|
21 |
* @var string
|
22 |
*/
|
23 |
+
public $version = '1.5.1';
|
24 |
|
25 |
/**
|
26 |
* Theme single instance of this class.
|
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' ) );
|
127 |
if ( ! empty( $pro_themes ) ) {
|
128 |
$pro_themes = preg_replace( '/$/', '-pro', $pro_themes );
|
129 |
}
|
package-lock.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "themegrill-demo-importer",
|
3 |
-
"version": "1.
|
4 |
"lockfileVersion": 1,
|
5 |
"requires": true,
|
6 |
"dependencies": {
|
1 |
{
|
2 |
"name": "themegrill-demo-importer",
|
3 |
+
"version": "1.5.1",
|
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 |
|
@@ -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.0 - 21-08-2018 =
|
77 |
* Feature - Fetches the demo config from GitHub repo.
|
78 |
* Feature - Category and pagebuilder routes for views.
|
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.1
|
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.1 - 24-08-2018 =
|
77 |
+
* Support - Cenote Pro theme.
|
78 |
+
|
79 |
= 1.5.0 - 21-08-2018 =
|
80 |
* Feature - Fetches the demo config from GitHub repo.
|
81 |
* Feature - Category and pagebuilder routes for views.
|
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.1
|
7 |
* Author: ThemeGrill
|
8 |
* Author URI: https://themegrill.com
|
9 |
* License: GPLv3 or later
|