Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request #13 from UVLabs/development
Browse files Browse the repository at this point in the history
compatibility with WooCommerce 3.2
  • Loading branch information
UVLabs authored Oct 22, 2017
2 parents ed4f47a + f20690e commit 4e5bf76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: woocommerce, emails, downloadable, products, update, schedule
Author URI: http://uriahsvictor.com
Author: Uriahs Victor
Requires at least: 4.1
Tested up to: 4.7
Tested up to: 4.8
Stable tag: 1.1.7
Version: 1.1.7
License: GPLv2 of later
Expand Down Expand Up @@ -43,6 +43,7 @@ Take a look at the Pro version for more functionality including HTML Emails, Var

**1.1.7**

* Compatible with WooCommerce 3.2
* Removed redundant field on setting page
* Added clear queue button on settings page
* Removed immediately send option
Expand Down Expand Up @@ -104,7 +105,7 @@ Take a look at the Pro version for more functionality including HTML Emails, Var

= Email sends as wordpress.example.com =

I used wp_mail in the plugin so you could easily override the default send from email using an SMTP plugin such as: https://wordpress.org/plugins/postman-smtp/
I used wp_mail in the plugin so you could easily override the default send from email using an SMTP plugin such as: https://wordpress.org/plugins/post-smtp/

= HTML Email Templates? =

Expand Down
4 changes: 3 additions & 1 deletion tld-wc-dl-product-update-emails.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Version: 1.1.7
Author: Uriahs Victor
Author URI: http://uriahsvictor.com
WC requires at least: 2.6.0
WC tested up to: 3.2.0
License: GPL2
*/

Expand Down Expand Up @@ -274,4 +276,4 @@ function tld_wcdpue_post_saved( $post_id ) {
setcookie("tld-wcdpue-cookie", "tld-switch-cookie", time() - 3600);
}

add_action('save_post', 'tld_wcdpue_post_saved');
add_action('save_post_product', 'tld_wcdpue_post_saved');

0 comments on commit 4e5bf76

Please sign in to comment.