Home > Docs > Stripe Payment Gateway for WooCommerce > Changelog – WooCommerce Stripe Payment Gateway

Changelog – WooCommerce Stripe Payment Gateway

v4.1.0 – Released on 23 Sep 2025

Notice to Users: Themehigh team will be handling this plugin\'s future updates, bug fixes, or security patches.

  • [Compatibility] – WooCommerce 10.2.1
v4.0.9 – Released on 18 July 2025
  • [Compatibility] – WordPress 6.8.2
  • [Compatibility] – WooCommerce 10.0.2
v4.0.8 – Released on 3 July 2025
  • [Fix] – Enhanced Express Button Functionality
  • [Compatibility] – WooCommerce 9.9.5
v4.0.7 – Released on 30 May 2025
  •  [Enhancement] – Invoice creation on Stripe for Stripe checkout payment option.
  • [Enhancement] – new iDEAL 2.0 integration.
  • [Fix] – Improvement on stripe OAuth refresh logic.
  • [Compatibility] – WooCommerce 9.8.5
  • [Compatibility] – WordPress 6.8.1
v4.0.6 – Released on 7 May 2025
  • [Fix] – Error occurred during cURL connection failure while refreshing the OAuth token.
  • [Fix] – Issue while rendering the update message on the plugin settings page.
  • [Fix] – Product image not displaying on the Stripe checkout page.
  • [Compatibility] – WooCommerce 9.8.4
v4.0.5 – Released on 23 April 2025
  • [Enhancement] – Enhanced token refresh logic for returning Stripe API keys.
  • [Fix] – Resolved Stripe Checkout redirect issues when WPML plugin is active.
  • [Fix] – Addressed issue with Stripe Checkout when line item image URLs contained non-ASCII characters.
  • [Fix] – Restricted phone number collection in Stripe Checkout to only “payment” and “subscription” modes, as required by Stripe’s supported methods.
  • [Compatibility] – WordPress 6.8
  • [Compatibility] – WooCommerce 9.8.2
v4.0.4 – Released on 7 Jan 2025
  • [Enhancement] – Prevent cache issue when accessing option table values
  • [Enhancement] – Optimized code to prevent multiple token initialization
  • [Enhancement] – Added filter and improved token storage to support using the same Stripe account across a multisite.
  • [Compatibility] – WordPress 6.7.1
  • [Compatibility] – WooCommerce 9.5.1
v4.0.3 – Released on 20 Nov 2024
  • [Fix] – Resolved security issue with OAuth authentication
v4.0.2 – Released on 11 Nov 2024
  • [Fix] -Handled OAuth expiry issues, by handling duplication of refresh token API calls.
V 4.0.1 Released on 21 October 2024
  • [Add] - App disconnect option
  • [Fix] -  Refresh OAuth tokens when switching payment environment
  • [Fix] - Fixed warnings during error handling.
v4.0.0 – Released on 11 October 2024
  • [Add] – Migrated to OAuth authentication
  • [Add] – Migrated to express checkout elements
  • [Compatibility] – WordPress 6.6.2
  • [Compatibility] – WooCommerce 9.3.3
v3.6.6 – Released on 26 March 2024
  • [Add] – Added a filter to modify card style
  • Fix] – Webhook handling issue for orders in failed status
  • [Add] – Change the default value of hook eh_enable_site_miss_match_multisite to false
  • [Enhancement] – Wechat QR code display
  • [Compatibility] – WooCommerce 8.7.0
  • [Compatibility] – WordPress 6.4.3
v3.6.5 – Released on 20 February 2024
  • [Tweak] – Replaced the wc_get_log_file_path function as it’s been deprecated in WooCommerce 8.6.
v3.6.4 – Released on 13 February 2024
  • [Fix] – Address handling issue in payment request buttons
  • [Fix] – Webhook handling issue in multisite
  • [Fix] – Klarna payment issue
  • [Add] – Filters to enable VAT ID collection in Stripe-hosted checkout page
  • [Improvement] – Render card icons by Stripe
  • [Compatibility] –  Impreza theme
v3.6.3 – Released on 31 December 2023

    • [Fix] - Fixed capture payment issue in Klarna
v3.6.0 - Released on 31 August 2023

    • [Improvement] - Integrated Klarna using payment intent API instead of charge API

v3.5.0 - Released on 2 August 2023

    • [Fix] - Fixed issue while accessing order properties directly

    • [Fix] - Fixed issue in Google Pay when the product price is inclusive of tax

    • [Fix] - Send the amount including tax to Google Pay when the tax setting is inclusive of tax

    • [Fix] - Process charge and intent webhook events based on the payment methods to prevent processing twice

    • [Fix] - Store site URL which was added to the license data at the activation time to avoid the issue when license check API requests contain a different URL other than the original one when the site is multilingual.[Add] - Added a filter to alter the position of the payment request button

    • [Add] - Added filter to alter the stripe fee structure saved in the database

    • [Tweak] - Save stripe fee for Stripe checkout payments

    • [Tweak] - Added custom event trigger to alter the card element style

    • [Improvement] -  Code optimization

    • [Improvement] - Added filter \'wt_checkout_cancel\' to determine whether to update the abandoned order status to canceled or keep it in pending payment.

    • [Compatibility] - HPOS compatibility

