Skip to content

Commit

Permalink
Update version and add changelog entries for release 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2023
1 parent 703835a commit 91d6dd8
Show file tree
Hide file tree
Showing 103 changed files with 161 additions and 417 deletions.
78 changes: 78 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,83 @@
*** WooPayments Changelog ***

= 6.6.0 - 2023-10-11 =
* Add - Add a notice on the Settings page to request JCB capability for Japanese customers.
* Add - Add current user data to the onboarding init request payload. This data is used for fraud prevention.
* Add - Added API endpoint to fetch customer's saved payment methods.
* Add - Added docs for cancel_authorization endpoint
* Add - Added documentation for create payment intent API endpoint.
* Add - Added documentation for payment methods API endpoint
* Add - Add functionality to enable WooPay first party auth behind feature flag.
* Add - Add helper function/method for raw currency amount conversion.
* Add - Add Klarna payment method
* Add - Add loading state to WooPay button
* Add - Add payment intent creation endpoint
* Add - Add the feature flag check for pay-for-order flow
* Add - Add WC blocks spinner to the WooPay checkout styles.
* Add - Behind a feature flag: dispute message added to transactions screen for disputes not needing a response.
* Add - Display dispute information, recommended resolution steps, and actions directly on the transaction details screen to help merchants with dispute resolution.
* Add - Display server error messages on Settings save
* Add - Expand the data points added to the WooCommerce SSR to include all the main WooPayments features.
* Add - Handle server-side feature flag for new UPE type enablement.
* Add - Introduce the "Subscription Relationship" column under the Orders list admin page when HPOS is enabled.
* Add - Show survey for merchants that disable WooPay.
* Fix - Add Mix and Match Products support on WooPay.
* Fix - Add multi-currency enablement check in WooPay session handling.
* Fix - Comment: Behind a feature flag: Update documentation links (new/changed docs content) when notifying merchant that a dispute needs response.
* Fix - Disable automatic currency switching and switcher widgets on pay_for_order page.
* Fix - Ensure renewal orders paid via the Block Checkout are correctly linked to their subscription.
* Fix - Ensure the order needs processing transient is deleted when a subscription order (eg renewal) is created. Fixes issues with renewal orders going straight to a completed status.
* Fix - fix: save platform checkout info on blocks
* Fix - Fix Apple Pay and Google Pay if card payments are disabled.
* Fix - Fix error when disabling WCPay with core disabled.
* Fix - Fix init WooPay and empty cart error
* Fix - Fix modal header alignment on safari browser
* Fix - Fix onboarding section on MultiCurrency settings page.
* Fix - Fix WooPay express checkout button with product bundles on product page.
* Fix - Hide tooltip related to Storefront theme in Multi-Currency settings when Storefront is not the active theme
* Fix - Improved product details script with enhanced price calculation, and fallbacks for potential undefined values.
* Fix - Improve escaping around attributes.
* Fix - Load multi-currency class on setup page.
* Fix - Missing styles on the Edit Subscription page when HPOS is enabled.
* Fix - Only request WooPay session data once on blocks pages.
* Fix - Payment method section missing for Affirm and Afterpay on transaction details page
* Fix - Prevent charging completed or processing orders with a new payment intent ID
* Fix - Prevent WooPay-related implementation to modify non-WooPay-specific webhooks by changing their data.
* Fix - Prevent WooPay multiple redirect requests.
* Fix - Redirect back to the connect page when attempting to access the new onboarding flow without a server connection.
* Fix - Redirect back to the pay-for-order page when it's pay-for-order order
* Fix - Resolved an issue that caused paying for failed/pending parent orders that include Product Add-ons to not calculate the correct total.
* Fix - Speed up capturing terminal and authorized payments.
* Fix - Store the correct subscription start date in postmeta and ordermeta when HPOS and data syncing is being used.
* Fix - Tracking conditions
* Fix - Virtual variable products no longer require shipping details when checking out with Apple Pay and Google Pay
* Fix - When HPOS is enabled, deleting a customer will now delete their subscriptions.
* Fix - When HPOS is enabled, make the orders_by_type_query filter box work in the WooCommerce orders screen.
* Fix - WooPay save my info phone number fallback for virtual products
* Update - Adapt the PO congratulations card copy for pending account status.
* Update - Allow deferred intent creation UPE to support SEPA payments.
* Update - Enhance design of bnpl payment methods status in settings screen
* Update - Increase GBP transaction limit for Afterpay
* Update - Only display the WCPay Subscriptions setting to existing users as part of deprecating this feature.
* Update - Set WooPay First Party Authentication feature flag to default on.
* Update - Store customer currencies as an option to avoid expensive calculation.
* Update - Updated Transaction Details summary with added fee breakdown tooltip for disputed transactions.
* Update - Update links that pointed to the dispute details screen to point to the transaction details screen
* Update - Update Name Your Price compatibility to use new Compatibility methods.
* Update - Update the content of modals that are displayed when deactivating the WooPayments or Woo Subscriptions plugins when the store has active Stripe Billing subscriptions.
* Update - Update URL used to communicate with WooPay from the iFrame in the merchant site.
* Dev - Added missing API docs links for payment intents and payment methods API endpoints
* Dev - Capitalize the JCB label on transactions details page.
* Dev - e2e tests for progressive onboarding
* Dev - Extracting payment metadata and level 3 data generation into services.
* Dev - Migrate away from hooking into actions in certain classes
* Dev - Move fraud related service hooks out of class constructors and into new init_hooks methods.
* Dev - Move hooks out of MultiCurrency constructor into own init_hooks method.
* Dev - Refactored request class send() method
* Dev - Refactor to move hook initialisation out of constructors.
* Dev - This work is part of a UI improvements to increase disputes response that is behind a feature flag. A changelog entry will be added to represent the work as a whole.
* Dev - Update subscriptions-core to 6.3.0.

