Skip to content

Commit

Permalink
Merge branch 'develop' into update/5002-authorizations-improve-messag…
Browse files Browse the repository at this point in the history
…e-shown-to-merchants-when-there-is-an-error-capturing-authorizations
  • Loading branch information
mgascam authored Dec 17, 2024
2 parents 3b68461 + 16603e3 commit 35810d8
Show file tree
Hide file tree
Showing 54 changed files with 245 additions and 222 deletions.
41 changes: 40 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,76 @@
*** WooPayments Changelog ***

= 8.6.0 - 2024-12-04 =
= 8.6.1 - 2024-12-17 =
* Add - Add Bank reference key column in Payout reports. This will help reconcile WooPayments Payouts with bank statements.
* Add - Clickwrap terms and conditions support on WooPay
* Add - Display credit card brand icons on order received page.
* Add - Implement gateway method to retrieve recommended payment method.
* Add - Migrate active capabilities from test-drive account when switching to live account.
* Fix - Added conditional use of Jetpack Config callback to avoid i18n notices.
* Fix - Add support to load stripe js asynchronously when it is not immediately available in the global scope.
* Fix - Add the missing "Download" column heading label and toggle menu option to the Payments → Documents list view table.
* Fix - Browser error no longer shows after dispute evidence submission
* Fix - Ceil product prices after applying currency conversion, but before charm pricing and price rounding from settings is applied.
* Fix - Checkout: Fix error when wc_address_i18n_params does not have data for a given country
* Fix - Consider WooPay eligibility when retrieving WooPay enable state in the settings.
* Fix - Enable ECE for Virtual Variable Subscriptions with Free Trials.
* Fix - Ensure ECE button load events are triggered for multiple buttons on the same page.
* Fix - Ensure ECE is displayed correctly taking into account the tax settings.
* Fix - Ensure ECE login confirmation dialog is shown on Blocks.
* Fix - Ensure WooPay 'enabled by default' value is correctly set in sandbox mode.
* Fix - Errors were incorrectly marked as info in logs.
* Fix - Evidence submission is no longer available for Klarna inquiries as this is not supported by Stripe / Klarna.
* Fix - fix: express checkout to use its own css files.
* Fix - fix: missing ece is_product_page checks
* Fix - fix: undefined $cart_contains_subscription
* Fix - Fix ECE Tracks events not triggering when WooPay is disabled.
* Fix - Fixed Affirm using black logo on dark themes
* Fix - Fixed an issue where order metadata was not updated when capturing an order in the processing state.
* Fix - Fixed UPE country detection in Checkout for non-logged in users
* Fix - Fix inconsistent alignment of the download button across transactions, payouts, and disputes reporting views for a more cohesive user interface.
* Fix - Fix Jetpack onboarding URL query from "woocommerce-payments" to "woocommerce-core-profiler"
* Fix - Fix styling of transaction details page in mobile view.
* Fix - Fix WooPay component spacing.
* Fix - Fix WooPay trial subscriptions purchases.
* Fix - Make sure the status of manual capture enablement is fetched from the right place.
* Fix - Normalize HK addresses for ECE
* Fix - Order notes for inquiries have clearer content.
* Fix - Prevent express checkout from being used if cart total becomes zero after coupon usage.
* Fix - Remove translations during initialization, preventing unnecessary warnings.
* Fix - Resolved issue with terminal payments in the payment intent failed webhook processing.
* Fix - Restrict Stripe Link to credit card payment method and improve cleanup.
* Fix - Set the support phone field as mandatory in the settings page.
* Fix - Skip mysqlcheck SSL Requirement during E2E environment setup
* Fix - Support 'type_is_in' filter for Transactions list report, to allow easy filtering by multiple types.
* Fix - Update Link logo alignment issue when WooPay is enabled and a specific version of Gutenberg is enabled.
* Fix - Use paragraph selector instead of label for pmme appearance
* Fix - Validate required billing fields using data from objects instead of checking the labels.
* Update - Add support for showing `In-Person (POS)` as the transaction channel for mobile POS transactions in wp-admin Payments, enhancing visibility in both transaction lists and details.
* Update - Adjust the go-live modal to match the latest design.
* Update - Avoid getting the appearance for pay for order page with the wrong appearance key.
* Update - Change 'Bank reference key' label to 'Bank reference ID' in Payouts list column for consistency.
* Update - chore: renamed PRB references in GooglePay/ApplePay implementation docs and logs files to ECE.
* Update - chore: rename wrapper from payment-request to express-checkout
* Update - Ensure more robust selectors scoping to improve theme compatibility.
* Update - feat: add `wcpay_checkout_use_plain_method_label` filter to allow themes or merchants to force the "plain" WooPayments label on shortcode checkout.
* Update - Make test instructions copy icon use the same color as the text next to it
* Update - refactor: express checkout initialization page location checks
* Update - refactor: express checkout utility for button UI interactions
* Update - Remove payout timing notice and update the help tooltil on Payments Overview page.
* Update - Update confirmation modal after onbarding
* Update - Update Jetpack onboarding flow
* Update - WooPay theming copy in the settings page
* Dev - Add support for utilizing NOX capabilities as URL parameters during account creation.
* Dev - Allow redirect to the settings page from WCPay connect
* Dev - chore: removed old PRB implementation for ApplePay/GooglePay in favor of the ECE implementation; cleaned up ECE feature flag;
* Dev - Disable visual regression testing from Playwright until a more reliable approach is defined.
* Dev - Ensure proper return types in the webhook processing service.
* Dev - fix: E_DEPRECATED on BNPL empty PMME
* Dev - Fixing issue with parsing QIT authentication.Fixing issue with parsing QIT authentication.
* Dev - Fix return types
* Dev - Refine verification for disabling ECE on subscriptions that require shipping.
* Dev - Update snapshots for E2E Playwright screenshots
* Dev - Update the tunelling setup.