v3.4.9 - Released on 20 March 2023

    • [Fix] - Prevent duplicate emails triggered by webhook events

    • [Fix] - Fixed issue in Affirm and Afterpay Payment method when shipping is disabled in WooCommerce settings

    • [Improvement] - Link payments to the existing Stripe customer if payment is made by the same WC customer.

    • [Improvement] - Change order status to cancelled when the payment is abandoned from the Stripe checkout page

    • [Improvement] - Update order status to refunded when refund is initiated from the Stripe dashboard

    • [compatibility] - Made webhook events compatible with Stripe version 2022-11-15

v3.4.8 - Released on 18 January 2023

    • [Add] - Subscription support in BACS

    • [Add] - Subscription support in iDEAL

    • [Add] - Subscription support in Bancontact

    • [Add] - Subscription support in Sofort

    • [Add] - All eligible payment method support in Stripe checkout

    • [Add] - Link payment request button integrated

    • [Add] - New option to alter the position of the G-Pay button in the product, cart, and checkout pages

    • [Add] - wt_stripe_alter_payment_request_params Hook to alter the order breakdown details such as tax, shipping method, etc before sending to Stripe payment request button

    • [Tweak] - Pass chosen shipping method name to Stripe checkout

    • [Fix] - 3DS payment issue

v3.4.7 - Released on 30 November 2022

    • [Enhancement] - Add a custom event that triggers when a Stripe error occurs

    • [Enhancement] - Updated Stripe PHP SDK

    • [Add] - Added hook to alter the customer request

    • [Add] - Added hook to alter the position of G Pay

    • [Tweak] - Updated supported currencies of AfterPay

    • [Tweak] - Display both first name and last name for each payment on the Stripe dashboard

    • [Fix] - Fixed Bancontact payment issue

    • [Fix] - Fixed invalid URL error from Stripe when the URL contains non-ASCII characters

    • [Fix] - Fixed incompatibility of API calls from the JS side with Stripe version 2022-08-01

    • [Fix] - Hide the Link payment request button when enabling G Pay

    • [Fix] - Removed alert messages while payment using Boleto

    • [Compatibility] - with WooCommerce 7.0.1

    • [Compatibility] - with WordPress 6.1.1

v3.4.6 - Released on 29 September 2022

    • [Enhancement] - Compatibility with Stripe API version 2022-08-01

    • [Add] Integrated Affirm payment method

    • [Fix] - Resolved Klarna payment failure via webhook

    • [Enhancement] - Enhanced QR code display for WeChat

    • [Tweak] - Updated supported languages by Stripe checkout

    • [Tweak] - Multibanco payment gateway icon added

    • [Tweak] - Added hook to alter  SEPA mandate

    • [Tweak] - Updated german translation

    • [Tweak] - Added gateway type for payment request buttons to distinguish them

    • [Compatibility] - with WooCommerce 6.9.4

v3.4.5 - Released on 8 August 2022

    • [Add] - Added subscription support using Stripe Checkout

    • [Add] - Added Croatian language support for Stripe Checkout

    • [Tweak] - Updated German translations

    • [Tweak] - Updated French translations

    • [Tweak] - Added Multibanco payment gateway icon

    • [Enhancement] - Removed postal code validation for payments via payment request buttons as the payment shipping address event handler does not return the full postal code for a few countries

    • [Fix] - Resolved shipping fee calculation issue when shipping amount is inclusive of tax

    • [Fix] - Prevent duplicate order note generated from webhook response

    • [Compatibility] - WooCommerce 6.7.0

    • [Compatibility] - Added compatibility with shipping method added by WooCommerce Shipping Per Product v2 plugin for GPay

v3.4.4 - Released on 16 June 2022

    • [Improvement] - Added option which enable the customer to enter address details on Stripe hosted page for Stripe checkout

    • [Tweak] - Added hook to alter the discount value send to stripe checkout

    • [Tweak] - Added hook to alter the title of fee, tax etc send to stripe checkout

    • [Compatibility] - WooCommerce 6.5.1

    • [Compatibility] - WordPress 6.0

v3.4.3 - Released on 29 April 2022

    • [Improvement] - Send line items to Stripe Checkout

    • [Enhancement] - Added source chargeable WebHook event for Klarna payment method

    • [Enhancement] - Display Klarna checkout page in-store locale

    • [Fix] - G Pay/Apple Pay not displayed when Stripe credit/debit card option is disabled

    • [Fix] - Unknown card brand issue while payment via saved cards

    • [Compatibility] -WooCommerce 6.4.1

    • [Compatibility] - WordPress 5.9.3

v3.4.2

    • [Add] - Integrated BECS, Bacs, Boleto, FPX, Grabpay, OXXO, Multibanco, Bancontact, EPS, P24 and Giropay.

    • [Tweak] - Added Slovak and Slovenia locale for stripe checkout

    • [Compatibility] - WooCommerce 6.1.1

    • [Compatibility] - WordPress 5.9

v3.4.1

    • [Fix] - Resolved deprecated function PHP warnings

v3.4.0

    • [Enhancement] - Pass customer name to stripe customer API

    • [Tweak] - Added supported currencies list in settings page

    • [Add] - Display stripe fee in order edit page

    • [Add] - Integration changes to cope with stripe partner program

    • [Fix] - Resolved subscription renewal order remains in pending status

v3.3.9

    • [Add] - Sofort Pay integration

    • [Add] - iDEAL Pay integration

    • [Compatibility] - with WooCommerce 5.9.0

    • [Compatibility] - with WordPress 5.8.2

