Here’s a run-down on what’s new in the latest update for WooCommerce Subscriptions Plugin:
A fix…. The shipping line tax row display for renewal orders was fixed to ensure that taxes are saved for recurring shipping items or derived from the tax on the shipping line items of the original order if no recurring shipping items are present. This was done for backward compatibility.
And in Version 1.5.19:
Three Tweaks
Now, get_current_screen() function exists to fix compatibility with any extensions that trigger the ‘woocommerce_get_formatted_order_total’ hook before it is loaded
Allows recurring cart coupons to be applied to renewal of an expired of cancelled subscription (which creates a new subscription)
Support for recurring line tax data rows
Five Fixes
Do not allow a limited subscription to be switched from the single product page when switching is disabled on the site or not enabled for that product type
After adding a subscription product to the cart, if the customer would not be redirected to checkout or the cart page, redirect them to whichever page they added the product from to ensure the cart widget loads correctly
Cart widget with WC 2.3.2+ when a subscription product is in the cart with a $0 recurring total
Line tax row display for automatic renewals orders by ensuring that any serialized line item meta data is unserialized before adding it to renewal orders, to avoid it being serialized twice
Applying cart or product discount coupon to subscription with $0 in WooCommerce 2.3 via the Checkout page