Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
som3669 committed Aug 23, 2023
1 parent 1bf6503 commit ca80ca9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
== Changelog ==
= 1.9.4 - 23-08-2023 =
* Fix – Import fail message issue.

= 1.9.3 - 18-08-2023 =
* Support – Support for YITH Wishlist default settings when importing demo.
* Tweak - Replace deprecated function get_page_by_title with WP_Query.
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.9.3';
public $version = '1.9.4';

/**
* Theme single instance of this class.
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.9.3",
"version": "1.9.4",
"homepage": "https://themegrill.com/demo-importer/",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: ThemeGrill
Tags: themegrill, theme demos, demo, importer, one click import
Requires at least: 4.7
Tested up to: 6.3
Stable tag: 1.9.3
Stable tag: 1.9.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -76,6 +76,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.4 - 23-08-2023 =
* Fix – Import fail message issue.

= 1.9.3 - 18-08-2023 =
* Support – Support for YITH Wishlist default settings when importing demo.
* Tweak - Replace deprecated function get_page_by_title with WP_Query.
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.9.3
* Version: 1.9.4
* Author: ThemeGrill
* Author URI: https://themegrill.com
* License: GPLv3 or later
Expand Down

0 comments on commit ca80ca9

Please sign in to comment.