Skip to content

Commit

Permalink
Update version and add changelog entries for release 7.6.0-test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 22, 2024
1 parent f0c8a56 commit 8f60f74
Show file tree
Hide file tree
Showing 23 changed files with 33 additions and 86 deletions.
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
*** WooPayments Changelog ***

= 7.6.0-test-1 - 2024-xx-xx =
* Add - Add User Satisfaction Survey for Payments Overview Widget
* Add - Detect payment methods enabled by multiple payment gateways.
* Add - Non user-facing changes. Behind feature flag. Add tooltip messages to tiles within Payment activity widget
* Add - Not user-facing: hidden behind feature flag. Use Reporting API to fetch and populate data in the Payment Activity widget.
* Fix - Adjust positioning of BNPL messaging on the classic cart page.
* Fix - Avoid updating billing details for legacy card objects.
* Fix - Ensure the WooPay preview in the admin dashboard matches the actual implementation.
* Fix - fix: BNPL announcement link.
* Fix - Hide Fraud info banner until first transaction happens
* Fix - Make sure an explicit currency code is present in the cart and checkout blocks when multi-currency is enabled
* Fix - Prevent Stripe Link from triggering the checkout fields warning
* Fix - Resolves "Invalid recurring shipping method" errors when purchasing multiple subscriptions with Apple Pay and Google Pay.
* Dev - Add Playwright e2e test suite ready for incremental migration and visual regression testing
* Dev - Remove obsolete docker-compose key `version`

= 7.5.3 - 2024-04-22 =
* Fix - Fix subscription renewals exceptions
* Dev - Remove deprecated param from asset data registry interface.
Expand Down
4 changes: 0 additions & 4 deletions changelog/2024-04-18-09-06-44-606607

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/8279-fix-fraud-banner-display-transaction

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-8197-overview-survey

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-8511-add-payment-activity-data-tooltip

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-8519-reporting-api-to-component

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-duplicates-detection

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-monitoring-related-headers

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-2559-woopay-preview-implementation-mismatch

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8029-prb-invalid-recurring-shipping-method

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8672-remove-obsolete-docker-compose-version

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-8675-add-dispute-date-filter-to-link

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-bnpl-dialog-link

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-only-try-to-load-pmme-on-bnpl-methods

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-remove-filter-disputes-report

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-stripe-link-checkout-warning

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/remove-deprecated-param-from-asset-data-registry

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/try-playwright-e2e-tests

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-rename-payment-activity-singular

This file was deleted.

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

== Changelog ==

= 7.6.0-test-1 - unreleased =
* Add - Add User Satisfaction Survey for Payments Overview Widget
* Add - Detect payment methods enabled by multiple payment gateways.
* Add - Non user-facing changes. Behind feature flag. Add tooltip messages to tiles within Payment activity widget
* Add - Not user-facing: hidden behind feature flag. Use Reporting API to fetch and populate data in the Payment Activity widget.
* Fix - Adjust positioning of BNPL messaging on the classic cart page.
* Fix - Avoid updating billing details for legacy card objects.
* Fix - Ensure the WooPay preview in the admin dashboard matches the actual implementation.
* Fix - fix: BNPL announcement link.
* Fix - Hide Fraud info banner until first transaction happens
* Fix - Make sure an explicit currency code is present in the cart and checkout blocks when multi-currency is enabled
* Fix - Prevent Stripe Link from triggering the checkout fields warning
* Fix - Resolves "Invalid recurring shipping method" errors when purchasing multiple subscriptions with Apple Pay and Google Pay.
* Dev - Add Playwright e2e test suite ready for incremental migration and visual regression testing
* Dev - Remove obsolete docker-compose key `version`

= 7.5.3 - 2024-04-22 =
* Fix - Fix subscription renewals exceptions
* Dev - Remove deprecated param from asset data registry interface.
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: 8.7.0
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 7.5.3
* Version: 7.6.0-test-1
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit 8f60f74

Please sign in to comment.