Skip to content

Commit

Permalink
Merge branch 'develop' into fix/8926-localise-vat-details-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
haszari authored Jul 21, 2024
2 parents 9919e3a + 2c37ea2 commit e871333
Show file tree
Hide file tree
Showing 87 changed files with 1,875 additions and 478 deletions.
1 change: 1 addition & 0 deletions assets/images/payment-method-icons/affirm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions assets/images/payment-method-icons/afterpay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions assets/images/payment-method-icons/amex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/payment-method-icons/applepay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/payment-method-icons/discover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/payment-method-icons/gpay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/payment-method-icons/jcb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/images/payment-method-icons/klarna.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/payment-method-icons/mastercard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/payment-method-icons/visa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/payment-method-icons/woopay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** WooPayments Changelog ***

= 7.9.2 - 2024-07-18 =
* Fix - Fix store connection loop for onboarding flows started from the Woo > Settings > Payments page.

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

Expand Down
4 changes: 4 additions & 0 deletions changelog/2024-07-11-21-06-01-653423
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

Fix payment method title for Express Checkout Element orders.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

Allow the purchase of physical subscriptions using ECE if no shipping options are defined.
4 changes: 4 additions & 0 deletions changelog/add-8808-woo-payment-method-logo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

Add the new payment method logos to the connect page.
4 changes: 4 additions & 0 deletions changelog/add-8949-enable-ece-as-default
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

Set ECE as Default for Express Checkout Buttons unless it was disabled.
4 changes: 4 additions & 0 deletions changelog/add-9007-use-ece-for-express-button-preview
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

Use Stripe's Express Checkout Element (ECE) for express checkout button previews in the settings when ECE is enabled.
4 changes: 4 additions & 0 deletions changelog/add-9049-error-logging-in-ece
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: dev

Add error logging to ECE critical endpoints.
4 changes: 4 additions & 0 deletions changelog/add-pass-blocks-checkout-appearance-on-init-woopay
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: add

Pass Blocks checkout appearance on init WooPay
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

Disable ECE for non shipping products if Tax is calculated on billing address.
4 changes: 4 additions & 0 deletions changelog/as-ece-wc-deposits-support
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

Add ECE support for WooCommerce Deposits.
4 changes: 4 additions & 0 deletions changelog/dev-bump-wc-version-9-1-2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: dev

Bump WC tested up to version to 9.1.2
4 changes: 4 additions & 0 deletions changelog/fix-8892-use-correct-customer-id-in-renewals
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

Use the customer id saved in the subscription to process renewal payments.
Loading

0 comments on commit e871333

Please sign in to comment.