WooCommerce Subscriptions v8.2.0
Version 8.2.0Released on 2025-12-10
- Various accessibility issues.
- Added button roles.
- Added labels to remove product links.
- Adding missing header labels on related orders table.
- Prevented various hidden elements from being exposed to screen readers.
- Fixed focus problems for the renewal dialog.
- Fixed focus when closing modals.
- Fixed toggle state change using spacebar.
- Fixed label for sign up now button.
- Fixed toggle aria-label text to reflect state.
- Added aria-haspopup attribute to buttons that open modals.
- Fixed link for view order aria-label.
- Fixed renew now button text and aria-label.
- Added aria-modal and role attributes to modals and dialogs.
- Resubscribe button now appears correctly for cancelled limited subscriptions.
- Missing translation for pricing string on languages without plural form.
- Customized subscriptions links in WooCommerce emails now work correctly.
- Possible fatal errors when switching grouped subscriptions.
- Prevent unnecessary log entries related to gifted subscriptions.
- Make it easier for translation plugins to respect individual customer language preferences when sending subscription emails.
- Prevent recurring local pickup options from displaying for virtual subscriptions when the cart contains physical products.
- Prevent shipping summary from displaying on Blocks Checkout for virtual subscriptions.
- Item price in blocks checkout is correctly displayed without "due today" words for items with zero sign up fee.
WooCommerce Subscriptions v8.1.0
= 2025-11-13 - version 8.1.0
- Fix: Prevent a fatal error that can occur when previewing emails in WooCommerce email settings.
- Fix: Prevent technical subscription-specific discount types from appearing in the coupon edit UI.
- Fix: Add admin notice and debug tool to recreate the payment retry database table when it's missing.
- Fix: Prevent resubscribe and reactivate buttons from showing for subscriptions containing disabled, deleted, draft, or limited products.
- Fix: Prevent error that blocks the subscriptions list from loading when gifted subscriptions are purchased with certain payment methods.
- Fix: Ensure gift recipient email address is displayed in the order confirmation email sent to the purchaser.
- Fix: Prevent pickup location options from displaying incorrectly alongside shipping methods on the Blocks Checkout page.
- Fix: Fix invalid HTML tags that cause fatal errors when using themes with WordPress Interactivity API.
- Fix: Add password reset links to the new account email template for gifted subscription recipients.
- Tweak: Improve the gift recipient email input field on Blocks Cart and Mini Cart to match the style of other checkout fields.
- Dev: Improve housekeeping of output buffers when handling requests to change subscription payment methods.
- Dev: Improve type safety in relation to the `wcs_get_subscription()` function.
WooCommerce Subscriptions v8.0.0
Version 8.0.0 Released on 2025-10-15
- 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.
- Resubscribing to a limited subscription from the product page will now reactivate the existing subscription.
- "New initial order - Recipient" email template preview no longer causes critical error.
- Shipping value on blocks checkout no longer shows as "Free" when no shipping method is available.
- Improved data telemetry which is sent to WooCommerce:
- Subscriptions setting values
- totals of subscription-related orders by order type and payment gateway, aggregated by month
- of subscription-related orders by order type and payment gateway, aggregated by month
- of products in parent subscription orders, aggregated by month
- of non-zero value parent subscription orders, aggregated by month
- of subscription products by billing interval
- of giftable subscription products
- of subscriptions by payment method, billing period, and renewal type
- of gifted subscriptions
- of subscribers
- event for subscription products
- orders with a "processing" status from the "subscription_orders" telemetry data.
WooCommerce Subscriptions v7.9.0
Version 7.9.0 Released on 2025-09-16
- REST API endpoint to retrieve subscriptions associated with a specific order ID.
- Keep subscription with successful renewals active when parent order fails.
- Error when renewing subscriptions with downloadable gifts.
- Improve performance by loading assets only when necessary.
- "Update cart" button being always enabled.
- Gifting recipient email layout issues when using a long e-mail address.
- Gifting checkbox not showing up on blocks cart when using WooCommerce 10.2+.
- Deleting a gifted subscription recipient will not delete their subscriptions, they will be moved to the subscription purchaser instead.
- The `wcs_get_subscriptions()` and `wcs_get_subscriptions_for_order()` functions are now stricter, and only return instances of `WC_Subscription`.
WooCommerce Subscriptions v7.8.2
2025-09-02 - version 7.8.2
* Fix: Error when updating/renewing subscriptions containing a pseudo coupon.
* Fix: Fix gifting recipient notice being shown for non gifting orders.
WooCommerce Subscriptions v7.7.0
2025-07-09 - version 7.7.0
* Fix: Restores normal behavior for the report caching updates scheduled action, which was failing due to a bad filepath.
* Fix: Fix error when placing an order with a valid card after using a declined one.
* Fix: Fix order renewal errors when using some plugins.
* Fix: Prevent fatal errors when loading or deleting subscriptions with corrupted date values stored in a database.
* Fix: Prevent fatal errors when trying to save invalid date values and display better error messages instead.
* Fix: Fix broken blocks and javascript translations.
* Fix: Keep newly created subscriptions in pending status when initial payment fails instead of putting them on hold.
* Dev: Improve test suite bootstrap process by postponing interactions with Action Scheduler until it has fully initialized.
* Dev: Plugin upgrade routines will now be triggered by changes in the main plugin version (and not the core library version).
* Dev: Update wcs_is_paypal_profile_a() so it handles non-string parameters more gracefully. This is principally to reduce noise levels when running the test suite.
* Dev: Proactively reviewed and hardened code to improve our security posture going forward.
WooCommerce Subscriptions v7.6.0
2025-06-11 - version 7.6.0
* Update: Allow updating billing info on existing subscriptions when customer changes account details.
* Fix: Use floats instead of integers for tax calculation in subscription switching when prices include tax.
* Fix: Enhance checks in email templates upgrade script for WooCommerce Subscriptions core 8.3.0.
* Dev: Refactor argument processing in run-tests.sh to add a direct check for the -w flag.
* Fix: Undefined array key `new`
* Fix: Ensure subscription exists before updating its last order date.
* Fix: Prevent fatal error when the line items no longer exist in the database.
WooCommerce Subscriptions v7.5.0
2025-05-20 - version 7.5.0
* Update: Add pagination to the related orders list in the My Account > View Subscription page.
* Fix: Infinite loop when trying to load subscription related orders meta after cache busting.
* Fix: Replace blogname with site_title on translation files.
* Dev: Make the `wcs_get_subscriptions_for_order()` function more robust. It should not return any subscriptions if presented with an invalid order.
WooCommerce Subscriptions v7.4.0
2025-04-14 - v7.4.0
* Update: Increase the number of args accepted by wcs_get_subscriptions(), to bring about parity with wc_get_orders().
* Dev: Update wcs_maybe_prefix_key() and wcs_maybe_unprefix_key() to support an array of keys.
* Fix: Prevent sending renewal reminders for orders with a 0 total.
* Fix: Ensure the second parameter passed to the 'get_edit_post_link' filter is an integer.
* Fix: Prevent WooCommerce Subscriptions buttons from overflowing in the View subscription page
* Dev: Update subscriptions-core to 8.2.0
WooCommerce Subscriptions v7.1.0
2025-01-10 - v7.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.
* Dev: Fix PHP deprecated warnings caused by calling esc_url with null.
* Dev: Update subscriptions-core to 7.9