Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.2.0-test-2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent 32b1a90 commit 8eca1c9
Show file tree
Hide file tree
Showing 36 changed files with 49 additions and 141 deletions.
24 changes: 24 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
*** WooPayments Changelog ***

= 8.2.0-test-2 - 2024-xx-xx =
* Fix - Disables custom checkout field detection due to compatibility issues and false positives.
* Fix - Disables testing instructions clipboard button on HTTP sites when navigator.clipboard is undefined.
* Fix - fix: missing translations on testing instructions.
* Fix - fix: platform_global_theme_support_enabled undefined index
* Fix - fix: testing instructions dark theme support
* Fix - Fix caching with tracking cookie.
* Fix - Fixed an issue where the Connect page would scroll to the top upon clicking the Enable Sandbox Mode button.
* Fix - Fix shipping rates retrieval method for shortcode cart/checkout.
* Fix - Fix support for merchant site styling when initializing WooPay via classic checkout
* Fix - Fix WooPay direct checkout.
* Fix - Move woopay theme support checkbox to the appearance section.
* Fix - Pass appearance data when initiating WooPay via the email input flow
* Fix - Prevent preload of BNPL messaging if minimum order amount isn't hit.
* Fix - Redirect user to WooPay OTP when the email is saved.
* Fix - Remove obsolete ApplePay warning on wp-admin for test sites.
* Fix - Update cache after persisting the User session via WooPay
* Fix - Updates test mode instructions copy for cards at checkout.
* Update - update: payment method fees in one line
* Update - Update Jetpack packages to the latest versions
* Dev - Fix failing e2e tests for saved cards.
* Dev - Fix Klarna product page message E2E test after the contents inside the iframe were updated.
* Dev - Migrate multi-currency e2e tests to Playwright.

= 8.1.1 - 2024-08-29 =
* Fix - Ensure 55px is the maximum height for Apple Pay button.
* Fix - Fixed sandbox mode accounts being able to disable test mode for the payment gateway settings.
Expand Down
4 changes: 0 additions & 4 deletions changelog/as-fix-max-height-allowed

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-fix-woopay-data-mismatch

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/chore-disable-custom-checkout-field-detection

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-8750-migrate-mccy-e2e-tests-to-playwright

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/dev-correct-docker-compose-v2-changelog-entry

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/dev-fix-e2e-scripts

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-fix-klarna-product-page-e2e

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9244-pmme-skeleton

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-9281-e2e-dispute-save-challenge

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/fix-9288-fix-qit-error-escape-output

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9324-test-drive-onboarding-scoll

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-checkout-floating-labels-and-test-mode-copy

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-ece-shortcode-get-shipping-rates

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-fix-e2e-errors

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-move-woopay-theme-checkbox

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-remove-apple-pay-admin-notice-for-live-account

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-saved-cards-e2e

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-send-blog-timezone-to-woopay

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-test-instructions-translations

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-testing-instructions-dark-theme-support

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-tooltip-link-contrast-ratio

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-undefined-platform-global-theme-index-notice

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-wcpay-tracking-cookie-cache

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-direct-checkout-route-namespace

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-email-redirect

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-theme-support-from-classic-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-themeing-on-email-flow

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/refactor-payment-method-fees-oneline

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-e2e-setup-script

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-e2e-setup-script-env-var

This file was deleted.

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

This file was deleted.

24 changes: 24 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,30 @@ Please note that our support for the checkout block is still experimental and th

== Changelog ==

= 8.2.0-test-2 - unreleased =
* Fix - Disables custom checkout field detection due to compatibility issues and false positives.
* Fix - Disables testing instructions clipboard button on HTTP sites when navigator.clipboard is undefined.
* Fix - fix: missing translations on testing instructions.
* Fix - fix: platform_global_theme_support_enabled undefined index
* Fix - fix: testing instructions dark theme support
* Fix - Fix caching with tracking cookie.
* Fix - Fixed an issue where the Connect page would scroll to the top upon clicking the Enable Sandbox Mode button.
* Fix - Fix shipping rates retrieval method for shortcode cart/checkout.
* Fix - Fix support for merchant site styling when initializing WooPay via classic checkout
* Fix - Fix WooPay direct checkout.
* Fix - Move woopay theme support checkbox to the appearance section.
* Fix - Pass appearance data when initiating WooPay via the email input flow
* Fix - Prevent preload of BNPL messaging if minimum order amount isn't hit.
* Fix - Redirect user to WooPay OTP when the email is saved.
* Fix - Remove obsolete ApplePay warning on wp-admin for test sites.
* Fix - Update cache after persisting the User session via WooPay
* Fix - Updates test mode instructions copy for cards at checkout.
* Update - update: payment method fees in one line
* Update - Update Jetpack packages to the latest versions
* Dev - Fix failing e2e tests for saved cards.
* Dev - Fix Klarna product page message E2E test after the contents inside the iframe were updated.
* Dev - Migrate multi-currency e2e tests to Playwright.

= 8.1.1 - 2024-08-29 =
* Fix - Ensure 55px is the maximum height for Apple Pay button.
* Fix - Fixed sandbox mode accounts being able to disable test mode for the payment gateway settings.
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* WC tested up to: 9.2.0
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 8.1.1
* Version: 8.2.0-test-2
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit 8eca1c9

Please sign in to comment.