- Version
- Download 1217
- File Size 0.00 KB
- File Count 1
- Create Date January 16, 2023
- Last Updated September 22, 2023
WooCommerce Subscriptions v5.5.0
Version 5.5.0 RELEASED ON 2023-09-21
- Use admin theme color in selectors.
- Change plugin name to Woo Subscriptions.
Version 5.4.0 RELEASED ON 2023-08-11
- Introduce an updated empty state screen for the WooCommerce > Subscriptions list table.
- Ensure subscription checkout and cart block integrations are loaded on store environments where WooPayments is not enabled.
- Ensure the shipping phone number field is copied to subscriptions and their orders when copying address meta.
- When HPOS is disabled, fetch subscriptions by customer_id using the user's subscription cache to improve performance.
- Deprecated the 'woocommerce_subscriptions_not_found_label' filter.
- Updated subscriptions-core to 6.2.0
Version 5.3.0 RELEASED ON 2023-07-19
- Ensure when a customer changes the shipping method on cart and checkout that the recurring totals correctly reflect the chosen method.
- Resolve an issue that prevented the "Used for variations" checkbox from being enabled on the variable subscription product edit screen on WC version v7.9.0.
- When HPOS is enabled, the `wc/v3/subscriptions` REST API endpoint will now fetch subscriptions of all statuses.
- Filter the WC_Order_Query args to properly query subscription statuses when HPOS is enabled.
- Updated subscriptions-core to 6.0.0
Version 5.2.0 RELEASED ON 2023-07-05
- Resolved an issue that prevented the selected Shipping Method from being saved when switching an assembled Product Bundle.
- When HPOS is enabled, permanently deleting a subscription related order wasn't updating the related orders cache properly.
- Added logic to check if the recurring cart array is present before displaying the recurring totals section in the cart.
- Updated subscriptions-core to 5.8.0
Version 5.1.3 RELEASED ON 2023-06-05
- Resolved an issue with customers being redirected to an incorrect Pay for Order URL after login.
- Updated subscriptions-core to 5.7.2
Version 5.1.2 RELEASED ON 2023-05-11
- Resolve errors for third-party code using the URLs returned from WC_Subscriptions_Admin::add_subscription_url() and WCS_Cart_Renewal::get_checkout_payment_url() because they were erroneously escaped. #4526
- Enable third-party code to alter the delete payment token URL returned from flag_subscription_payment_token_deletions. #4526
- Update subscriptions-core to 5.7.1. #4526
Version 5.1.1 RELEASED ON 2023-05-05
- Error when third-party extensions use the `woocommerce_subscriptions_add_switch_query_args` filter. #4522