Skip to content

Commit

Permalink
🎉 - Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emgk committed Nov 8, 2020
1 parent ab465b2 commit 73da64b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instock-init.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Woo In-Stock Notifier
* Version: 1.0.2
* Version: 1.0.3
* Plugin URI: http://emgk.github.io/
* Author: Govind Kumar
* Author URI:http://emgk.github.io
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woo-in-stock-notifier",
"version": "1.0.2",
"version": "1.0.3",
"description": "Customers can build a waiting list of products those are out of stock. They will be notified automatically via email, when products come back in stock.",
"url": "http://emgk.github.io",
"author": "Govind Kumar",
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ To disable the plugin, Go to ‘WooCommerce > In-Stock Notifier’ you will get
When the email is sent to the sent to the user, this plugin allows you to move that email address to archive(in case you don’t want to lose the current wait list). You can restore or remove the email address from the archive list.

== Changelog ==

= 1.0.3 =
* Fix WC_Email issues
* Trigger email when stock status changes.

= 1.0.2 =
* Made compatible with newest version of Woocommerce
* Re-build UI/UX
Expand Down

0 comments on commit 73da64b

Please sign in to comment.