Skip to content

Releases: Automattic/woocommerce-payments

Version 2.2.0

31 Mar 13:53
Compare
Choose a tag to compare
  • Fix - Paying with a saved card for a subscription with a free trial will now correctly save the chosen payment method to the order for future renewals.
  • Add - Payment Request Button support for US merchants (Apple Pay, Google Pay, Microsoft Pay, and the browser standard Payment Request API).
  • Update - Not passing level3 data for non-US merchants.
  • Add - REST endpoint for fetching account data.
  • Add - Deposits list pagination and sorting.
  • Fix - Deposit overview now displays placeholder information instead of continuing to load when an error happens.

Version for testing 27-3. Not for production

29 Mar 14:23
Compare
Choose a tag to compare
t27-3

Set product version in changelog and readme

Version 2.1.1

23 Mar 09:08
Compare
Choose a tag to compare
  • Fix - Fatal error when a subscription is processed with action scheduler hook.

t27-2

22 Mar 15:44
5349d29
Compare
Choose a tag to compare
t27-2 Pre-release
Pre-release

Version for testing 27-2. Not for production

Version 2.1.0

16 Mar 08:30
Compare
Choose a tag to compare
  • Update - Show last 4 digit credit card number in order note when payment method is updated on failed renewal subscription order.
  • Update - Define constant for the group to be used for scheduled actions.
  • Update - Enable multiple customer currencies support in live mode.
  • Add - Rate limit failed account connection checks.
  • Add - Support displaying non-USD base fees on settings page.

Version 2.0.0

22 Feb 13:53
Compare
Choose a tag to compare
  • Update - Render customer details in transactions list as text instead of link if order missing.
  • Update - Render transaction summary on details page for multi-currency transactions.
  • Update - Improvements to fraud prevention.
  • Fix - Added better notices for end users if there are connection errors when making payments.
  • Fix - If account is set to manual payouts display 'Temporarily suspended' under Payments > Settings.
  • Add - Add file dropzones to dispute evidence upload fields
  • Add - Currency conversion indicator to Transactions list.
  • Add - Transaction timeline details for multi-currency transactions.
  • Update - Link order note with transaction details page.
  • Fix - Updating payment method using saved payment for WC Subscriptions orders.

Version 1.9.2

05 Feb 16:57
Compare
Choose a tag to compare
  • Fix - Checkout and cart blocks aren't usable in editor when WooCommerce Payments is enabled.
  • Fix - Missing global config error in Checkout block integration, and incompatibility with latest block API.

Version 1.9.1

03 Feb 21:02
Compare
Choose a tag to compare
  • Fix - Incompatibility with WC Subscriptions.
  • Fix - Missing order causing broken transactions list.

Version 1.9.0

02 Feb 17:15
Compare
Choose a tag to compare
  • Add - Improved fraud prevention.
  • Add - New setting to manage whether to enable saving cards during checkout. (Defaults to being enabled).
  • Fix - Fixed issue where an empty alert would appear when trying to refund an authorization charge.
  • Update - Link customer name on transaction detail page to filtered transaction list page.
  • Update - Test mode notice width is now consistent across all pages.
  • Fix - Fix error which could occur when a 100% off coupon was applied during checkout.
  • Add - New notification to urge setting SSL for checkout pages if store doesn't use HTTPS
  • Fix - Fixed connection timeout configuration.
  • Fix - Specify error code when refund fails in admin to prevent blank alert.
  • Fix - Add fees as line items sent to Stripe to prevent Level 3 errors.
  • Fix - Currency format in non-USD order note when capturing, refunding, and processing subscription renewal.
  • Update - Link customer name from transaction list page to WooCommerce's Customers page filtered by the customer's name.

Version 1.8.0

16 Dec 08:22
@v18 v18
Compare
Choose a tag to compare
  • Add - Include information about failing payment into order notes.
  • Fix - Fix crash when a user has 10 or more saved credit cards.
  • Fix - Fix crash if there's a problem connecting to the server.
  • Fix - Store Stripe customer for test and live mode.
  • Fix - Display Payments menu in the sidebar if there's a problem connecting to the server.
  • Add - Display fee structure in transaction timelines.
  • Add - Use site username for recording ToS acceptance.
  • Update - Display transaction tables with full width.
  • Add - Action hooks before and after webhook delivery.