v3.3.8

    • [Compatibility] - with WooCommerce 5.7.1

    • [Compatibility] - with WordPress 5.8.1

    • [Tweak] - Local Gateways tab in settings page

    • [Add] - WeChat Pay integration

    • [Add] - Afterpay/Clearpay integration

    • [Add] - Save cards feature integration

v3.3.7

    • [Compatibility] - with WooCommerce 5.6.0

    • [Enhancement] - Webhook event handler for all applicable gateways

    • [Add] - Review seeking banner

    • [Add] - Translation addition

    • [Tweak] - Webhook description changes

v3.3.6

    • [Add] - Klarna integration.

    • [Fix] - Resolved duplicate transaction in stripe overview page for subscription renewal orders.

    • [Enhancement] - Improved SEPA webhook description

v3.3.5

    • [Compatibility] - WooCommerce 5.5.2 and WordPress 5.8 compatible

    • [Fix] - Resolved subscription double charging

    • [Fix] - Alipay payment failure fixed

    • [Fix] - Resolved PHP warnings in PHP version 8

    • [Fix] - Sequential order number not displayed in stripe overview page

    • [Enhancement] - SEPA icon added, web hook description changed.

v3.3.4

    • [Add] Integrated SEPA Pay

    • [Compatibility] WooCommerce 5.4.1

v3.3.3

    • [Compatibility] WooCommerce 5.2.2 and WordPress 5.7 compatible

    • [Enhancement] UI changes and content updates.

    • [Tweak] Filter “eh_stripe_payment_intent_args”  added for altering payment intent params.

    • [Add] CNY currency support for Alipay.

v3.3.1

    • Subscription support for Apple pay

    • [Fix] - Error handling during subscription renewal

    • [Fix] - Idempotency key added to avoid duplicate orders

    • [Improvement]- Added filter \'eh_show_stripe_checkout_icon\' to show Stripe Checkout icon

    • [Compatibility] WordPress 5.6

    • [Compatibility] WooCommerce 4.9.2

v3.3.0

    • [Improvement] - Implemented inline form

    • [Improvement] - Sending billing address to stripe

    • [Improvement] - Implemented apple pay in the product page

    • [Improvement] - Added user account creation when guest checkout is not allowed, for apple pay payment

    • [Improvement] - Passing product image to stripe checkout

    • [Improvement] - Language support for stripe checkout landing page

    • [Fix] - Changed order creation workflow of Stripe Checkout for fixing checkout validation issues

    • Tested OK with WC 4.5.0

    • Tested OK with WP 5.5.1

v3.2.9

    • Google Pay - Payment request button integration

    • Tested OK with WP 5.4

v3.2.8

    • Security improvements

    • UI Improvements Restricted card, ApplePay

    • [Fix] Mandatory field validation issue

    • Tested OK with WC 4.0.1

v3.2.7

    • Improvements to Stripe overview page

    • Tested ok with WP 5.3.2 and WC 3.9.2

v3.2.6

    • New payment gateway for \'stripe checkout\'

    • [Bug fix] Apple pay button doesn\'t show when discount coupon is applied

    • [Bug fix] Show customer email on stripe dashboard when payment processed via stripe

    • Tested ok with WP 5.3.2 WC 3.8.1

v3.2.5

    • [Bug fix] Related to Card restriction

    • [Bug fix] Positioning of Apple pay in checkout page

    • [Bug fix] Multiple sidebar menu for Stripe overview

    • Tested ok with WP 5.2.4 WC 3.7.1

v3.2.4

    • [Bug fix] Support payment for Vietnamese dong (VND) currency

    • [Bug fix] Issue with subscription renewal for existing subscriptions - w.r.t SCA compliance

v3.2.3

    • SCA Ready

    • Removed the Modal Checkout option – in lieu of SCA compliance

    • Updated Alipay Payment method into single step

    • Optimised code for Alipay and ApplePay

    • SCA compatibility for subscription payments(Subscriptions for WooCommerce, WooCommerce Subscriptions)

    • Tested OK with WP 5.2.3, WC 3.7.0

v3.2.2

    • Bug fix - ApplePay customer checkout

    • Support for 0 totals in orders(trial purchase, discounted purchase etc)

    • Tested ok with WP 5.2.2 and WC 3.6.5

v3.2.1

    • Tested ok with WP 5.1.1 and WC 3.5.7

v3.2.0

    • Included option for Stripe inline checkout form

    • Tested ok with WC 3.5.2

v3.1.9

    • Tested ok with WP 4.9.8 and WC 3.4.5

    • Migration related updates

v3.1.7

    • Tested ok with WP4.9.6 and WC3.4.0

    • Warning fixed if the log file does not exist in the wc_log folder

v3.1.6

    • Google Finance API change for currency converter

    • Tested ok with 3.3.4

v3.1.5

    • Tested ok with 3.3.3

    • Filter for show/hide zipcode on srtipe cerdit card pop

v3.1.4

    • Fixed metadata count issue with Stripe gateway

    • Fixed refund issue with Bitcoin

v3.1.3

    • Tested OK with WC 3.2.5 and WP 4.9= 3.1.3 =

    • Tested OK with WC 3.2.5 and WP 4.9

v3.1.2

    • Code fix for illegal offset error

