#1 Independent Seller of WooCommerce Plugins
Switch language
English

Latest Updates

Follow everyday YITH themes and plugins updates

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

YITH WooCommerce Stripe Premium - 1.3.0

  • new: WordPress 4.7.3 compatibility
  • new: WooCommerce 3.0.0-RC2 compatibility
  • new: added italian - ITALY translation
  • fix: plan amount with recurring shipping payment, for YITH WooCommerce Subscription plugin
  • fix: added ajax to refresh amount when hosted checkout needs to be refreshed
  • fix: "Renewal failed" message repeated on my-account page
  • fix: subscription renew link inside MyAccount message
  • fix: guest checkout when purchasing subscription
  • tweak: added check over gateway existence
  • tweak: updated Stripe library to 3.23.0
  • tweak: improved failed renew message, when YITH WooCommerce Subscription active
  • tweak: changed text domain to yith-woocommerce-stripe
  • dev: added yith_wcstripe_capture_payment filter
  • dev: added yith_stripe_locale filter to change locale used in hosted checkout