Skip to content

Commit

Permalink
Correct changelog/prep changelog for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
barryhughes committed Jan 13, 2025
1 parent 2caf1f1 commit fda9b9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
*** WooCommerce Subscriptions Core Changelog ***

= 8.0.0 - xxxx-xx-xx =
* Fix - Prevents the customer's postal code being used as their billing city in the current session, following a change to payment details.

= 7.9.0 - 2025-01-10 =
* Add - Compatibility with WooCommerce's new preview email feature introduced in 9.6.
* Fix - Prevent payment gateways that complete Change Payment requests asynchronously from blocking future attempts to update payment methods for all subscriptions.
* Fix - Resolved an issue that could lead to undefined variable when attempting to send a customer notification email with no order.
* Fix - Prevents the customer's postal code being used as their billing city in the current session, following a change to payment details.
* Fix - Safeguards added to the Subscriptions Totals template used in the My Account area, to guard against fatal errors that could arise in unusual conditions.
* Dev - Use the subscription's customer ID during the `wcs_can_user_renew_early()` function call when sending customer notification emails.
* Dev - Fix PHP deprecated warnings caused by calling esc_url with null.
Expand Down

0 comments on commit fda9b9c

Please sign in to comment.