Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.8.0-test-2
Browse files Browse the repository at this point in the history
github-actions[bot] committed Jan 6, 2025
1 parent bbe2c67 commit 8b4b7e7
Showing 20 changed files with 35 additions and 71 deletions.
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
*** WooPayments Changelog ***

= 8.8.0-test-2 - 2025-xx-xx =
* Add - Allow transactions filtered by Payment Method
* Fix - Ensure consistent formatting of refund notes with MC.
* Fix - Fix incompatibility with some bookings plugins.
* Fix - Fix JS exception when ECE payment fails.
* Fix - Fix transaction list sorting by payout currency
* Fix - Improve the mobile rendering of the Balances box within Payment Overview
* Fix - Update currency conversion method for booking products.
* Fix - Upgrade `@woocommerce/csv-export` package to v1.10.0 – fixes unnecessary escaping of negative values in CSV exports that was preventing numerical analysis in spreadsheet applications
* Fix - Zero dollar subscriptions with zero dollar renewals checkout error
* Update - Bump stable tag for 8.7.0
* Update - Clean Up Codebase and Remove Obsolete "wallets" Feature Flags and Implementations
* Update - Remove the overlay that announces the rename from deposits to payouts.
* Update - Replaced the term "VAT" with "Tax" in Documents Listing Page
* Dev - Add type assertion for disputes CSV export response to ensure type safety and fix TypeScript error
* Dev - Update phpunit-watcher dev package version

= 8.7.0 - 2024-12-25 =
* Add - Add seller_message to failed order notes
* Add - Add WooPay Klaviyo newsletter integration.
4 changes: 0 additions & 4 deletions changelog/add-9490-filter-txns-by-payment-method

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/dev-10029-export-deposit-type-assert

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/dev-10034-linter-warning-useeffect-unused-import

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/feature-consistent-note-formatting

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-10038-payout-currency-sort

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-472-mccy-wc-bookings

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8599-balances-card-layout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9303-upgrade-woocommerce-csv-export-package

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9923-replace-VAT-term

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9942-no-cost-subscription

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9990-payment-failed-exception

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-bookings-incompatibily

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-cve-2024-51736

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/remove-tokenized-cart-ece-flags

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-9704-remove-payouts-rename-overlay

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-bump-stable-tag

This file was deleted.

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

== Changelog ==

= 8.8.0-test-2 - unreleased =
* Add - Allow transactions filtered by Payment Method
* Fix - Ensure consistent formatting of refund notes with MC.
* Fix - Fix incompatibility with some bookings plugins.
* Fix - Fix JS exception when ECE payment fails.
* Fix - Fix transaction list sorting by payout currency
* Fix - Improve the mobile rendering of the Balances box within Payment Overview
* Fix - Update currency conversion method for booking products.
* Fix - Upgrade `@woocommerce/csv-export` package to v1.10.0 – fixes unnecessary escaping of negative values in CSV exports that was preventing numerical analysis in spreadsheet applications
* Fix - Zero dollar subscriptions with zero dollar renewals checkout error
* Update - Bump stable tag for 8.7.0
* Update - Clean Up Codebase and Remove Obsolete "wallets" Feature Flags and Implementations
* Update - Remove the overlay that announces the rename from deposits to payouts.
* Update - Replaced the term "VAT" with "Tax" in Documents Listing Page
* Dev - Add type assertion for disputes CSV export response to ensure type safety and fix TypeScript error
* Dev - Update phpunit-watcher dev package version

= 8.7.0 - 2024-12-25 =
* Add - Add seller_message to failed order notes
* Add - Add WooPay Klaviyo newsletter integration.
2 changes: 1 addition & 1 deletion woocommerce-payments.php
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
* WC tested up to: 9.5.1
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 8.7.0
* Version: 8.8.0-test-2
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments

0 comments on commit 8b4b7e7

Please sign in to comment.