v3.1.1

    • Stripe console error

    • Fixed error of stripe and Alipay not working when Apple Pay is activated.

    • Fixed : After capture in Stripe Overview page, refund not showing.

    • Fixed : In transaction details, after refund, not showing fully refunded.

v3.1.0

    • Alipay Support with Chinese Yuan.

v3.0.6

    • Alipay Support with the latest version.

v3.0.5

    • Stripe Product Details Request Separated.

v3.0.4

    • Product Details will be sent to Stripe as Meta.

v3.0.3

    • Notices Fix.

v3.0.2

    • Apple Pay Button Fix

v3.0.1

    • Apple Pay CSS Fixed.

v3.0.0

    • Apple Pay with dynamic Rates and Shipping.

  == Upgrade Notice ==

    • [Fix] – Fixed issue in webhook events which updated order meta
    • [Fix] –  Fixed a query issue for MariaDB
v3.6.1 - Released on 07 September 2023

    • [Fix] - Fixed capture payment issue in Klarna
v3.6.0 - Released on 31 August 2023

    • [Improvement] - Integrated Klarna using payment intent API instead of charge API

v3.5.0 - Released on 2 August 2023

    • [Fix] - Fixed issue while accessing order properties directly

    • [Fix] - Fixed issue in Google Pay when the product price is inclusive of tax

    • [Fix] - Send the amount including tax to Google Pay when the tax setting is inclusive of tax

    • [Fix] - Process charge and intent webhook events based on the payment methods to prevent processing twice

    • [Fix] - Store site URL which was added to the license data at the activation time to avoid the issue when license check API requests contain a different URL other than the original one when the site is multilingual.[Add] - Added a filter to alter the position of the payment request button

    • [Add] - Added filter to alter the stripe fee structure saved in the database

    • [Tweak] - Save stripe fee for Stripe checkout payments

    • [Tweak] - Added custom event trigger to alter the card element style

    • [Improvement] -  Code optimization

    • [Improvement] - Added filter \'wt_checkout_cancel\' to determine whether to update the abandoned order status to canceled or keep it in pending payment.

    • [Compatibility] - HPOS compatibility

v3.4.9 - Released on 20 March 2023

    • [Fix] - Prevent duplicate emails triggered by webhook events

    • [Fix] - Fixed issue in Affirm and Afterpay Payment method when shipping is disabled in WooCommerce settings

    • [Improvement] - Link payments to the existing Stripe customer if payment is made by the same WC customer.

    • [Improvement] - Change order status to cancelled when the payment is abandoned from the Stripe checkout page

    • [Improvement] - Update order status to refunded when refund is initiated from the Stripe dashboard

    • [compatibility] - Made webhook events compatible with Stripe version 2022-11-15

v3.4.8 - Released on 18 January 2023

    • [Add] - Subscription support in BACS

    • [Add] - Subscription support in iDEAL

    • [Add] - Subscription support in Bancontact

    • [Add] - Subscription support in Sofort

    • [Add] - All eligible payment method support in Stripe checkout

    • [Add] - Link payment request button integrated

    • [Add] - New option to alter the position of the G-Pay button in the product, cart, and checkout pages

    • [Add] - wt_stripe_alter_payment_request_params Hook to alter the order breakdown details such as tax, shipping method, etc before sending to Stripe payment request button

    • [Tweak] - Pass chosen shipping method name to Stripe checkout

    • [Fix] - 3DS payment issue

v3.4.7 - Released on 30 November 2022

    • [Enhancement] - Add a custom event that triggers when a Stripe error occurs

    • [Enhancement] - Updated Stripe PHP SDK

    • [Add] - Added hook to alter the customer request

    • [Add] - Added hook to alter the position of G Pay

    • [Tweak] - Updated supported currencies of AfterPay

    • [Tweak] - Display both first name and last name for each payment on the Stripe dashboard

    • [Fix] - Fixed Bancontact payment issue

    • [Fix] - Fixed invalid URL error from Stripe when the URL contains non-ASCII characters

    • [Fix] - Fixed incompatibility of API calls from the JS side with Stripe version 2022-08-01

    • [Fix] - Hide the Link payment request button when enabling G Pay

    • [Fix] - Removed alert messages while payment using Boleto

    • [Compatibility] - with WooCommerce 7.0.1

    • [Compatibility] - with WordPress 6.1.1

v3.4.6 - Released on 29 September 2022

    • [Enhancement] - Compatibility with Stripe API version 2022-08-01

    • [Add] Integrated Affirm payment method

    • [Fix] - Resolved Klarna payment failure via webhook

    • [Enhancement] - Enhanced QR code display for WeChat

    • [Tweak] - Updated supported languages by Stripe checkout

    • [Tweak] - Multibanco payment gateway icon added

    • [Tweak] - Added hook to alter  SEPA mandate

    • [Tweak] - Updated german translation

    • [Tweak] - Added gateway type for payment request buttons to distinguish them

    • [Compatibility] - with WooCommerce 6.9.4

v3.4.5 - Released on 8 August 2022

    • [Add] - Added subscription support using Stripe Checkout

    • [Add] - Added Croatian language support for Stripe Checkout

    • [Tweak] - Updated German translations

    • [Tweak] - Updated French translations

    • [Tweak] - Added Multibanco payment gateway icon

    • [Enhancement] - Removed postal code validation for payments via payment request buttons as the payment shipping address event handler does not return the full postal code for a few countries

    • [Fix] - Resolved shipping fee calculation issue when shipping amount is inclusive of tax

    • [Fix] - Prevent duplicate order note generated from webhook response

    • [Compatibility] - WooCommerce 6.7.0

    • [Compatibility] - Added compatibility with shipping method added by WooCommerce Shipping Per Product v2 plugin for GPay

