#1 Empresa independiente en la venta de plugins para WooCommerce
Cambiar idioma
Español

Últimas Actualizaciones

Sigue las actualizaciones diarias de temas y plugins de YITH

YITH WooCommerce Stripe Premium - 1.9.0

  • New: WooCommerce 3.6 support
  • New: retry renews when a fail occurs
  • New: added check over site url, to set Test Mode when plugin is enabled on a staging installation
  • Tweak: disabled Make default button for expired cards
  • Tweak: improved card form on mobile devices
  • Tweak: avoid duplicated cards in card expiration reminder queue
  • Tweak: updated card expiration reminder email, to provide correct information when card is already expired
  • Tweak: improved error reporting system
  • Tweak: system now register card fingerprint during webhook handling
  • Update: internal plugin framework
  • Update: dutch translation
  • Fix: issue when trying to pay with a previously registered card (default card was applied)
  • Fix: stripe do not execute code when customer tries to delete/set as default tokens created with other gateways
  • Fix: avoid to register token twice, when the same card_id is already saved for the same customer
  • Fix: avoid saving cards when related option is disabled

YITH WooCommerce Stripe Premium - 1.8.1

  • new: WooCommerce 3.5.4 support
  • new: Button to automatically set webhook on Stripe
  • new: Added reminder email for card expiration
  • update: Internal plugin framework
  • update: Stripe php library to version 6.29.3
  • update: Dutch language
  • fix: Processing renew instead of new order when reactivating subscriptions

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

YITH WooCommerce Stripe ( & ) Premium - 1.7.1

  • fix: Wrong links on admin page
  • fix: Restored plugin panel under YITH menu
  • update: Italian language

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_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)
  • fix: SSL error notification on admin pages
  • fix: Warning when failed attempts is not an array
  • dev: Added yith_wcstripe_before_create_token trigger
  • dev: Added yith_wcstripe_add_payment_method_result filter
  • dev: Added yith_wcstripe_gateway_us_icons filter
  • dev: Added yith_wcstripe_gateway_default_icons filter
  • dev: Added yith_wcstripe_gateway_icon filter
  • dev: Added yith_wcstripe_use_plugin_error_codes filter to show original API error messages
  • dev: Added yith_wcstripe_error_message filter to let third party code filter error messages

YITH WooCommerce Stripe Premium - 1.6.0

  • new: WooCommerce 3.4.0 support
  • new: WordPress 4.9.6 support
  • new: updated plugin fw
  • new: GDPR compliance
  • 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)

YITH WooCommerce Stripe Premium - 1.5.0

  • new: WooCommerce 3.3.1 support
  • new: WordPress 4.9.4 support
  • new: Updated Stripe library to 6.0 revision
  • new: Updated plugin-fw library

YITH WooCommerce Stripe Premium - 1.4.0

  • new: Updated plugin-fw to version 3.0
  • new: Updated Stripe library to 5.8 revision
  • tweak: Added check over save_cards flag before token creation; this way cards won't be actually saved if admin disable related option
  • fix: Stripe script not being loaded in Add Payment Method page
  • fix: Token error when remember card functionality is disabled
  • fix: Trial start/end time when pausing/resuming subscriptions
  • dev: Added yith_wcstripe_subscription_amount to let third party plugin to change plan amount
  • dev: Added yith_wcstripe_card_number_dots filter to let dev change "dots" in cc number
  • dev: Added filters to change default CC form labels
  • dev: Added yith_wcstripe_environment filter
  • dev: Added yith_wcstripe_metadata filter to let third party developers change metadata sent to Stripe servers