WooCommerce Subscriptions 6.9.0

Download WooCommerce Subscriptions 6.9.0 from nulled fire. Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.
* Fix: use dashicon over fa icon. PR#3497
* Fix: remove button type from close modal link. PR#3497
* Fix: Remove double filtering of the meta label through the woocommerce_attribute_label filter. PR#3476
* Fix: Restore the subscription's end date after reactivation. PR#3399
* Fix: Tooltip content displayed on WooCommerce > Subscriptions administration screen.
* Tweak: Allow modals to be displayed on admin screens. PR#3497
* Tweak: Redirect the customer to checkout after failed early renewal attempt. PR#3494
* Dev: Allow third parties to filter the switch cart item object properties. PR#3484
Tweak: Add the switch direction the switch data stored in _subscription_switch_data order meta. PR#3440
Tweak: Add an order note to manual renewal order to note the order is awaiting customer payment. PR#3456
Tweak: Add note on the renewal order when a manual payment retry is ran. PR#3477
Fix: Hide sync meta data on the edit order and subscription screen. PR#3454
Fix: Fix an issue that led to missing _switched_subscription_item_id line item meta which caused incorrect multi-switch upgrade costs among other issues. PR#3461
Fix: Store the full set of current subscription counts not just the last element. Fixes issues when exporting subscription report data. PR#3455
Fix: Add the manually admin requested renewal order notes in the correct order. PR#3462
Fix: Display the customer facing subscription dates in site time. Fixing display inconsistencies. PR#3469
Fix: Updated the link in the staging site admin notice. PR#3473
Fix: Only get return retries from the post store which are retry posts. Fixes an issue where it would return a retry object for other post types. PR#3481
Fix: Load renewal order fee items to manual renewal carts. PR#3480
Dev: Fixed WC_Subscription::get_date() returning dates in the site time if the site was using GMT offsets in their site settings. PR#3469
* Fix a bug that would lead to switch log entries not including all information. PR#3441
* Fix fatal errors that would occur on the admin edit order screen on staging sites. PR#3443
* Performance: Sort subscription related order IDs on the application layer with rsort() instead of MySQL orderby clause. PR#3442