v3.4.4 - Released on 16 June 2022

    • [Improvement] - Added option which enable the customer to enter address details on Stripe hosted page for Stripe checkout

    • [Tweak] - Added hook to alter the discount value send to stripe checkout

    • [Tweak] - Added hook to alter the title of fee, tax etc send to stripe checkout

    • [Compatibility] - WooCommerce 6.5.1

    • [Compatibility] - WordPress 6.0

v3.4.3 - Released on 29 April 2022

    • [Improvement] - Send line items to Stripe Checkout

    • [Enhancement] - Added source chargeable WebHook event for Klarna payment method

    • [Enhancement] - Display Klarna checkout page in-store locale

    • [Fix] - G Pay/Apple Pay not displayed when Stripe credit/debit card option is disabled

    • [Fix] - Unknown card brand issue while payment via saved cards

    • [Compatibility] -WooCommerce 6.4.1

    • [Compatibility] - WordPress 5.9.3

v3.4.2

    • [Add] - Integrated BECS, Bacs, Boleto, FPX, Grabpay, OXXO, Multibanco, Bancontact, EPS, P24 and Giropay.

    • [Tweak] - Added Slovak and Slovenia locale for stripe checkout

    • [Compatibility] - WooCommerce 6.1.1

    • [Compatibility] - WordPress 5.9

v3.4.1

    • [Fix] - Resolved deprecated function PHP warnings

v3.4.0

    • [Enhancement] - Pass customer name to stripe customer API

    • [Tweak] - Added supported currencies list in settings page

    • [Add] - Display stripe fee in order edit page

    • [Add] - Integration changes to cope with stripe partner program

    • [Fix] - Resolved subscription renewal order remains in pending status

v3.3.9

    • [Add] - Sofort Pay integration

    • [Add] - iDEAL Pay integration

    • [Compatibility] - with WooCommerce 5.9.0

    • [Compatibility] - with WordPress 5.8.2

v3.3.8

    • [Compatibility] - with WooCommerce 5.7.1

    • [Compatibility] - with WordPress 5.8.1

    • [Tweak] - Local Gateways tab in settings page

    • [Add] - WeChat Pay integration

    • [Add] - Afterpay/Clearpay integration

    • [Add] - Save cards feature integration

v3.3.7

    • [Compatibility] - with WooCommerce 5.6.0

    • [Enhancement] - Webhook event handler for all applicable gateways

    • [Add] - Review seeking banner

    • [Add] - Translation addition

    • [Tweak] - Webhook description changes

v3.3.6

    • [Add] - Klarna integration.

    • [Fix] - Resolved duplicate transaction in stripe overview page for subscription renewal orders.

    • [Enhancement] - Improved SEPA webhook description

v3.3.5

    • [Compatibility] - WooCommerce 5.5.2 and WordPress 5.8 compatible

    • [Fix] - Resolved subscription double charging

    • [Fix] - Alipay payment failure fixed

    • [Fix] - Resolved PHP warnings in PHP version 8

    • [Fix] - Sequential order number not displayed in stripe overview page

    • [Enhancement] - SEPA icon added, web hook description changed.

v3.3.4

    • [Add] Integrated SEPA Pay

    • [Compatibility] WooCommerce 5.4.1

v3.3.3

    • [Compatibility] WooCommerce 5.2.2 and WordPress 5.7 compatible

    • [Enhancement] UI changes and content updates.

    • [Tweak] Filter “eh_stripe_payment_intent_args”  added for altering payment intent params.

    • [Add] CNY currency support for Alipay.

v3.3.1

    • Subscription support for Apple pay

    • [Fix] - Error handling during subscription renewal

    • [Fix] - Idempotency key added to avoid duplicate orders

    • [Improvement]- Added filter \'eh_show_stripe_checkout_icon\' to show Stripe Checkout icon

    • [Compatibility] WordPress 5.6

    • [Compatibility] WooCommerce 4.9.2

v3.3.0

    • [Improvement] - Implemented inline form

    • [Improvement] - Sending billing address to stripe

    • [Improvement] - Implemented apple pay in the product page

    • [Improvement] - Added user account creation when guest checkout is not allowed, for apple pay payment

    • [Improvement] - Passing product image to stripe checkout

    • [Improvement] - Language support for stripe checkout landing page

    • [Fix] - Changed order creation workflow of Stripe Checkout for fixing checkout validation issues

    • Tested OK with WC 4.5.0

    • Tested OK with WP 5.5.1

v3.2.9

    • Google Pay - Payment request button integration

    • Tested OK with WP 5.4

v3.2.8

    • Security improvements

    • UI Improvements Restricted card, ApplePay

    • [Fix] Mandatory field validation issue

    • Tested OK with WC 4.0.1

v3.2.7

    • Improvements to Stripe overview page

    • Tested ok with WP 5.3.2 and WC 3.9.2

v3.2.6

    • New payment gateway for \'stripe checkout\'

    • [Bug fix] Apple pay button doesn\'t show when discount coupon is applied

    • [Bug fix] Show customer email on stripe dashboard when payment processed via stripe

    • Tested ok with WP 5.3.2 WC 3.8.1

