#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 - 2.0.9

  • New: Support for WooCommerce 4.1
  • New: added line details for Stripe Checkout
  • Update: plugin framework
  • Update: Stripe PHP library to version 7.31.0
  • Tweak: added error message when manual renew attempt fails
  • Tweak: moved "retry invoice with other cards" procedure after suspension handling
  • Tweak: removed deprecated param from subscription API
  • Tweak: retrieve gateway using proper methods
  • Fix: issue with charge retrieval during dispute webhook handling
  • Fix: payment intent not being refreshed when original order is cancelled and a new one with same amount is being attempted
  • Fix: issue with free item when creating Checkout session
  • Fix: issue with short description of the item when creating checkout session
  • Dev: added filter yith_wcstripe_checkout_session_detailed_line_items to disable line details on Stripe Checkout
  • Dev: added yith_wcstripe_session_param filter

YITH WooCommerce Stripe Premium - 2.0.8

  • New: support for WordPress 4.0
  • New: support for WooCommerce 4.0
  • New: support for API 2020-03-02
  • Update: Stripe PHP library to version 7.27.2
  • Update: plugin framework
  • Update: Spanish language
  • Fix: prevent notice when paying renews
  • Fix: process_refund method now correctly process refunds on shipping items (thanks to Alex)

YITH WooCommerce Stripe Premium - 2.0.7

  • New: support for WooCommerce 3.9
  • Update: plugin framework
  • Update: Stripe library to version 7.14.2
  • Update: Stripe API to version 2019-12-03
  • Tweak: add some log in renew subscription process
  • Fix: notice when visiting stripe_webhook api endpoint directly
  • Fix: Removed usage of Stripe\Exception\ApiErrorException::factory; using new Exception instead
  • Fix: issue with renew payment for guest users

YITH WooCommerce Stripe Premium - 2.0.6

  • New: support for WordPress 5.3
  • New: support for WooCommerce 3.8
  • New: support for API 2019-11-05
  • Update: Plugin framework
  • Update: StripePHP library
  • Tweak: Added check over instance for webhooks that handle disputes
  • Tweak: print success message when update_customer method does not find instance match
  • Tweak: avoid using deprecated function to retrieve cart url
  • Fix: added wrapper function yith_wcstripe_get_cart_hash to provide $cart->get_cart_hash() function in WC
  • Dev: reviewed get_customer method to correctly handle exceptions

YITH WooCommerce Stripe Premium - 2.0.5

  • New: support to 2019-10-08 API
  • Update: internal plugin framework
  • Update: Stripe PHP library to version 7.3.1
  • Update: Dutch language
  • Fix: cards are now stored when processing a trialing subscription
  • Fix: possible notice during pay_renew process

YITH WooCommerce Stripe Premium - 2.0.4

  • Update: Italian language
  • Update: Dutch language
  • Tweak: prevent error when $order doesn't exists
  • Fix: issue with sync_tokens on customer_updated webhook
  • Fix: new check over API error to prevent possible Uncaught exception fatal error
  • Fix: enabled flag on renew_needs_action email
  • Fix: check used to know if plugin should send renew_needs_action email
  • Fix: retrieving order again before sending renew_needs_action email, to double check for correct status
  • Dev: added action yith_wcstripe_before_refresh_intent

YITH WooCommerce Stripe Premium - 2.0.3

  • New: support to 2019-09-09 API
  • Update: Stripe PHP to version 7.0.2
  • Update: internal plugin framework
  • Tweak: reviewed standard/elements payment process, to confirm intent on server
  • Tweak: prevent fatal error checking if return an object
  • Fix: error abstract class
  • Fix: ApiErrorException on process standard payment

YITH WooCommerce Stripe Premium - 2.0.2

  • Tweak: removed paymentIntent creation on is_available method, to avoid excessive API calls & Webhooks requests (thanks to Jeremy & Scott)
  • Fix: error on session creation when user is guest (thanks to Paul & Maurice)

YITH WooCommerce Stripe Premium - 1.9.2

  • New: WooCommerce 3.7.0 RC2 support
  • Tweak: added check over gateway instance before calling subscription methods
  • Tweak: added default card template, when token is not a Stripe one
  • Tweak: use .length() instead of .size(), to prevent problem with new jQuery version
  • Tweak: add a function_exists to prevent problems with a previous version
  • Tweak: add maxlength to Expiration date
  • Update: internal plugin framework
  • Update: Italian language
  • Fix: calculate cart totals before sending it to stripe, to make stripe checkout work with gift card
  • Dev: added method to API class, to update cards

YITH WooCommerce Stripe Premium - 1.9.1

  • New: Support to WordPress 5.2
  • Update: Plugin Framework
  • Tweak: get_home_url() to get_site_url()
  • Tweak: remove protocol from url before performing security check
  • Dev: Added new filter yith_wcstripe_charge_params