From f1bd56be13ab97d2b7493ef073fd608c9c0ee1b2 Mon Sep 17 00:00:00 2001 From: Jenisha Munikar Date: Wed, 16 Oct 2024 12:28:49 +0545 Subject: [PATCH 1/4] update: youtube link --- readme.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index d301beb..290ce43 100644 --- a/readme.txt +++ b/readme.txt @@ -21,7 +21,7 @@ Get [free support](https://themegrill.com/support-forum/) = Demo Importer in action: = -[youtube https://youtu.be/cXxmpNIui9Y] +[youtube https://youtu.be/JgZbhBU1o4g] = Requirements = @@ -133,13 +133,13 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th * Update – Stable tag. = 1.8.8 - 07-11-2022 = -* Support – Support for Gizmo. +* Support – Support for Gizmo. = 1.8.7 - 10-10-2022 = -* Update – Stable tag. +* Update – Stable tag. = 1.8.6 - 10-10-2022 = -* Remove - Support for eStory Pro. +* Remove - Support for eStory Pro. = 1.8.5 - 19-09-2022 = * Fix - Compatibility with Masteriyo Pro. @@ -159,7 +159,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th = 1.8.0 - 08-03-2022 = * Support - Skincare theme. -* Remove - Support for Luza theme. +* Remove - Support for Luza theme. = 1.7.9 - 16-02-2022 = * Tweak - Update static demo content url. From 008c21a3b3251edaef53a6099d922171d71b1454 Mon Sep 17 00:00:00 2001 From: Jenisha Munikar Date: Wed, 16 Oct 2024 12:44:53 +0545 Subject: [PATCH 2/4] version update --- readme.txt | 6 +++++- themegrill-demo-importer.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 290ce43..eb0c630 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,8 @@ Contributors: ThemeGrill Tags: themegrill, theme demos, demo, importer, one click import Requires at least: 4.7 Tested up to: 6.5 -Stable tag: 1.9.7 +Requires PHP: 7.0 +Stable tag: 1.9.8 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -76,6 +77,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th 3. Finally, Import the Demo with just one click. == Changelog == += 1.9.8 - 16-10-2024 = +* Tweak - Update readme file. + = 1.9.7 - 29-05-2024 = * Tweak - Remove compulsory companion elementor in Zakra premium demo. diff --git a/themegrill-demo-importer.php b/themegrill-demo-importer.php index 20c82ac..dd5f83d 100644 --- a/themegrill-demo-importer.php +++ b/themegrill-demo-importer.php @@ -3,7 +3,7 @@ * Plugin Name: ThemeGrill Demo Importer * Plugin URI: https://themegrill.com/demo-importer/ * Description: Import ThemeGrill official themes demo content, widgets and theme settings with just one click. - * Version: 1.9.7 + * Version: 1.9.8 * Author: ThemeGrill * Author URI: https://themegrill.com * License: GPLv3 or later From 79d931ce6fabaf24ae805af9df542ce1ca2c0438 Mon Sep 17 00:00:00 2001 From: Jenisha Munikar Date: Wed, 16 Oct 2024 12:49:57 +0545 Subject: [PATCH 3/4] update php version --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index eb0c630..ea27632 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ThemeGrill Tags: themegrill, theme demos, demo, importer, one click import Requires at least: 4.7 Tested up to: 6.5 -Requires PHP: 7.0 +Requires PHP: 7.4 Stable tag: 1.9.8 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html From f3c63fcd9cda5066b0d19f1104572516fd71413b Mon Sep 17 00:00:00 2001 From: Jenisha Munikar Date: Wed, 16 Oct 2024 12:52:07 +0545 Subject: [PATCH 4/4] version update --- includes/class-themegrill-demo-importer.php | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/class-themegrill-demo-importer.php b/includes/class-themegrill-demo-importer.php index 4419603..aa11976 100644 --- a/includes/class-themegrill-demo-importer.php +++ b/includes/class-themegrill-demo-importer.php @@ -20,7 +20,7 @@ final class ThemeGrill_Demo_Importer { * * @var string */ - public $version = '1.9.7'; + public $version = '1.9.8'; /** * Theme single instance of this class. diff --git a/package-lock.json b/package-lock.json index b668a9c..8a53857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themegrill-demo-importer", - "version": "1.9.7", + "version": "1.9.8", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -9235,4 +9235,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 3a9c932..aa376fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "themegrill-demo-importer", "title": "ThemeGrill Demo Importer", - "version": "1.9.7", + "version": "1.9.8", "homepage": "https://themegrill.com/demo-importer/", "repository": { "type": "git", @@ -69,4 +69,4 @@ "dependencies": { "gulp": "^4.0.2" } -} +} \ No newline at end of file