Skip to content

Commit

Permalink
Update version and add changelog entries for release 8.7.0-test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent 737aca0 commit 4187733
Show file tree
Hide file tree
Showing 27 changed files with 45 additions and 101 deletions.
22 changes: 22 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
*** WooPayments Changelog ***

= 8.7.0-test-1 - 2024-xx-xx =
* Add - Clickwrap terms and conditions support on WooPay
* Add - Implement gateway method to retrieve recommended payment method.
* Fix - Browser error no longer shows after dispute evidence submission
* Fix - Ceil product prices after applying currency conversion, but before charm pricing and price rounding from settings is applied.
* Fix - Consider WooPay eligibility when retrieving WooPay enable state in the settings.
* Fix - Errors were incorrectly marked as info in logs.
* Fix - fix: undefined $cart_contains_subscription
* Fix - Fixed Affirm using black logo on dark themes
* Fix - Fix styling of transaction details page in mobile view.
* Fix - Normalize HK addresses for ECE
* Fix - Order notes for inquiries have clearer content.
* Fix - Restrict Stripe Link to credit card payment method and improve cleanup.
* Fix - Support 'type_is_in' filter for Transactions list report, to allow easy filtering by multiple types.
* Update - Add support for showing `In-Person (POS)` as the transaction channel for mobile POS transactions in wp-admin Payments, enhancing visibility in both transaction lists and details.
* Update - chore: renamed PRB references in GooglePay/ApplePay implementation docs and logs files to ECE.
* Update - Ensure more robust selectors scoping to improve theme compatibility.
* Update - Make test instructions copy icon use the same color as the text next to it
* Update - Remove payout timing notice and update the help tooltil on Payments Overview page.
* Update - WooPay theming copy in the settings page
* Dev - Fixing issue with parsing QIT authentication.Fixing issue with parsing QIT authentication.

= 8.6.0 - 2024-12-04 =
* Add - Add Bank reference key column in Payout reports. This will help reconcile WooPayments Payouts with bank statements.
* Add - Display credit card brand icons on order received page.
Expand Down
5 changes: 0 additions & 5 deletions changelog/8969-fallback-to-card-payment-type

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-2253-clickwrap-terms-and-conditions

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-9690-recommended-pm

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-limit-woopay-themeing-to-shortcode-checkout

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/as-hk-address

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/chore-prb-references-in-ece-docs-and-logs

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/dev-qit-auth-fix-take-2

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7230-payments-details-mobile-view

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9612-inquiry-order-note

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9787-woopay-enable-state-settings

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9830-browser-error-on-dispute-submission

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-9889-log-level

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-change-woopay-theming-settings-copy

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-php-8-compatibility-errors-warnings

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-rounding-error-with-deposit-products

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-upe-theme-block

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-use-type-is-in-filter

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/frosso-patch-1

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/mobile-tpv-tracking-channel

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/scope-payment-elements-selectors

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/test-instructions-item-color

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-7900-payout-notice

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/update-server-container-name

This file was deleted.

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

== Changelog ==

= 8.7.0-test-1 - unreleased =
* Add - Clickwrap terms and conditions support on WooPay
* Add - Implement gateway method to retrieve recommended payment method.
* Fix - Browser error no longer shows after dispute evidence submission
* Fix - Ceil product prices after applying currency conversion, but before charm pricing and price rounding from settings is applied.
* Fix - Consider WooPay eligibility when retrieving WooPay enable state in the settings.
* Fix - Errors were incorrectly marked as info in logs.
* Fix - fix: undefined $cart_contains_subscription
* Fix - Fixed Affirm using black logo on dark themes
* Fix - Fix styling of transaction details page in mobile view.
* Fix - Normalize HK addresses for ECE
* Fix - Order notes for inquiries have clearer content.
* Fix - Restrict Stripe Link to credit card payment method and improve cleanup.
* Fix - Support 'type_is_in' filter for Transactions list report, to allow easy filtering by multiple types.
* Update - Add support for showing `In-Person (POS)` as the transaction channel for mobile POS transactions in wp-admin Payments, enhancing visibility in both transaction lists and details.
* Update - chore: renamed PRB references in GooglePay/ApplePay implementation docs and logs files to ECE.
* Update - Ensure more robust selectors scoping to improve theme compatibility.
* Update - Make test instructions copy icon use the same color as the text next to it
* Update - Remove payout timing notice and update the help tooltil on Payments Overview page.
* Update - WooPay theming copy in the settings page
* Dev - Fixing issue with parsing QIT authentication.Fixing issue with parsing QIT authentication.

= 8.6.0 - 2024-12-04 =
* Add - Add Bank reference key column in Payout reports. This will help reconcile WooPayments Payouts with bank statements.
* Add - Display credit card brand icons on order received page.
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.4.0
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 8.6.0
* Version: 8.7.0-test-1
* Requires Plugins: woocommerce
*
* @package WooCommerce\Payments
Expand Down

0 comments on commit 4187733

Please sign in to comment.