Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.5.0-test-2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent 19f1f26 commit ebe1171
Show file tree
Hide file tree
Showing 28 changed files with 47 additions and 104 deletions.
23 changes: 23 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
*** WooPayments Changelog ***

= 8.5.0-test-2 - 2024-xx-xx =
* Add - Add risk level information to the fraud and risk box on the order details page.
* Add - Add support for allowedShippingCountries in Express Checkout Element.
* Fix - Fix compatibility issues with CustomSelectControl component styles for WordPress 6.7
* Fix - Fixed single product page view tracks when BNPL and PRB payment methods are inactive.
* Fix - Fix PMME appearance in checkout
* Fix - Fix settings display on the advanced fraud protection page.
* Fix - Fix WooPay button preview in plugin settings.
* Fix - Fix WooPay duplicated Save my info section.
* Fix - Introducing consistency in colors for deposits across pages
* Fix - Prevent dead space on product pages when no BNPL offers are available.
* Fix - Provide backwards-compatible method for retrieving the multi-currency instance.
* Fix - Register Expresss Checkout block only when enabled in the settings
* Fix - Remove unnecessary '.woocommerce-table' css overrides to fix WC Analytics styling and a11y issues
* Update - Add in-memory cache fallback for our database-cached objects in case of database write failures.
* Update - Decoupled Multi-currency module from gateway dependencies.
* Update - Improvements to events during onboarding flow.
* Update - Refactor loadStripe for Express Checkouts.
* Update - Use preview versions of the actual ECE buttons in the Block editor.
* Dev - Add Jest tests for the disputed order notices
* Dev - Add unit tests for the Capital Loans page component.
* Dev - Bump WC tested up to version to 9.4.0

= 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
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/9550-fix-single-product-page-view-tracks

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-1225-flag-elevated-risk-transactions

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-improve-stripe-for-ece

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-add-unit-tests-for-capital-list

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-add-unit-tests-for-diputed-order-notice

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-bump-wc-version-9.4

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-readd-tracking-event

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7761-align-deposit-colors

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9456-bnpl-respect-limits-per-currency

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9520-advanced-fraud-protection-settings

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9537-woopay-button-size-preview

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9572-woococommerce-table-specificity

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9636-custom-select-control-styling

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-9654-remove-test-mode-subheader

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-backwards-compat-mccy-instance

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-express-checkout-block-registering

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-omit-test-mode-badge-in-change-payment-form

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-pmme-appearance-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-duplicated-component

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/gh-actions-e2e-optimize-composer-cache

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-9417-ece-in-block-editor

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-npm-readme-update-e2e-pw-snapshots

This file was deleted.

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

== Changelog ==

= 8.5.0-test-2 - unreleased =
* Add - Add risk level information to the fraud and risk box on the order details page.
* Add - Add support for allowedShippingCountries in Express Checkout Element.
* Fix - Fix compatibility issues with CustomSelectControl component styles for WordPress 6.7
* Fix - Fixed single product page view tracks when BNPL and PRB payment methods are inactive.
* Fix - Fix PMME appearance in checkout
* Fix - Fix settings display on the advanced fraud protection page.
* Fix - Fix WooPay button preview in plugin settings.
* Fix - Fix WooPay duplicated Save my info section.
* Fix - Introducing consistency in colors for deposits across pages
* Fix - Prevent dead space on product pages when no BNPL offers are available.
* Fix - Provide backwards-compatible method for retrieving the multi-currency instance.
* Fix - Register Expresss Checkout block only when enabled in the settings
* Fix - Remove unnecessary '.woocommerce-table' css overrides to fix WC Analytics styling and a11y issues
* Update - Add in-memory cache fallback for our database-cached objects in case of database write failures.
* Update - Decoupled Multi-currency module from gateway dependencies.
* Update - Improvements to events during onboarding flow.
* Update - Refactor loadStripe for Express Checkouts.
* Update - Use preview versions of the actual ECE buttons in the Block editor.
* Dev - Add Jest tests for the disputed order notices
* Dev - Add unit tests for the Capital Loans page component.
* Dev - Bump WC tested up to version to 9.4.0

= 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
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.4.0
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 8.4.0
* Version: 8.5.0-test-2
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit ebe1171

Please sign in to comment.