Skip to content

Commit

Permalink
Merge branch 'develop' into update/remove-feature-flag-payment-overvi…
Browse files Browse the repository at this point in the history
…ew-widget
  • Loading branch information
Jinksi authored Jul 11, 2024
2 parents 09fa2e9 + f63e3f6 commit 1381532
Show file tree
Hide file tree
Showing 134 changed files with 3,585 additions and 2,044 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ contributors.md
# Volumes mounted by Docker containers
docker/data
docker/wordpress
docker/mu-plugins
docker/logs

# Local machine docker override
Expand Down
37 changes: 37 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
*** WooPayments Changelog ***

= 7.9.1 - 2024-07-11 =
* Fix - Fix Documents API regex to allow documents with dashes in name to be viewed.

= 7.9.0 - 2024-07-10 =
* Add - Add a separate transient to save UPE appearance styles for the Add Payment Method standalone page. Correct regression that prevented proper styles calculation in the shortcode checkout.
* Add - Add Pay for Order support in Express Checkout Elements.
* Add - Add support for configuring button radius when ECE is enabled
* Add - Add support for ECE elements on the Shortcode Cart and Checkout pages
* Add - Add support for the Express Checkout Element on product pages.
* Add - Add telemetry events from PRBs into ECE.
* Add - Ensure shoppers can still checkout, even when WooPay is slow or unavailable.
* Add - feat: tokenized cart PRBs on shortcode cart and checkout behind feature flag.
* Add - Support style settings for ECE buttons
* Fix - Clearly display available instant deposit amount on notice and button label on Payment Overview page
* Fix - Disable Stripe Link in ECE.
* Fix - Disable WooPay for suspended and rejected accounts.
* Fix - Display an invalid address error instead of generic one in the checkout form when Afterpay is selected as payment method
* Fix - Display payment error message in the Payment context with Blocks.
* Fix - fix: display refund amount w/ tokenized cart PRBs
* Fix - fix: pricing decimal formatting for tokenized cart
* Fix - fix: tokenized PRBs payment type
* Fix - Fixed an error when renewing subscriptions without a billing country
* Fix - Fix output for compatibility data.
* Fix - Fix transaction list and document list advanced filter styling issue preventing dates to be input on mobile screens.
* Fix - Fix WooPay Direct Checkout feature check.
* Fix - Fix WooPay OTP modal not rendering on the shortcode checkout if BNPL methods are available.
* Fix - Hide payment methods with domestic transactions restrictions (Klarna, Affirm, Afterpay) when conditions are not met.
* Fix - Make the search box, and typed search term visible clearly on the 'Payments > Transactions' page, when there are too many existing search tags.
* Fix - Properly wait for tokenized cart data updates before refreshing PRB data.
* Fix - Retrieve saved tokens only relevant for the specific payment gateway.
* Update - Deprecate Giropay.
* Update - Update payment receipt settings to remove mention of the printed receipts.
* Dev - Add validation for path variables.
* Dev - Migrate Affirm and Afterpay payment method components to TypeScript.
* Dev - Prevent infinite loop in usePaymentFailHandler effect
* Dev - Refactor redirects logic in payments

= 7.8.1 - 2024-06-25 =
* Fix - Fix "Dispute not loaded" error that was affecting responding to disputes.

Expand Down
5 changes: 5 additions & 0 deletions changelog/9001-tokenized-prb-order-origin
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Bug fix for PRB feature behind a flag.


4 changes: 4 additions & 0 deletions changelog/9037-giropay-deprecation
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: update

Deprecate Giropay.
4 changes: 0 additions & 4 deletions changelog/add-8413-compute-styles-on-add-payment-method-page

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-8870-ece-for-shortcode-cart-and-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-8951-support-style-settings-with-ece-buttons

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/add-9045-split-ece-pms-registration-for-blocks
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

Add independent ECE instances in WC Blocks.
4 changes: 0 additions & 4 deletions changelog/as-8868-ece-product-page

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/as-8871-ece-on-supported-product-types
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

Add ECE support for multiple product types.
4 changes: 0 additions & 4 deletions changelog/as-disable-woopay-rejected-suspended-accounts

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-migrate-affirm-afterpay-components-to-ts

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-5532-fix-compatibility-data

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8220-instant-deposit-messaging

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8718-restrict-klarna-non-domestic-transactions

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8863-duplicated-enqueued-scripts

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/fix-9071-transaction-search-tag-close-button
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Restore the 'remove tag' function on the last search tag appearing on the transactions report search box.


4 changes: 0 additions & 4 deletions changelog/fix-empty-country-update

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-token-retrieval-per-payment-method

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-tokenized-cart-decimals-price

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-tokenized-cart-prbs-refund-amount-display

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-tokenized-cart-zero-decimal-currency

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-tokenized-payment-request-payment-fix

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-direct-checkout-feature-check

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/gh-actions-fix-script-injection-vulnerabilities

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/kreykjalin-8868-ece-cart-and-checkout-page

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/prb-tokenized-cart-shortcode-cart-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/revert-8901-update-route-param-validation

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-8972-save-payment-activity-preset-session

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-8973-payment-activity-tooltips

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-payment-activity-disputes-tooltip

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-speedup-phpunit-tests

This file was deleted.

27 changes: 0 additions & 27 deletions client/card-readers/preview-receipt/index.tsx

This file was deleted.

61 changes: 0 additions & 61 deletions client/card-readers/preview-receipt/previewer.tsx

This file was deleted.

Loading

0 comments on commit 1381532

Please sign in to comment.