Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.9.0-test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 20, 2025
1 parent 3d8846a commit 7cfb285
Show file tree
Hide file tree
Showing 32 changed files with 55 additions and 121 deletions.
27 changes: 27 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
*** WooPayments Changelog ***

= 8.9.0-test-1 - 2025-xx-xx =
* Add - Add a popover to WooPayments to present all possible payment methods
* Add - Added persistent column visibility preferences for reporting tables, allowing merchants to customize and save their preferred table view layouts across sessions.
* Add - Admin analytics page E2E tests for Playwright
* Fix - Add currency code to fee breakdown when multi-currency is enabled, and currencies share the same symbol.
* Fix - Fix cart subtotal amount when manually renewing a subscription.
* Fix - Fixed fraud prevention token not available on blocks checkout
* Fix - Fix guest users being able to buy subscriptions with WooPay via Direct Checkout.
* Fix - Pass theme editor footer and header styles to WooPay.
* Fix - Set a default minimum height to the WooPay button.
* Fix - Update set up live payments task list item copy
* Update - feat: GooglePay/ApplePay refactor to leverage Store API is enabled by default. Please contact us if you encounter new issues with these buttons.
* Update - Improve loading experience in embedded KYC
* Update - Remove date format notice across all admin pages.
* Update - Replace payments overview page connection success notice with a modal for live accounts.
* Update - Simplify localization of CSV exports to use user language settings from WP Admin, allowing the CSV export to match the localization of the data presented in the admin UI.
* Dev - Add E2E environment variables to Playwright config.
* Dev - Converted E2E merchant-progressive-onboarding spec from Puppeteer to Playwright.
* Dev - E2E Playwright Migration: convert Admin Disputes spec
* Dev - E2E Playwright Migration: convert shopper-checkout-failures spec to Playwright and remove Puppeteer spec.
* Dev - Enhance log file format to provide more information about the request flow.
* Dev - Migrate merchant subscription settings spec to Playwright
* Dev - Migrate the Shopper Renew Subscription spec to Playwright and remove the corresponding Puppeteer test.
* Dev - Port merchant subscription renewal E2E test to Playwright
* Dev - Removed unused get single transaction endpoint
* Dev - Restore activated currencies after all tests that deactivate current ones.

= 8.8.0 - 2025-01-15 =
* Add - Allow transactions filtered by Payment Method.
* Add - Falback terms and conditions for WooPay.
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-545-persist-reporting-table-column-visibility

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-9936-connection-success-modal

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-popover-extra-pms

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-fix-min-height-woopay-button

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-5961-remove-unused-get-transaction-endpoint

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-9959-pw-admin-disputes-view-spec

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-hack-logging-enhancements

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-playwright-config-import-e2e-env-vars

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-playwright-fix-multi-currency-tests

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/feat-enable-tokenized-ece-by-default

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-10006-add-currency-to-fee-details-in-order-note

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-6739-renewal-subscription-price

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-8549-phpcs-errors-woocommerce-commenting

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-failing-e2e-tests

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-fraud-prevention-token-blocks-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-wc-54302-fix-set-up-live-payments-task-copy

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-direct-checkout-guest-subscriptions

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-woopay-theme-editor-header-footer

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-10021-remove-dateformatnotice

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-10116-sandbox-to-test-mode-copy

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-9971-simplify-localization-csv-export

This file was deleted.

27 changes: 27 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,33 @@ You can read our Terms of Service and other policies [here](https://woocommerce.

== Changelog ==

= 8.9.0-test-1 - unreleased =
* Add - Add a popover to WooPayments to present all possible payment methods
* Add - Added persistent column visibility preferences for reporting tables, allowing merchants to customize and save their preferred table view layouts across sessions.
* Add - Admin analytics page E2E tests for Playwright
* Fix - Add currency code to fee breakdown when multi-currency is enabled, and currencies share the same symbol.
* Fix - Fix cart subtotal amount when manually renewing a subscription.
* Fix - Fixed fraud prevention token not available on blocks checkout
* Fix - Fix guest users being able to buy subscriptions with WooPay via Direct Checkout.
* Fix - Pass theme editor footer and header styles to WooPay.
* Fix - Set a default minimum height to the WooPay button.
* Fix - Update set up live payments task list item copy
* Update - feat: GooglePay/ApplePay refactor to leverage Store API is enabled by default. Please contact us if you encounter new issues with these buttons.
* Update - Improve loading experience in embedded KYC
* Update - Remove date format notice across all admin pages.
* Update - Replace payments overview page connection success notice with a modal for live accounts.
* Update - Simplify localization of CSV exports to use user language settings from WP Admin, allowing the CSV export to match the localization of the data presented in the admin UI.
* Dev - Add E2E environment variables to Playwright config.
* Dev - Converted E2E merchant-progressive-onboarding spec from Puppeteer to Playwright.
* Dev - E2E Playwright Migration: convert Admin Disputes spec
* Dev - E2E Playwright Migration: convert shopper-checkout-failures spec to Playwright and remove Puppeteer spec.
* Dev - Enhance log file format to provide more information about the request flow.
* Dev - Migrate merchant subscription settings spec to Playwright
* Dev - Migrate the Shopper Renew Subscription spec to Playwright and remove the corresponding Puppeteer test.
* Dev - Port merchant subscription renewal E2E test to Playwright
* Dev - Removed unused get single transaction endpoint
* Dev - Restore activated currencies after all tests that deactivate current ones.

= 8.8.0 - 2025-01-15 =
* Add - Allow transactions filtered by Payment Method.
* Add - Falback terms and conditions for WooPay.
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.8.0
* Version: 8.9.0-test-1
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit 7cfb285

Please sign in to comment.