YITH WooCommerce Stripe Premium - 1.7.0
- new: Added WordPress 4.9.8 compatibility
- new: Added WooCommerce 3.5-RC compatibility
- new: Updated Stripe API version to 2018-09-24
- new: Updated plugin framework
- 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_plannow does not create new plans any longer when just used to check plan existance (this mainly happens when checking if order has active subscription) - fix: SSL error notification on admin pages
- fix: Warning when failed attempts is not an array
- dev: Added
yith_wcstripe_before_create_tokentrigger - dev: Added
yith_wcstripe_add_payment_method_resultfilter - dev: Added
yith_wcstripe_gateway_us_iconsfilter - dev: Added
yith_wcstripe_gateway_default_iconsfilter - dev: Added
yith_wcstripe_gateway_iconfilter - dev: Added
yith_wcstripe_use_plugin_error_codesfilter to show original API error messages - dev: Added
yith_wcstripe_error_messagefilter to let third party code filter error messages