= 6.5.1 - 2023-09-26 =
* Fix - fix incorrect payment method title for non-WooPayments gateways

Expand Down
4 changes: 0 additions & 4 deletions changelog/add-2094-pass-checkout-data-before-auth

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-6203-check-for-order-status-on-capture

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-6925-steps-to-resolve

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-6927-dispute-details-not-awaiting-response

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-7122-more-details-to-woo-ssr

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-7193-dispute-cta-for-inquries

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-7243-introduce-klarna-pm

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-7295-loading-state-to-woopay-button

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-7322-saved-payment-methods-api

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-7371-dispute-details-error-boundary

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-constructor-hooks-sniffer

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-documentation-for-cancel-authorization-endpoint

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-feature-flag-check-for-pay-for-order-flow

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-jcb-capability-request

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-settings-save-error-notice

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-show-survey-users-disable-woopay

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-6214-e2e-tests-for-progressive-onboarding

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-7262-remove-hooks-from-constructors

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/dev-7285-test-payment-method-title

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/feat-handle-server-side-dupe-flag

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/feature-enable-sepa-for-deferred-intent-upe

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-2141-3

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-5031-disable-currency-switcher-on-pay-for-order

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-5524-price-conversion-helper-function

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-5548-modal-header-alignement-on-safari

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-5945-add-default-cc-enabled

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-6182-hide-storefront-tooltip

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-6466-mc-errors

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-6714-request-button-virtual-variable

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-6819-payment-method-messaging-invalid-value

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-6891-redirect-dispute-detail-to-transaction

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-6926-transaction-dispute-details-actions

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7151-multi-currency-onboarding

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7172-nyp-cart-editing

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-7191-dispute-resolution-footer-inquiries

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-7254-update-dispute-fee-text

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7303-disable-wcpay-with-core-disabled

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7329-missing-multi-currency-check

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7357-multiple-woopay-session-requests

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7360-non-connected-onboarding-flow-access

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-7373-show-dispute-amount-in-shopper-currency

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-7395

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-7396-disputestatuschip

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-add-wc-blocks-loading-spinner-css

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-add-woopay-woocommerce-mix-and-match-support

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/fix-bump-min-php-wc-beta

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-correct-documentation-url-for-klarna

This file was deleted.

Loading

0 comments on commit 91d6dd8

Please sign in to comment.