Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.6.0-test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent 0df81cc commit 3dfb4b4
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 80 deletions.
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
*** WooPayments Changelog ***

= 8.6.0-test-1 - 2024-xx-xx =
* Fix - fix: express checkout to use its own css files.
* Fix - Make sure the status of manual capture enablement is fetched from the right place.
* Fix - Prevent express checkout from being used if cart total becomes zero after coupon usage.
* Fix - Resolved issue with terminal payments in the payment intent failed webhook processing.
* Fix - Update Link logo alignment issue when WooPay is enabled and a specific version of Gutenberg is enabled.
* Fix - Validate required billing fields using data from objects instead of checking the labels.
* Update - chore: rename wrapper from payment-request to express-checkout
* Dev - chore: removed old PRB implementation for ApplePay/GooglePay in favor of the ECE implementation; cleaned up ECE feature flag;
* Dev - Disable visual regression testing from Playwright until a more reliable approach is defined.
* Dev - fix: E_DEPRECATED on BNPL empty PMME
* Dev - Update snapshots for E2E Playwright screenshots

= 8.5.0 - 2024-11-13 =
* Add - Add country-specific test card numbers for credit card testing
* Add - Add risk level information to the fraud and risk box on the order details page.
Expand Down
4 changes: 0 additions & 4 deletions changelog/add-ipp-missing-failure-webhooks

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/chore-rename-tokenized-prb-flag-to-tokenized-ece

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-disable-flaky-visual-regression-tests

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-update-pw-screenshots

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9447-validate-required-fields-using-objects

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-9700-payout-spotlight-illustration

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-deprecated-message-on-empty-pmme

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-dev-constructor-descriptions

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-express-checkout-css-file

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-improve-woopay-test-coverage

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-manual-capture-status

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-woopay-direct-checkout-docblock-name

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/poc-prbs-cleanup

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-9600-readme

This file was deleted.

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

== Changelog ==

= 8.6.0-test-1 - unreleased =
* Fix - fix: express checkout to use its own css files.
* Fix - Make sure the status of manual capture enablement is fetched from the right place.
* Fix - Prevent express checkout from being used if cart total becomes zero after coupon usage.
* Fix - Resolved issue with terminal payments in the payment intent failed webhook processing.
* Fix - Update Link logo alignment issue when WooPay is enabled and a specific version of Gutenberg is enabled.
* Fix - Validate required billing fields using data from objects instead of checking the labels.
* Update - chore: rename wrapper from payment-request to express-checkout
* Dev - chore: removed old PRB implementation for ApplePay/GooglePay in favor of the ECE implementation; cleaned up ECE feature flag;
* Dev - Disable visual regression testing from Playwright until a more reliable approach is defined.
* Dev - fix: E_DEPRECATED on BNPL empty PMME
* Dev - Update snapshots for E2E Playwright screenshots

= 8.5.0 - 2024-11-13 =
* Add - Add country-specific test card numbers for credit card testing
* Add - Add risk level information to the fraud and risk box on the order details page.
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.5.0
* Version: 8.6.0-test-1
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit 3dfb4b4

Please sign in to comment.