This commit is contained in:
erwanlr
2020-06-06 10:48:34 +02:00
parent 9307772dc3
commit 384ef0b44c
16 changed files with 2552 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
= 0.1.3 =
* New: Added a new tool to import members from users registered via third-party plugins
* New: Added a new metabox to WooCommerce Edit Order page for site admins to view member's number and send text messages directly from order screen
* New: Introduced two new hooks to add custom gateways: 'tlr_gateway_class_name' & 'tlr_available_gateways'
* Tweak: Improved plugin cron jobs structure
* Fix: Conflict on the pages with multiple mobile number fields (e.g. WC Account Page with a Newsletter widget in the footer)
* Fix: Removed some redundant codes and the misc directory
* Fix: Removed plugin system log messages from translatable texts
* Fix: Now we use a custom array_key_first() function to be compatible with PHP < 7.3 & keep minimum requirement as 7.1
* Fix: Wrong email error when registering from wp-login.php on a Non-English sites
* Fix: UI glitch in the form fields on WC pages
* Fix: Fixed a PHP warning while deleting members, when there is no defined staff on the site
* Fix: Wrong URL for options page in the description on "Dashboard Add New User" screen
* Fix: Empty values for some member tags in "WordPress New User" notifications
* Fix: Improved tag insertion by click, for notification options with multiple trigger recipients
= 0.1.2 =
* New: Added 5 new notification triggers: WC Order Status Changed to NEW-STATUS
* Tweak: Added 'Creator Admin' as a trigger recipient type, on 'Admin Dashboard New Order' notification trigger
* Fix: Now the notifications related to new WC orders (placed by customers) would be sent after a successful payment or when COD payment is selected (Action hook 'woocommerce_order_payment_status_changed' is used instead of 'woocommerce_new_order')
* Fix: Now The notification for new WC orders placed by customers won't be sent when the member is not verified yet and "Force Number Verification on Checkout" is set as enabled
= 0.1.1 =
* Tweak: Added plugin links on Admin Dashboard: Plugins
* Fix: Improved some of the translatable texts
= 0.1.0 =
Initial release