v3.2.5

    • [Bug fix] Related to Card restriction

    • [Bug fix] Positioning of Apple pay in checkout page

    • [Bug fix] Multiple sidebar menu for Stripe overview

    • Tested ok with WP 5.2.4 WC 3.7.1

v3.2.4

    • [Bug fix] Support payment for Vietnamese dong (VND) currency

    • [Bug fix] Issue with subscription renewal for existing subscriptions - w.r.t SCA compliance

v3.2.3

    • SCA Ready

    • Removed the Modal Checkout option – in lieu of SCA compliance

    • Updated Alipay Payment method into single step

    • Optimised code for Alipay and ApplePay

    • SCA compatibility for subscription payments(Subscriptions for WooCommerce, WooCommerce Subscriptions)

    • Tested OK with WP 5.2.3, WC 3.7.0

v3.2.2

    • Bug fix - ApplePay customer checkout

    • Support for 0 totals in orders(trial purchase, discounted purchase etc)

    • Tested ok with WP 5.2.2 and WC 3.6.5

v3.2.1

    • Tested ok with WP 5.1.1 and WC 3.5.7

v3.2.0

    • Included option for Stripe inline checkout form

    • Tested ok with WC 3.5.2

v3.1.9

    • Tested ok with WP 4.9.8 and WC 3.4.5

    • Migration related updates

v3.1.7

    • Tested ok with WP4.9.6 and WC3.4.0

    • Warning fixed if the log file does not exist in the wc_log folder

v3.1.6

    • Google Finance API change for currency converter

    • Tested ok with 3.3.4

v3.1.5

    • Tested ok with 3.3.3

    • Filter for show/hide zipcode on srtipe cerdit card pop

v3.1.4

    • Fixed metadata count issue with Stripe gateway

    • Fixed refund issue with Bitcoin

v3.1.3

    • Tested OK with WC 3.2.5 and WP 4.9= 3.1.3 =

    • Tested OK with WC 3.2.5 and WP 4.9

v3.1.2

    • Code fix for illegal offset error

v3.1.1

    • Stripe console error

    • Fixed error of stripe and Alipay not working when Apple Pay is activated.

    • Fixed : After capture in Stripe Overview page, refund not showing.

    • Fixed : In transaction details, after refund, not showing fully refunded.

v3.1.0

    • Alipay Support with Chinese Yuan.

v3.0.6

    • Alipay Support with the latest version.

v3.0.5

    • Stripe Product Details Request Separated.

v3.0.4

    • Product Details will be sent to Stripe as Meta.

v3.0.3

    • Notices Fix.

v3.0.2

    • Apple Pay Button Fix

v3.0.1

    • Apple Pay CSS Fixed.

v3.0.0

    • Apple Pay with dynamic Rates and Shipping.

  == Upgrade Notice ==

    • [Tweak] – Remove close button on the WeChat Pay QR code.
    • [Improvement] – Migrate charge APIs to payment intent
    • [Compatibility] -Tested OK with PHP 8.2
    • [Compatibility] -Tested OK with WooCommerce 8.4.0
v3.6.2 – Released on 02 October 2023

    • [Fix] – Fixed issue in webhook events which updated order meta
    • [Fix] –  Fixed a query issue for MariaDB
v3.6.1 - Released on 07 September 2023

    • [Fix] - Fixed capture payment issue in Klarna
v3.6.0 - Released on 31 August 2023

    • [Improvement] - Integrated Klarna using payment intent API instead of charge API

v3.5.0 - Released on 2 August 2023

    • [Fix] - Fixed issue while accessing order properties directly

    • [Fix] - Fixed issue in Google Pay when the product price is inclusive of tax

    • [Fix] - Send the amount including tax to Google Pay when the tax setting is inclusive of tax

    • [Fix] - Process charge and intent webhook events based on the payment methods to prevent processing twice

    • [Fix] - Store site URL which was added to the license data at the activation time to avoid the issue when license check API requests contain a different URL other than the original one when the site is multilingual.[Add] - Added a filter to alter the position of the payment request button

    • [Add] - Added filter to alter the stripe fee structure saved in the database

    • [Tweak] - Save stripe fee for Stripe checkout payments

    • [Tweak] - Added custom event trigger to alter the card element style

    • [Improvement] -  Code optimization

    • [Improvement] - Added filter \'wt_checkout_cancel\' to determine whether to update the abandoned order status to canceled or keep it in pending payment.

    • [Compatibility] - HPOS compatibility

v3.4.9 - Released on 20 March 2023

    • [Fix] - Prevent duplicate emails triggered by webhook events

    • [Fix] - Fixed issue in Affirm and Afterpay Payment method when shipping is disabled in WooCommerce settings

    • [Improvement] - Link payments to the existing Stripe customer if payment is made by the same WC customer.

    • [Improvement] - Change order status to cancelled when the payment is abandoned from the Stripe checkout page

    • [Improvement] - Update order status to refunded when refund is initiated from the Stripe dashboard

    • [compatibility] - Made webhook events compatible with Stripe version 2022-11-15

