Releases: Automattic/woocommerce-payments
Releases · Automattic/woocommerce-payments
Version 1.2.0
- Add - 3DS support when using the pay for order page
- Add - Display confirmation dialog when enabling manual captures
- Add - Update the order when an authorised payment has expired
- Add - Timeline view in transactions detail, requires WooCommerce 4.4
- Add - Tracking for basic user action events
- Fix - Admin UI styling tweaks
Version 1.1.0
- Add - Allow WooCommerce Payments set up without Jetpack plugin
- Fix - Orders missing after payment processing error
- Fix - Clearing pagination when selecting transactions advanced filters
- Fix - After onboarding, redirect to the WCPay task of the task list, instead of to the task list
Version 1.0.1
- Add - Support 3D Secure verification
- Add - Transaction date and type filters to transactions list
- Update - Redirect to the "Connect" page on plugin activation or when trying to navigate to the settings screen
- Fix - Add deposit delay notice to deposit schedule
- Fix - Avoid localizing deposit date or displaying time-of-day precision
- Fix - Display dispute currency code in dispute info
Version 1.0.0
- Add - Level 3 data to payment requests
- Update - Expose public method for checking connection status
- Fix - Pending requirements state for improved messaging
- Fix - Dispute details typo
- Remove - Unused POST /charges endpoint
- Remove - "Beta" messaging
Version 0.9.2
- Add - Customer ID to payment intent
- Update - Register and enqueue js.stripe.com on WCPay admin pages
- Update - Override needs_setup to redirect from Payments settings
- Update - Copy and image on Connect Account screen
- Add - Add deposits overview component
- Add - URL to pass for prefilling OAuth from
- Add - Test card details in Checkout
- Add - Task list redirect upon return from OAuth flow
- Add - Handling for failed refund and other webhooks
- Add - Transaction list sorting
- Update - Disable gateway when payments are disabled on the account
- Update - Make table rows clickable
- Add - Prompt before navigating away from unsaved dispute evidence changes
- Update - Labels to sentence case
- Update - Automated testing
- Add - Metadata when creating payment intent
- Update - PHP versions supported
Version 0.9.1
- Fix - Add logging for OAuth initialization failures
Version 0.9.0
- Release for Public Beta
Version 0.8.2
- Add - Dispute file evidence upload support
- Add - Basic support for Pay for Order
- Fix - Styling improvements in wp-admin
- Fix - Undefined variable PHP notice in cancel_authorization
- Fix - Remove unused variable in authentication
- Fix - Improve Jetpack connection checking