Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.1.0-test-2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 12, 2024
1 parent 75fec8d commit 181e6fd
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 122 deletions.
20 changes: 20 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
*** WooPayments Changelog ***

= 8.1.0-test-2 - 2024-xx-xx =
* Add - Add button rules to appearance
* Add - Add heading rules to appearance
* Add - Add link rules to appearance
* Add - Adds skeleton loading element for BNPL payment messaging element on product details page.
* Add - Add tokenized cart PRB support to cart and checkout blocks.
* Fix - Added better error message when mandate is invalid.
* Fix - fix: cart association on tokenized PRB orders via custom session handler
* Fix - Fix onboarding redirect loop when starting from Woo Settings Payments.
* Fix - Fix uncaught error on the block based Cart page when WooPayments is disabled.
* Fix - Migrate to Docker Compose V2 for test runner environment setup scripts
* Fix - Reverts changes related to Direct Checkout that broke the PayPal extension.
* Fix - Translate hardcoded strings on the Connect page
* Update - Updated the integration between WooPayments Multi-Currency and Product Add-Ons.
* Update - Update outdated express checkout settings notification.
* Dev - Bump WC tested up to version to 9.2.0
* Dev - Fix Klarna and Refund Failures E2E tests
* Dev - Match the Node version in nvm with the minimum version in package.json.
* Dev - Update bundle size checker workflow to support node v20

= 8.0.2 - 2024-08-07 =
* Fix - Add opt-in checks to prevent blocking customers using other payment methods.
* Fix - Fix error in Express Checkout Element use with coupons.
Expand Down
4 changes: 0 additions & 4 deletions changelog/9126-add-pmme-pdp-skeleton-loader

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/Update URLs and anchors.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-get-button-styles-by-selectors

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-get-heading-color-by-selectors

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-get-link-styles-by-selectors

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-fix-error-cart-block

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/chore-remove-bnpl-april-announcement

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/chore-rename-test

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-fix-klarna-and-refund-failures-e2e-tests

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-update-bundle-size-check-node-version

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/feat-tokenized-cart-pdp-session-handler

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-9145-tokenized-cart-customer-id-mismatch

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9205-use-docker-compose-v2-commands

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-9214-missing-null-check

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-connect-page-untranslated-strings

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-disable-woopay-dc-when-woopayments-disabled

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-issue-8911

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-server-5934-payment-widget-data-mismatch

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-tokenized-cart-prbs-entities

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-tokenized-prb-failure-message

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/revert-ipp-missing-failure-webhooks

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/tokenized-cart-prb-blocks-cart-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-9193-outdated-express-checkout-notification

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-nvm-node-version

This file was deleted.

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

== Changelog ==

= 8.1.0-test-2 - unreleased =
* Add - Add button rules to appearance
* Add - Add heading rules to appearance
* Add - Add link rules to appearance
* Add - Adds skeleton loading element for BNPL payment messaging element on product details page.
* Add - Add tokenized cart PRB support to cart and checkout blocks.
* Fix - Added better error message when mandate is invalid.
* Fix - fix: cart association on tokenized PRB orders via custom session handler
* Fix - Fix onboarding redirect loop when starting from Woo Settings Payments.
* Fix - Fix uncaught error on the block based Cart page when WooPayments is disabled.
* Fix - Migrate to Docker Compose V2 for test runner environment setup scripts
* Fix - Reverts changes related to Direct Checkout that broke the PayPal extension.
* Fix - Translate hardcoded strings on the Connect page
* Update - Updated the integration between WooPayments Multi-Currency and Product Add-Ons.
* Update - Update outdated express checkout settings notification.
* Dev - Bump WC tested up to version to 9.2.0
* Dev - Fix Klarna and Refund Failures E2E tests
* Dev - Match the Node version in nvm with the minimum version in package.json.
* Dev - Update bundle size checker workflow to support node v20

= 8.0.2 - 2024-08-07 =
* Fix - Add opt-in checks to prevent blocking customers using other payment methods.
* Fix - Fix error in Express Checkout Element use with coupons.
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.2.0
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 8.0.2
* Version: 8.1.0-test-2
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit 181e6fd

Please sign in to comment.