Skip to content

Commit

Permalink
Merge trunk v8.4.0 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
botwoo committed Oct 23, 2024
2 parents 27c562b + 738b071 commit e280f2a
Show file tree
Hide file tree
Showing 28 changed files with 47 additions and 100 deletions.
21 changes: 21 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
*** WooPayments Changelog ***

= 8.4.0 - 2024-10-23 =
* Add - Add test mode badge to classic checkout and add payment method.
* Add - Using Floating Labels with Stripe Appearance API for Blocks Checkout
* Fix - Converting text color rgba to hex to prevent Stripe warning
* Fix - Fix the color contrast of links within tooltips to improve readability.
* Fix - Omit the test mode badge in the change payment method form for subscriptions.
* Fix - Pass container styling data to WooPay
* Fix - Prevented detaching payment methods from live Stripe accounts when working in non-production environments.
* Fix - Rendering Test Model badge only for Credit Card
* Fix - Stop enqueuing woopay-express-button.css to prevent 404 errors
* Fix - The amounts used by the PMMEs will match the displayed price of the product regardless of the tax settings.
* Fix - WooPay user registration via classic checkout
* Update - Add support for the style controls for the WooPay button
* Update - chore: remove deprecated is_in_dev_mode() and is_in_test_mode() methods
* Update - Payments task onboarding flows skip the Connect page.
* Dev - Bump WC tested up to version to 9.3.3.
* Dev - fix: prevent multiple instances of WC_Payments_Apple_Pay_Registration
* Dev - Fixed wrong utils path that would prevent checkout with WooPay OTP
* Dev - Migrate WizardTaskItem and CollapsibleBody components to TypeScript, making the className prop optional.
* Dev - Use official `phpmyadmin` Docker Hub container image

= 8.3.1 - 2024-10-16 =
* Fix - Auto-enabled WooPay for new accounts.
* Fix - Load Stripe with merchant account's key when checking payment method availability.
Expand Down
4 changes: 0 additions & 4 deletions changelog/add-stripe-floating-labels

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-support-for-woo-button-controls

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-test-mode-badge-classic-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-fix-unnecessary-css-import

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/chore-remove-woopayments-dev-test-mode-calls

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-bump-wc-tested-up-to-version

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-use-official-docker-hub-phpmyadmin-image

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9142-classname-optional-default-null

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9518-apple-pay-button-on-blocks-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9548-woopay-auto-enable

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9553-use-tax-inclusive-prices-pmme

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9559-tooltip-link-color-contrast

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-add-svn-script

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-convert-rgba-text-color

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-e2e-save-settings-button-disabled

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-multiple-instances-of-wc-payments-in-tests

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-test-mode-badge-credit-card

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-theming-border-styles

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-user-creation-in-shortcode-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-wrong-utils-path

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-9540-payment-task-onboarding-flow

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-payments",
"version": "8.3.1",
"version": "8.4.0",
"main": "webpack.config.js",
"author": "Automattic",
"license": "GPL-3.0-or-later",
Expand Down
23 changes: 22 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: woocommerce payments, apple pay, credit card, google pay, payment, payment
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.3
Stable tag: 8.3.1
Stable tag: 8.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -94,6 +94,27 @@ Please note that our support for the checkout block is still experimental and th

== Changelog ==

= 8.4.0 - 2024-10-23 =
* Add - Add test mode badge to classic checkout and add payment method.
* Add - Using Floating Labels with Stripe Appearance API for Blocks Checkout
* Fix - Converting text color rgba to hex to prevent Stripe warning
* Fix - Fix the color contrast of links within tooltips to improve readability.
* Fix - Omit the test mode badge in the change payment method form for subscriptions.
* Fix - Pass container styling data to WooPay
* Fix - Prevented detaching payment methods from live Stripe accounts when working in non-production environments.
* Fix - Rendering Test Model badge only for Credit Card
* Fix - Stop enqueuing woopay-express-button.css to prevent 404 errors
* Fix - The amounts used by the PMMEs will match the displayed price of the product regardless of the tax settings.
* Fix - WooPay user registration via classic checkout
* Update - Add support for the style controls for the WooPay button
* Update - chore: remove deprecated is_in_dev_mode() and is_in_test_mode() methods
* Update - Payments task onboarding flows skip the Connect page.
* Dev - Bump WC tested up to version to 9.3.3.
* Dev - fix: prevent multiple instances of WC_Payments_Apple_Pay_Registration
* Dev - Fixed wrong utils path that would prevent checkout with WooPay OTP
* Dev - Migrate WizardTaskItem and CollapsibleBody components to TypeScript, making the className prop optional.
* Dev - Use official `phpmyadmin` Docker Hub container image

= 8.3.1 - 2024-10-16 =
* Fix - Auto-enabled WooPay for new accounts.
* Fix - Load Stripe with merchant account's key when checking payment method availability.
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.3.3
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 8.3.1
* Version: 8.4.0
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit e280f2a

Please sign in to comment.