WooCommerce – Subscriptions – Version – 8.0.0

2025-10-15 – version 8.0.0
* Add: Blocks Checkout now displays a single shipping method selection for both initial and recurring carts, similar to Classic Checkout. This can be disabled using the `wcs_cart_totals_shipping_html_price_only` filter.
* Fix: Resubscribing to a limited subscription from the product page will now reactivate the existing subscription.
* Fix: “New initial order – Recipient” email template preview no longer causes critical error.
* Fix: Shipping value on blocks checkout no longer shows as “Free” when no shipping method is available.
* Dev: Improved data telemetry which is sent to WooCommerce:
* WooCommerce Subscriptions setting values
* Order totals of subscription-related orders by order type and payment gateway, aggregated by month
* Number of subscription-related orders by order type and payment gateway, aggregated by month,* Dev: Update subscriptions-core to 8.0.0.
2025-01-10 – version 7.1.0
* Add: Compatibility with WooCommerce’s new preview email feature introduced in 9.6.
* Fix: Prevents PHP fatal error when wcs_can_user_renew_early() is called with a non-existent subscription ID.
* 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.
* Dev: Use the subscription’s customer ID during the `wcs_can_user_renew_early()` function call when sending customer notification emails.