Sigue las actualizaciones diarias de temas y plugins de YITH
YITH WooCommerce Stripe Premium - 1.8.0
new: WordPress 5.0 support
new: WordPress 3.5.2 support
new: Support to latest API version (2018-11-08)
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)
new: Stripe library 6.7.1 (Requires API update on Stripe Dashboard)
new: trial period is now added only when Subscription Product has trial set
new: added billing and shipping information on Stripe Checkout payment mode
new: added Hosted mode, similar to free version
tweak: added description to renew charges after successful charge webhook
tweak: improved customer handling when registering cards
tweak: moved notify_failed_renewal to avoid issues when adding a new card from My Account endpoint
fix: plan creation, for newer version of API
fix: now subscription is cancelled after end date
fix: improved js to avoid implict conversions
dev: added yith_wcstripe_plan_trial_period filter
dev: added filter yith_wcstripe_gateway_enabled to programmatically enable/disable Stripe Gateway
dev: added filter yith_wcstripe_gateway_id to let developers filter gateway ID (Use this filter at your own risk; after filtering gateway ID you will need to configure gateway again)