Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.4.0-test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent 4910323 commit f0a3b21
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 34 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
*** WooPayments Changelog ***

= 8.4.0-test-1 - 2024-xx-xx =
* Add - Using Floating Labels with Stripe Appearance API for Blocks Checkout
* Fix - Converting text color rgba to hex to prevent Stripe warning
* Fix - Stop enqueuing woopay-express-button.css to prevent 404 errors
* 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.

= 8.3.0 - 2024-10-03 =
* Add - Add compatibility with the buttonAttributes API from Woo Blocks
* Add - Add rate limiter to compatibility data updates
Expand Down
4 changes: 0 additions & 4 deletions changelog/add-stripe-floating-labels

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/fix-9142-classname-optional-default-null

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-wrong-utils-path

This file was deleted.

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

== Changelog ==

= 8.4.0-test-1 - unreleased =
* Add - Using Floating Labels with Stripe Appearance API for Blocks Checkout
* Fix - Converting text color rgba to hex to prevent Stripe warning
* Fix - Stop enqueuing woopay-express-button.css to prevent 404 errors
* 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.

= 8.3.0 - 2024-10-03 =
* Add - Add compatibility with the buttonAttributes API from Woo Blocks
* Add - Add rate limiter to compatibility data updates
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.1
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 8.3.0
* Version: 8.4.0-test-1
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit f0a3b21

Please sign in to comment.