v3.4.8 - Released on 18 January 2023

    • [Add] - Subscription support in BACS

    • [Add] - Subscription support in iDEAL

    • [Add] - Subscription support in Bancontact

    • [Add] - Subscription support in Sofort

    • [Add] - All eligible payment method support in Stripe checkout

    • [Add] - Link payment request button integrated

    • [Add] - New option to alter the position of the G-Pay button in the product, cart, and checkout pages

    • [Add] - wt_stripe_alter_payment_request_params Hook to alter the order breakdown details such as tax, shipping method, etc before sending to Stripe payment request button

    • [Tweak] - Pass chosen shipping method name to Stripe checkout

    • [Fix] - 3DS payment issue

v3.4.7 - Released on 30 November 2022

    • [Enhancement] - Add a custom event that triggers when a Stripe error occurs

    • [Enhancement] - Updated Stripe PHP SDK

    • [Add] - Added hook to alter the customer request

    • [Add] - Added hook to alter the position of G Pay

    • [Tweak] - Updated supported currencies of AfterPay

    • [Tweak] - Display both first name and last name for each payment on the Stripe dashboard

    • [Fix] - Fixed Bancontact payment issue

    • [Fix] - Fixed invalid URL error from Stripe when the URL contains non-ASCII characters

    • [Fix] - Fixed incompatibility of API calls from the JS side with Stripe version 2022-08-01

    • [Fix] - Hide the Link payment request button when enabling G Pay

    • [Fix] - Removed alert messages while payment using Boleto

    • [Compatibility] - with WooCommerce 7.0.1

    • [Compatibility] - with WordPress 6.1.1

v3.4.6 - Released on 29 September 2022

    • [Enhancement] - Compatibility with Stripe API version 2022-08-01

    • [Add] Integrated Affirm payment method

    • [Fix] - Resolved Klarna payment failure via webhook

    • [Enhancement] - Enhanced QR code display for WeChat

    • [Tweak] - Updated supported languages by Stripe checkout

    • [Tweak] - Multibanco payment gateway icon added

    • [Tweak] - Added hook to alter  SEPA mandate

    • [Tweak] - Updated german translation

    • [Tweak] - Added gateway type for payment request buttons to distinguish them

    • [Compatibility] - with WooCommerce 6.9.4

v3.4.5 - Released on 8 August 2022

    • [Add] - Added subscription support using Stripe Checkout

    • [Add] - Added Croatian language support for Stripe Checkout

    • [Tweak] - Updated German translations

    • [Tweak] - Updated French translations

    • [Tweak] - Added Multibanco payment gateway icon

    • [Enhancement] - Removed postal code validation for payments via payment request buttons as the payment shipping address event handler does not return the full postal code for a few countries

    • [Fix] - Resolved shipping fee calculation issue when shipping amount is inclusive of tax

    • [Fix] - Prevent duplicate order note generated from webhook response

    • [Compatibility] - WooCommerce 6.7.0

    • [Compatibility] - Added compatibility with shipping method added by WooCommerce Shipping Per Product v2 plugin for GPay

v3.4.4 - Released on 16 June 2022

    • [Improvement] - Added option which enable the customer to enter address details on Stripe hosted page for Stripe checkout

    • [Tweak] - Added hook to alter the discount value send to stripe checkout

    • [Tweak] - Added hook to alter the title of fee, tax etc send to stripe checkout

    • [Compatibility] - WooCommerce 6.5.1

    • [Compatibility] - WordPress 6.0

v3.4.3 - Released on 29 April 2022

    • [Improvement] - Send line items to Stripe Checkout

    • [Enhancement] - Added source chargeable WebHook event for Klarna payment method

    • [Enhancement] - Display Klarna checkout page in-store locale

    • [Fix] - G Pay/Apple Pay not displayed when Stripe credit/debit card option is disabled

    • [Fix] - Unknown card brand issue while payment via saved cards

    • [Compatibility] -WooCommerce 6.4.1

    • [Compatibility] - WordPress 5.9.3

v3.4.2

    • [Add] - Integrated BECS, Bacs, Boleto, FPX, Grabpay, OXXO, Multibanco, Bancontact, EPS, P24 and Giropay.

    • [Tweak] - Added Slovak and Slovenia locale for stripe checkout

    • [Compatibility] - WooCommerce 6.1.1

    • [Compatibility] - WordPress 5.9

v3.4.1

    • [Fix] - Resolved deprecated function PHP warnings

v3.4.0

    • [Enhancement] - Pass customer name to stripe customer API

    • [Tweak] - Added supported currencies list in settings page

    • [Add] - Display stripe fee in order edit page

    • [Add] - Integration changes to cope with stripe partner program

    • [Fix] - Resolved subscription renewal order remains in pending status

v3.3.9

    • [Add] - Sofort Pay integration

    • [Add] - iDEAL Pay integration

    • [Compatibility] - with WooCommerce 5.9.0

    • [Compatibility] - with WordPress 5.8.2

v3.3.8

    • [Compatibility] - with WooCommerce 5.7.1

    • [Compatibility] - with WordPress 5.8.1

    • [Tweak] - Local Gateways tab in settings page

    • [Add] - WeChat Pay integration

    • [Add] - Afterpay/Clearpay integration

    • [Add] - Save cards feature integration

v3.3.7

    • [Compatibility] - with WooCommerce 5.6.0

    • [Enhancement] - Webhook event handler for all applicable gateways

    • [Add] - Review seeking banner

    • [Add] - Translation addition

    • [Tweak] - Webhook description changes

