Skip to content

Commit

Permalink
Version ready for 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva Poudel committed Feb 13, 2019
1 parent 7cf30c1 commit ee3c808
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions languages/themegrill-demo-importer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
37 changes: 36 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion themegrill-demo-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee3c808

Please sign in to comment.