Skip to content

Commit

Permalink
Merge branch 'develop' into dev/10061-e2e-create-playwright-shopper-c…
Browse files Browse the repository at this point in the history
…heckout-failures-spec
  • Loading branch information
allie500 authored Jan 14, 2025
2 parents fb5559b + 8802c80 commit fc20ac3
Show file tree
Hide file tree
Showing 41 changed files with 155 additions and 1,052 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** WooPayments Changelog ***

= 8.7.1 - 2025-01-14 =
* Fix - Broaden billing field queries from form-scoped to document-scoped

= 8.7.0 - 2024-12-25 =
* Add - Add seller_message to failed order notes
* Add - Add WooPay Klaviyo newsletter integration.
Expand Down
4 changes: 4 additions & 0 deletions changelog/as-fix-min-height-woopay-button
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

Set a default minimum height to the WooPay button.
5 changes: 5 additions & 0 deletions changelog/fix-8549-phpcs-errors-woocommerce-commenting
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Not user-facing: fix WC Commenting phpcs errors in misc files


4 changes: 4 additions & 0 deletions changelog/update-9971-simplify-localization-csv-export
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: update

Simplify localization of CSV exports to use user language settings from WP Admin, allowing the CSV export to match the localization of the data presented in the admin UI.
1 change: 1 addition & 0 deletions client/checkout/woopay/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
white-space: nowrap;
text-transform: none;
list-style-type: none;
min-height: auto;

&:not( :disabled ):hover {
background: #e0e0e0 !important;
Expand Down
227 changes: 0 additions & 227 deletions client/components/csv-export-modal/index.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions client/components/csv-export-modal/styles.scss

This file was deleted.

This file was deleted.

72 changes: 0 additions & 72 deletions client/components/csv-export-modal/test/index.test.tsx

This file was deleted.

Loading

0 comments on commit fc20ac3

Please sign in to comment.