v3.3.6

    • [Add] - Klarna integration.

    • [Fix] - Resolved duplicate transaction in stripe overview page for subscription renewal orders.

    • [Enhancement] - Improved SEPA webhook description

v3.3.5

    • [Compatibility] - WooCommerce 5.5.2 and WordPress 5.8 compatible

    • [Fix] - Resolved subscription double charging

    • [Fix] - Alipay payment failure fixed

    • [Fix] - Resolved PHP warnings in PHP version 8

    • [Fix] - Sequential order number not displayed in stripe overview page

    • [Enhancement] - SEPA icon added, web hook description changed.

v3.3.4

    • [Add] Integrated SEPA Pay

    • [Compatibility] WooCommerce 5.4.1

v3.3.3

    • [Compatibility] WooCommerce 5.2.2 and WordPress 5.7 compatible

    • [Enhancement] UI changes and content updates.

    • [Tweak] Filter “eh_stripe_payment_intent_args”  added for altering payment intent params.

    • [Add] CNY currency support for Alipay.

v3.3.1

    • Subscription support for Apple pay

    • [Fix] - Error handling during subscription renewal

    • [Fix] - Idempotency key added to avoid duplicate orders

    • [Improvement]- Added filter \'eh_show_stripe_checkout_icon\' to show Stripe Checkout icon

    • [Compatibility] WordPress 5.6

    • [Compatibility] WooCommerce 4.9.2

v3.3.0

    • [Improvement] - Implemented inline form

    • [Improvement] - Sending billing address to stripe

    • [Improvement] - Implemented apple pay in the product page

    • [Improvement] - Added user account creation when guest checkout is not allowed, for apple pay payment

    • [Improvement] - Passing product image to stripe checkout

    • [Improvement] - Language support for stripe checkout landing page

    • [Fix] - Changed order creation workflow of Stripe Checkout for fixing checkout validation issues

    • Tested OK with WC 4.5.0

    • Tested OK with WP 5.5.1

v3.2.9

    • Google Pay - Payment request button integration

    • Tested OK with WP 5.4

v3.2.8

    • Security improvements

    • UI Improvements Restricted card, ApplePay

    • [Fix] Mandatory field validation issue

    • Tested OK with WC 4.0.1

v3.2.7

    • Improvements to Stripe overview page

    • Tested ok with WP 5.3.2 and WC 3.9.2

v3.2.6

    • New payment gateway for \'stripe checkout\'

    • [Bug fix] Apple pay button doesn\'t show when discount coupon is applied

    • [Bug fix] Show customer email on stripe dashboard when payment processed via stripe

    • Tested ok with WP 5.3.2 WC 3.8.1

v3.2.5

    • [Bug fix] Related to Card restriction

    • [Bug fix] Positioning of Apple pay in checkout page

    • [Bug fix] Multiple sidebar menu for Stripe overview

    • Tested ok with WP 5.2.4 WC 3.7.1

v3.2.4

    • [Bug fix] Support payment for Vietnamese dong (VND) currency

    • [Bug fix] Issue with subscription renewal for existing subscriptions - w.r.t SCA compliance

v3.2.3

    • SCA Ready

    • Removed the Modal Checkout option – in lieu of SCA compliance

    • Updated Alipay Payment method into single step

    • Optimised code for Alipay and ApplePay

    • SCA compatibility for subscription payments(Subscriptions for WooCommerce, WooCommerce Subscriptions)

    • Tested OK with WP 5.2.3, WC 3.7.0

v3.2.2

    • Bug fix - ApplePay customer checkout

    • Support for 0 totals in orders(trial purchase, discounted purchase etc)

    • Tested ok with WP 5.2.2 and WC 3.6.5

v3.2.1

    • Tested ok with WP 5.1.1 and WC 3.5.7

v3.2.0

    • Included option for Stripe inline checkout form

    • Tested ok with WC 3.5.2

v3.1.9

    • Tested ok with WP 4.9.8 and WC 3.4.5

    • Migration related updates

v3.1.7

    • Tested ok with WP4.9.6 and WC3.4.0

    • Warning fixed if the log file does not exist in the wc_log folder

v3.1.6

    • Google Finance API change for currency converter

    • Tested ok with 3.3.4

v3.1.5

    • Tested ok with 3.3.3

    • Filter for show/hide zipcode on srtipe cerdit card pop

v3.1.4

    • Fixed metadata count issue with Stripe gateway

    • Fixed refund issue with Bitcoin

v3.1.3

    • Tested OK with WC 3.2.5 and WP 4.9= 3.1.3 =

    • Tested OK with WC 3.2.5 and WP 4.9

v3.1.2

    • Code fix for illegal offset error

v3.1.1

    • Stripe console error

    • Fixed error of stripe and Alipay not working when Apple Pay is activated.

    • Fixed : After capture in Stripe Overview page, refund not showing.

    • Fixed : In transaction details, after refund, not showing fully refunded.

v3.1.0

    • Alipay Support with Chinese Yuan.

v3.0.6

    • Alipay Support with the latest version.

v3.0.5

    • Stripe Product Details Request Separated.

v3.0.4

    • Product Details will be sent to Stripe as Meta.

v3.0.3

    • Notices Fix.

v3.0.2

    • Apple Pay Button Fix

v3.0.1

    • Apple Pay CSS Fixed.

v3.0.0

    • Apple Pay with dynamic Rates and Shipping.

  == Upgrade Notice ==