WooCommerce Stripe Gateway

WooCommerce Stripe Gateway v9.5.1

No permission to download
Decryption key:


  • Fix - Add a fetch cooldown to the payment method configuration retrieval endpoint to prevent excessive requests.
  • Fix - Prevent further Stripe API calls if API keys are invalid (401 response).
  • Fix - Stop checking for detached subscriptions for admin users, as it was slowing down wp-admin.
  • Fix - Fix fatal error when checking for a payment method availability using a specific order ID.
Decryption key:


* Add - New filter to allow merchants to bypass the default visibility of the express payment method buttons when taxes are based on customer's billing address (`wc_stripe_should_hide_express_checkout_button_based_on_tax_setup`).
* Dev - Improves Smart Checkout code with shared and new methods, on both front and backend.
* Fix - Fixes the saving of payment methods when Smart Checkout is enabled.
* Tweak - Correctly handles the display of payment method instructions when Smart Checkout is enabled.
* Dev - Do not generate filenames with underscores.
* Fix - Fixes the Stripe checkout container visuals when Smart Checkout is disabled.
* Dev - Replaces references to order status values with their respective constants from the WooCommerce plugin.
* Tweak - Updates the Smart Checkout (classic/shortcode checkout version) to make all the payment methods look as similar as possible to any other WooCommerce payment method.
* Tweak - Updates the Smart Checkout (block checkout version) to make all the payment methods look as similar as possible to any other WooCommerce payment method.
* Fix - Improves the subscriptions detached admin notice, making it less intrusive and limiting the querying to 5 subscriptions (avoiding slow loading times).
* Dev - Introduces new payment method constants for the express methods: Google Pay, Apple Pay, Link, and Amazon Pay (backend version).
* Dev - Introduces a new Stripe Order class to wrap Stripe-specific logic and data on the backend.
* Dev - Improves how we handle express payment method titles by introducing new constants and methods to replace duplicate code.
* Fix - Fixes an issue where the order signature retrieval method could throw a fatal error when the received order parameter is actually an OrderRefund object (instead of a WC_Order).
* Fix - Fixes a possible fatal error when a product added to the cart cannot be found (with Payment Request Buttons).
* Add - Add Amazon Pay payment method class.
* Add - Implements the Single Payment Element feature for the new checkout experience on the classic/shortcode checkout page.
* Tweak - Record a Tracks event when enabling/disabling SPE
* Tweak - Updates the Single Payment Element setting copy. Now it is labeled "Smart Checkout".
* Update - Enable/disable Amazon Pay by adding/removing it from the enabled payment methods list.
* Add - Add ACSS payment tokenization.
* Add - Add BLIK payment method.
* Fix - Prevent reuse of payment intents when order total doesn't match intent amount.
* Update - Update payment method type for Amazon Pay orders.
* Fix - Compatibility with email preview in the Auth Requested email
* Update - Update Alipay and bank debit icons.
* Tweak - Update payment method type check for charge.succeeded webhook.
* Fix - Fixed subscription features not being properly registered when hooks were already attached.
* Add - Disable unsupported payment methods in Stripe settings
* Update - Update handling of PR as a country in the terminal locations endpoint.
* Fix - Hide Amazon Pay in settings when legacy checkout is enabled.
* Fix - Fix subscription renewal issues for Amazon Pay.
* Fix - Fix ECE button width in shortcode cart page.
* Tweak - SPE: Remove radio buttons
* Add - Add Klarna support for some additional countries in EEA
* Update - Hide express checkout buttons when no product variation is selected.
* Fix - Translation warning when initializing the status page information.
* Add - Add ACSS support for WC Subscriptions.
* Fix - ECE checkout error when using extensions that reduce total cart amount (eg: Gift Cards)
* Add - Add WooCommerce Pre-Orders support to ACSS.
* Update - Remove unused express checkout button tracking.
* Add - Add BLIK support for WooCommerce Pre-Orders
* Add - Test mode instructions for BLIK.
* Tweak - Add save payment method parameter to update intent call for non-deferred intent payment methods.
* Fix - Checkout page focus loss
* Fix - Updated payment method radio button selector to correctly find the selected payment method in different themes.
* Fix - Add `wc_stripe_generate_create_intent_request` filter to support mandate information in setup intent creation.
* Add - Support for BECS Direct Debit as a new payment method for Australian accounts.
* Update - Back button on the settings pages.
* Update - Use individual product tax status instead of storewide tax setup when determining express checkout availability.
* Update - Credit and Bank (BECS and ACSS) icons on the Block checkout page.
* Fix - Fix BLIK visibility based on account and billing countries.
* Add - Use Stripe Configuration API to manage payment methods enabled/disabled states.
* Dev - Add track events when enabling/disabling payment methods.
* Fix - Prepare mandate data from subscription object on change payment method page.
Decryption key:


