diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d0e916fe..a5613a98 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,10 @@ == Changelog == += 1.5.6 - 13-02-2019 = +* Fetaure - Install plugins and import demo on a single click. +* Tweak - Remove the more details on demo preview hover. +* Dev - Improve Coding standard with husky compatibility. + = 1.5.5 - 05-11-2018 = * Feature - Add support for elementor schemes. diff --git a/composer.lock b/composer.lock index b507abd1..5579f706 100644 --- a/composer.lock +++ b/composer.lock @@ -8,7 +8,7 @@ "packages": [ { "name": "composer/installers", - "version": "v1.6.0", + "version": "v1.5.6", "source": { "type": "git", "url": "https://github.com/composer/installers.git", diff --git a/languages/themegrill-demo-importer.pot b/languages/themegrill-demo-importer.pot index b68fe899..ff119cf7 100644 --- a/languages/themegrill-demo-importer.pot +++ b/languages/themegrill-demo-importer.pot @@ -2,10 +2,10 @@ # This file is distributed under the GPLv3 or later. msgid "" msgstr "" -"Project-Id-Version: ThemeGrill Demo Importer 1.6.0\n" +"Project-Id-Version: ThemeGrill Demo Importer 1.5.6\n" "Report-Msgid-Bugs-To: " "https://github.com/themegrill/themegrill-demo-importer/issues\n" -"POT-Creation-Date: 2019-02-13 10:59:27+00:00\n" +"POT-Creation-Date: 2019-02-13 11:29:26+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -417,15 +417,15 @@ msgstr "" msgid "Unable to connect to the filesystem. Please confirm your credentials." msgstr "" -#: includes/class-demo-importer.php:695 +#: includes/class-demo-importer.php:696 msgid "The XML file dummy content is missing." msgstr "" -#: includes/class-demo-importer.php:786 +#: includes/class-demo-importer.php:787 msgid "The DAT file customizer data is missing." msgstr "" -#: includes/class-demo-importer.php:811 +#: includes/class-demo-importer.php:812 msgid "The WIE file widget content is missing." msgstr "" diff --git a/package-lock.json b/package-lock.json index e200ef50..acfda3af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themegrill-demo-importer", - "version": "1.6.0", + "version": "1.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98448850..751a7621 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "themegrill-demo-importer", "title": "ThemeGrill Demo Importer", - "version": "1.6.0", + "version": "1.5.6", "homepage": "https://themegrill.com/demo-importer/", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 13222dc5..e4746717 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ThemeGrill, shivapoudel Tags: themegrill, theme demos, demo, importer, one click import Requires at least: 4.7 Tested up to: 5.0 -Stable tag: 1.6.0 +Stable tag: 1.5.6 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -73,4 +73,39 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th == Changelog == += 1.5.6 - 13-02-2019 = +* Fetaure - Install plugins and import demo on a single click. +* Tweak - Remove the more details on demo preview hover. +* Dev - Improve Coding standard with husky compatibility. + += 1.5.5 - 05-11-2018 = +* Feature - Add support for elementor schemes. + += 1.5.4 - 02-11-2018 = +* Change Modular to Zakra + += 1.5.3 - 30-10-2018 = +* Support - Modular theme. + += 1.5.2 - 25-09-2018 = +* Fix - Custom CSS migration on demo import. +* Fix - Live Preview button when demo is successfully imported in demo preview page. + += 1.5.1 - 24-08-2018 = +* Support - Cenote Pro theme. + += 1.5.0 - 21-08-2018 = +* Feature - Fetches the demo config from GitHub repo. +* Feature - Category and pagebuilder routes for views. +* Fetaure - Install and activate plugins on a single click. +* Fix - Slashes to be stripped from imported comments. +* Fix - Importing export files with multiline term meta data. +* Fix - Deprecation notices including `wp_get_http()` and `screen_icon()`. +* Tweak - Demo preview is supported via iframe. +* Tweak - Different device preview is possible for a demo. +* Tweak - Only store single demo package files in upload directory. +* Dev - Improve PHP7 compatibility. +* Deprecated - Upload process for the demo packages. +* Deprecated - Filter hooks `themegrill_demo_importer_config` and `themegrill_demo_importer_packages`. + [See changelog for all versions](https://raw.githubusercontent.com/themegrill/themegrill-demo-importer/master/CHANGELOG.txt). diff --git a/themegrill-demo-importer.php b/themegrill-demo-importer.php index 27468a99..d73ab29a 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.6.0 + * Version: 1.5.6 * Author: ThemeGrill * Author URI: https://themegrill.com * License: GPLv3 or later