Skip to content

Commit

Permalink
Version bumped 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mebishalnapit committed Nov 23, 2020
1 parent 8843593 commit a791e75
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
== Changelog ==
= 1.6.8 - 23-11-2020 =
* Fix - WooCommerce default pages not set properly after the theme demo import
* Fix - Elementor default kit introduced from version 3.0.0 not applied after the theme demo import

= 1.6.7 - 15-09-2020 =
* Tweak - Utilize `wp.i18n` for translation of strings for `wp.updates.l10n` deprecated since WordPress 5.5

Expand Down
2 changes: 1 addition & 1 deletion includes/class-themegrill-demo-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class ThemeGrill_Demo_Importer {
*
* @var string
*/
public $version = '1.6.7';
public $version = '1.6.8';

/**
* Theme single instance of this class.
Expand Down
20 changes: 10 additions & 10 deletions languages/themegrill-demo-importer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv3 or later.
msgid ""
msgstr ""
"Project-Id-Version: ThemeGrill Demo Importer 1.6.7\n"
"Project-Id-Version: ThemeGrill Demo Importer 1.6.8\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/themegrill-demo-importer\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-09-15T03:21:38+00:00\n"
"POT-Creation-Date: 2020-11-23T06:32:34+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: themegrill-demo-importer\n"
Expand Down Expand Up @@ -104,7 +104,7 @@ msgid "Deactivate"
msgstr ""

#: includes/admin/class-plugin-deactivate-notice.php:78
#: includes/class-demo-importer.php:1274
#: includes/class-demo-importer.php:1277
msgid "Action failed. Please refresh the page and retry."
msgstr ""

Expand Down Expand Up @@ -722,11 +722,11 @@ msgstr ""
msgid "The XML file dummy content is missing."
msgstr ""

#: includes/class-demo-importer.php:827
#: includes/class-demo-importer.php:830
msgid "The DAT file customizer data is missing."
msgstr ""

#: includes/class-demo-importer.php:852
#: includes/class-demo-importer.php:855
msgid "The WIE file widget content is missing."
msgstr ""

Expand Down Expand Up @@ -774,26 +774,26 @@ msgid "Sorry, you are not allowed to install plugins on this site."
msgstr ""

#. translators: %s: Number of plugins
#: includes/functions-demo-importer.php:351
#: includes/functions-demo-importer.php:411
msgid "%s plugin successfully installed."
msgstr ""

#. translators: %s: Number of plugins
#: includes/functions-demo-importer.php:358
#: includes/functions-demo-importer.php:418
msgid "%s plugins successfully installed."
msgstr ""

#. translators: %s: Number of failed installs
#: includes/functions-demo-importer.php:368
#: includes/functions-demo-importer.php:428
msgid "%s install failed."
msgstr ""

#. translators: %s: Number of failed installs
#: includes/functions-demo-importer.php:373
#: includes/functions-demo-importer.php:433
msgid "%s installs failed."
msgstr ""

#: includes/functions-demo-importer.php:376
#: includes/functions-demo-importer.php:436
msgid "Show more details"
msgstr ""

Expand Down
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.7",
"version": "1.6.8",
"homepage": "https://themegrill.com/demo-importer/",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions 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.5
Stable tag: 1.6.7
Stable tag: 1.6.8
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -72,7 +72,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/th
3. Finally, Import the Demo with just one click.

== Changelog ==
= TBD =
= 1.6.8 - 23-11-2020 =
* Fix - WooCommerce default pages not set properly after the theme demo import
* Fix - Elementor default kit introduced from version 3.0.0 not applied after the theme demo import

Expand Down
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.7
* Version: 1.6.8
* Author: ThemeGrill
* Author URI: https://themegrill.com
* License: GPLv3 or later
Expand Down

0 comments on commit a791e75

Please sign in to comment.