= 8.5.1 - 2024-11-25 =
* Fix - fix: remove "test mode" badge from shortcode checkout.
Expand Down
5 changes: 0 additions & 5 deletions changelog/8969-fallback-to-card-payment-type

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-2253-clickwrap-terms-and-conditions

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-6924-migrate-test-drive-capabilities

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-9690-recommended-pm

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-jetpack-config-callback

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-limit-woopay-themeing-to-shortcode-checkout

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-pass-footer-header-styles-to-woopay

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-fix-ece-variable-subs

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-fix-ece-variable-subs-free-trial

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-hk-address

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/chore-prb-references-in-ece-docs-and-logs

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/chore-remove-ece-error-assignment-on-loaderror

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/chore-remove-tokenized-payment-request-references

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/compat-9727-avoid-early-translations

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-qit-auth-fix-take-2

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/feat-tokenized-ece-product-page-base-implementation

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7230-payments-details-mobile-view

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9421-auto-enable-woopay-in-sandbox-mode

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9612-inquiry-order-note

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9787-woopay-enable-state-settings

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9806-ECE-subscription-checkout-signed-out

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9830-browser-error-on-dispute-submission

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9889-log-level

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-add-payment-method-check

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-change-woopay-theming-settings-copy

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-php-8-compatibility-errors-warnings

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-rounding-error-with-deposit-products

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-skip-ssl-requirement-env-setup

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-stripe-link-button

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-tokenized-cart-error-notice-json

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-upe-country-selection

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-upe-theme-block

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-use-effect-console-warning

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-use-type-is-in-filter

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/frosso-patch-1

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/mobile-tpv-tracking-channel

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/replace-from-url-query

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/scope-payment-elements-selectors

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/test-instructions-item-color

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-1-5316-rename-bank-reference-id

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-7900-payout-notice

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-9910-transaction-id-label

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-9916-go-live-modal-and-notice

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-confirmation-modal-nox

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-jetpack-onboarding-flow

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-server-container-name

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-to-standalone-jt

This file was deleted.

Loading

0 comments on commit 35810d8

Please sign in to comment.