new: Admin can now choose whether they want to automatically store card reference, or ask customer which cards to save (for appropriate payment modes only)
tweak: Prevent stripe to execute subscriptions methods, when payment method for the subscription is not stripe
tweak: Added check over gateway existence before filtering YWSBS from list
tweak: Improved Webhook error messages
tweak: Check over configurable properties in update_subscription method
update: Internal plugin framework
update: Dutch translation
fix: Error in js to trigger elements handling
fix: Solved issue occurring when billing state select is not visible
fix: Implicit casting when registering a new failed invoice
fix: Call to undefined endpoint, causing a 404 error in API; Limited labels accordingly to new limit set for the API
dev: Added filter yith_wcstripe_error_message_order_note to let third party code filter error messages stored in order notes
new: Added pt_PT translation (thanks to Ricardo A.)
tweak: Plugin now registers card even for subscription only orders;
tweak: Set default card when processing subscriptions
tweak: Removed create_function for php 7.2 compatibility
tweak: Removed usage of deprecated WC function from gateway class
tweak: Improved error handling for invoices: skip useless checks, and add notes to renew order, instead of parent one
fix: Order total when paying from order-pay endpoint
fix: Notices when registering a card
fix: Check over subscription expiration date
fix: get_plan now does not create new plans any longer when just used to check plan existance (this mainly happens when checking if order has active subscription)