Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 12, 2025
1 parent 4e21571 commit 470bbf7
Show file tree
Hide file tree
Showing 33 changed files with 55 additions and 122 deletions.
25 changes: 25 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
*** WooPayments Changelog ***

= 8.8.0 - 2025-01-15 =
* Add - Allow transactions filtered by Payment Method
* Add - Falback terms and conditions for WooPay
* Fix - Broaden billing field queries from form-scoped to document-scoped
* Fix - Checkout: Make sure the font size for PMME is smaller than the labels
* 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 - Update WordPress.org readme.txt file
* 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 - Improve BNPL PMME and icon placement in shortcode checkout
* Update - Remove the overlay that announces the rename from deposits to payouts.
* Update - Replaced the term "VAT" with "Tax" in Documents Listing Page
* Update - round to nearest lowest denominator instead of ceiling before applying currency rounding settings.
* Dev - Add the Playwright Pay for Order spec and remove the equivalent Puppeteer spec.
* Dev - Add type assertion for disputes CSV export response to ensure type safety and fix TypeScript error
* Dev - Update phpunit-watcher dev package version
* Dev - Update the PHP version and the Xdebug version used in the E2E testing environment.
* Dev - Update the Playwright Payment Gateways Confirmation spec and remove the Puppeteer Payment Gateways Confirmation spec.

= 8.7.0 - 2024-12-25 =
* Add - Add seller_message to failed order notes
* Add - Add WooPay Klaviyo newsletter integration.
Expand Down
4 changes: 0 additions & 4 deletions changelog/add-2253-clickwrap-terms-and-conditions-2

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-9490-filter-txns-by-payment-method

This file was deleted.

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/dev-10071-convert-shopper-pay-for-order-e2e-spec

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-10113-bump-e2e-dockerfile-php-xdebug-versions

This file was deleted.

This file was deleted.

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-10033-wporg-readme-updates

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-change-font-size-pmme-checkout

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-ece-refresh-blocks-on-cancel

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-scope-out-billing-fields-selectors

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-tokenized-ece-applepay-delay

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/improve-pmme-placement-shortcode

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.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-payments",
"version": "8.7.0",
"version": "8.8.0",
"main": "webpack.config.js",
"author": "Automattic",
"license": "GPL-3.0-or-later",
Expand Down
27 changes: 26 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: woocommerce payments, apple pay, credit card, google pay, payment, payment
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.3
Stable tag: 8.7.0
Stable tag: 8.8.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -87,6 +87,31 @@ You can read our Terms of Service and other policies [here](https://woocommerce.

== Changelog ==

= 8.8.0 - 2025-01-15 =
* Add - Allow transactions filtered by Payment Method
* Add - Falback terms and conditions for WooPay
* Fix - Broaden billing field queries from form-scoped to document-scoped
* Fix - Checkout: Make sure the font size for PMME is smaller than the labels
* 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 - Update WordPress.org readme.txt file
* 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 - Improve BNPL PMME and icon placement in shortcode checkout
* Update - Remove the overlay that announces the rename from deposits to payouts.
* Update - Replaced the term "VAT" with "Tax" in Documents Listing Page
* Update - round to nearest lowest denominator instead of ceiling before applying currency rounding settings.
* Dev - Add the Playwright Pay for Order spec and remove the equivalent Puppeteer spec.
* Dev - Add type assertion for disputes CSV export response to ensure type safety and fix TypeScript error
* Dev - Update phpunit-watcher dev package version
* Dev - Update the PHP version and the Xdebug version used in the E2E testing environment.
* Dev - Update the Playwright Payment Gateways Confirmation spec and remove the Puppeteer Payment Gateways Confirmation spec.

= 8.7.0 - 2024-12-25 =
* Add - Add seller_message to failed order notes
* Add - Add WooPay Klaviyo newsletter integration.
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.5.1
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 8.7.0
* Version: 8.8.0
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit 470bbf7

Please sign in to comment.