Skip to content

Commit

Permalink
Update version and add changelog entries for release 7.4.0-test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 11, 2024
1 parent fc83801 commit 0381a99
Show file tree
Hide file tree
Showing 26 changed files with 37 additions and 98 deletions.
18 changes: 18 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
*** WooPayments Changelog ***

= 7.4.0-test-1 - 2024-xx-xx =
* Add - Add data telemetry for the Proceed to Checkout button and the WooPay direct checkout.
* Add - Add WooPay direct checkout flow behind a server-side feature flag.
* Add - Handle refunds triggered externally, outside WP Admin
* Add - Preload WooPay session data for WooPay Direct Checkout flow.
* Fix - Apply the WooPay Direct Checkout flow only to the "Proceed to Checkout" button, in cthe classic cart.
* Fix - Ensure every gateway has individual settings object.
* Fix - Fixed Clearpay aria-label for UK sites
* Fix - Hide the option to refund in full from the transaction details menu when a transaction is partially refunded.
* Fix - Inform hard blocked merchants they're under review
* Fix - Load deposit overview only when deposit is present
* Fix - Order completed and refunded emails are no longer sent when a dispute is closed.
* Update - Validate deposit id before sending a request to fetch deposit.
* Dev - Ensure pre-push hook understands terminal & non-terminal environments
* Dev - Fix a bug in Tracks where admin events were not recorded properly
* Dev - Implement a feature flag for the Payment Overview widget.
* Dev - Minor refactor to disputes utility function inInquiry to make it accept only dispute status as a param, instead of whole dispute object.

= 7.3.0 - 2024-03-06 =
* Add - Added confirmation modals for order status changes with pending authorizations
* Add - Add migration script to cover situations with Link and WooPay both enabled after plugin update.
Expand Down
4 changes: 0 additions & 4 deletions changelog/add-2481-woopay-preload-session-data

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-2483-direct-checkout-data-telemetry

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-8242-payment-overview-widget-feature-flag

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-woopay-direct-checkout-eligibility-flag

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/chore-remove-unused-upe-js-functions

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/e2e-skip-broken-test-shopper-bnpls-checkout-develop

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/enhance-pre-push-hook

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7785-non-exisiting-deposit

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-7928-prevent-sending-order-complete-emails

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8328-button-styles-on-custom-block-page

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-8334-leftover-onboarding-sandbox-mode

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-classic-cart-direct-checkout-button-click

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-clearpay-aria-label

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-e2e-merchant-orders-status-change-test

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-gateway-individual-settings

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-server-4691-inform-merchants-about-under-review

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-wcpay-admin-tracks

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/refactor-7085-pass-only-dispute-status-as-param

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/revert-8252-add-track-gateway-name

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/update-deposit-details-validate-user-input

This file was deleted.

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

== Changelog ==

= 7.4.0-test-1 - unreleased =
* Add - Add data telemetry for the Proceed to Checkout button and the WooPay direct checkout.
* Add - Add WooPay direct checkout flow behind a server-side feature flag.
* Add - Handle refunds triggered externally, outside WP Admin
* Add - Preload WooPay session data for WooPay Direct Checkout flow.
* Fix - Apply the WooPay Direct Checkout flow only to the "Proceed to Checkout" button, in cthe classic cart.
* Fix - Ensure every gateway has individual settings object.
* Fix - Fixed Clearpay aria-label for UK sites
* Fix - Hide the option to refund in full from the transaction details menu when a transaction is partially refunded.
* Fix - Inform hard blocked merchants they're under review
* Fix - Load deposit overview only when deposit is present
* Fix - Order completed and refunded emails are no longer sent when a dispute is closed.
* Update - Validate deposit id before sending a request to fetch deposit.
* Dev - Ensure pre-push hook understands terminal & non-terminal environments
* Dev - Fix a bug in Tracks where admin events were not recorded properly
* Dev - Implement a feature flag for the Payment Overview widget.
* Dev - Minor refactor to disputes utility function inInquiry to make it accept only dispute status as a param, instead of whole dispute object.

= 7.3.0 - 2024-03-06 =
* Add - Added confirmation modals for order status changes with pending authorizations
* Add - Add migration script to cover situations with Link and WooPay both enabled after plugin update.
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.6.0
* Requires at least: 6.0
* Requires PHP: 7.3
* Version: 7.3.0
* Version: 7.4.0-test-1
*
* @package WooCommerce\Payments
*/
Expand Down

0 comments on commit 0381a99

Please sign in to comment.