Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.3.0-test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2024
1 parent 513f2dc commit 4e6c22b
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 53 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
*** WooPayments Changelog ***

= 8.3.0-test-1 - 2024-xx-xx =
* Add - Add compatibility with the buttonAttributes API from Woo Blocks
* Add - Add rate limiter to compatibility data updates
* Fix - Fixed invalid appearance warnings
* Fix - Handle loadError in ECE for Block Context Initialization.
* Update - Decoupled Multi-currency module from gateway dependencies.
* Update - Update express payment methods with a title, description and gatewayId
* Dev - Some refactors to embedded KYC logic.

= 8.2.1 - 2024-09-13 =
* Fix - Create div container element with JS dynamically.

Expand Down
4 changes: 0 additions & 4 deletions changelog/add-express-payment-button-styles

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-server-6156-compatibility-data-rate-limiter

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-fix-react-error-container-not-found

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/chore-v8.3.0-wc-version-bump

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/dev-improve-unit-tests-handling-of-filters

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-session-fixes

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/dev-update-dockerfile-to-allow-more-xdebug-config

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9384-invalid-appearence

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9414-unhandled-ece-loaderror

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/multi-currency-v2

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-express-method-titles

This file was deleted.

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

== Changelog ==

= 8.3.0-test-1 - unreleased =
* Add - Add compatibility with the buttonAttributes API from Woo Blocks
* Add - Add rate limiter to compatibility data updates
* Fix - Fixed invalid appearance warnings
* Fix - Handle loadError in ECE for Block Context Initialization.
* Update - Decoupled Multi-currency module from gateway dependencies.
* Update - Update express payment methods with a title, description and gatewayId
* Dev - Some refactors to embedded KYC logic.

= 8.2.1 - 2024-09-13 =
* Fix - Create div container element with JS dynamically.

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.2.1
* Version: 8.3.0-test-1
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit 4e6c22b

Please sign in to comment.