* Tweak - Makes the new Stripe Express Checkout Element enabled by default.
* Dev - Add multiple unit tests for the Stripe Express Checkout Element implementation (for both frontend and backend).
* Fix - Corrected card brand capitalization on the My Account → Subscription page.
* Fix - Displays a specific message when an authentication error occurs during checkout for 3DS cards (shortcode version).
* Fix - Show 'Use a New Payment Method' radio button for logged in users only when card saving is enabled.
* Fix - Fix the display and usage of the Link payment method on the shortcode checkou
Decryption key:


* Fix - Fix Google Pay address fields mapping for UAE addresses.
* Tweak - Render the Klarna payment page in the store locale.
* Tweak - Update the Apple Pay domain registration flow to use the new Stripe API endpoint.
* Fix - Fix empty error message for Express Payments when order creation fails.
* Fix - Fix multiple issues related to the reuse of Cash App Pay tokens (as a saved payment method) when subscribing.
Decryption key:


  • Fix – Remove double encoding from the redirect_url param in the oauth connect url.
  • Dev – Bump WordPress “tested up to” version 6.6.
Decryption key:


  • Tweak – Resets the list of payment methods when any Stripe key is updated.
  • Fix – Removes the list of saved payment methods when the setting is disabled.
  • Tweak – Update WooCommerce.com docs links.
  • Fix – Correctly setting the preferred card brand when creating and updating a payment intent.
  • Fix – Added a feedback message + redirection back to cart when a Cash App payment fails.
  • Tweak – Update WordPress.org screenshots and captions.
  • Fix – Remove the duplicated customization notice in the settings screen.
  • Add – Include Cash App as a payment method for stores using the updated checkout experience.
  • Fix – Fixed fatal errors with subscription helper methods when subscriptions classes (from WooCommerce Subscriptions) are not available.
  • Add – Add a new dismissible banner to promote Stripe products to the settings page.
  • Fix – Hiding BNPL payment methods when the Stripe account country is not supported.
  • Fix – Resolved checkout error with UPE when using test mode customer in live mode or vice versa.
  • Fix – Handle checkbox type required fields correctly on the shortcode checkout when paying with Google Pay/Apple Pay.
  • Tweak – Remove unused confirmation modal a capability properties.
  • Fix – Resgister script on the checkout page only when the gateway is enabled.
  • Tweak – Allow to enable/disable payment methods irrespective of currency requirement.
  • Add – Include WeChat Pay as a payment method for stores using the updated checkout experience.
  • Add – Show currency requirement details in a popover.
  • Fix – Resolve invalid recurring shipping method errors when attempting to purchase multiple subscriptions with Apple Pay or Google Pay.
  • Fix – Deprecation errors on PHP 8.2 caused by using the deprecated constant FILTER_SANITIZE_STRING.
  • Update – Declare compatibility with the Cart and Checkout blocks.
Decryption key:

  • Fix – Error on some environments due to the parameter in the WC_Stripe_UPE_Payment_Gateway constructor method.
  • Fix – Prevents orders purchased using a 3DS card being stuck as “pending payment” for stores with the Legacy Checkout Experience setting enabled.
Decryption key:

  • Tweak – Improve the display of the Stripe account ID in the settings page.
  • Add – Enable custom styling of the Payment Elements for stores using the updated checkout experience.
  • Fix – Alipay icon not being displayed on the Block checkout page.
  • Fix – Ensure the hold stock setting does not cancel pending stripe orders that are still waiting for customer action (eg confirm 3DS or complete payment redirect).
  • Fix – Prevent checkout errors when customers with one-word names process payment using Apple Pay or Google Pay.
  • Tweak – Remove the functionality for saving the customized statement descriptors.
  • Tweak – Remove unused WC_Stripe_Old_Settings_UPE_Toggle_Controller class and related scripts.
  • Update – Save the Stripe default appearance settings in a transient instead of the browsers local storage.
  • Tweak – Update Link by Stripe branding assets.
Decryption key:


No changelogs found!
Download WooCommerce Stripe Gateway v5.3.0 Nulled Free
= v5.3.0 - 2021-07-21 =

* Fix - Disable Payment Request Buttons when order has to be split into multiple packages because Payment Requests do not support that use case.
* Tweak - Payment request button should guide users to login when necessary.

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu