- Version
- Download 46
- File Size 0.00 KB
- File Count 1
- Create Date 30 June 2024
- Last Updated 17 November 2024
Woo Subscriptions Free Download v6.9.0
Changelog
-----------------------------------
version 6.9.0
-----------------------------------
version 6.9.0
Released on 2024-11-14
New Customer Notification feature - sends reminder emails for upcoming subscription renewals, trials ending, and subscription expirations.
Prevent adding products to the cart if a subscription renewal is already present.
Improved performance of wcs_get_subscription() when querying by product and customer or order.
Improved performance when checking limited subscription product availability.
Deprecate upgrading from versions of WooCommerce Subscriptions prior to 3.0.0 (released Jan 2020).
Minor refactoring of `init` method in `WC_Subscriptions_Upgrader` class.
Introduce the filter `woocommerce_subscriptions_synced_first_renewal_payment_timestamp` to enable plugins to modify the first renewal date of synced subscriptions.
Update `get_post_meta()` calls to fetch product meta using CRUD getters.
Update subscriptions-core to 7.7.1
New Customer Notification feature - sends reminder emails for upcoming subscription renewals, trials ending, and subscription expirations.
Prevent adding products to the cart if a subscription renewal is already present.
Improved performance of wcs_get_subscription() when querying by product and customer or order.
Improved performance when checking limited subscription product availability.
Deprecate upgrading from versions of WooCommerce Subscriptions prior to 3.0.0 (released Jan 2020).
Minor refactoring of `init` method in `WC_Subscriptions_Upgrader` class.
Introduce the filter `woocommerce_subscriptions_synced_first_renewal_payment_timestamp` to enable plugins to modify the first renewal date of synced subscriptions.
Update `get_post_meta()` calls to fetch product meta using CRUD getters.
Update subscriptions-core to 7.7.1
Version 6.8.0Released on 2024-10-14
- Restore Retry icon in Orders table for HPOS-enabled stores.
- Correctly updates a subscription status to `cancelled` during a payment failure call when the current status is `pending-cancel`.
- Clear the `cancelled_email_sent` meta when a subscription is reactivated to allow the customer to receive future cancellation emails.
- Prevent deprecation notices after updating to WooCommerce 9.3.
- Prevent PHP fatal error that occurs when calculating the total tax refunded on a subscription.
- Only initialise the `WCS_WC_Admin_Manager` class on stores running WC 9.2 or older. This class handled integration with the Woo Navigation feature that was removed in WC 9.3.
Ausführung 6.7.0Released on 2024-09-13
- Resolved two issues preventing the correct display of the "Subscription items can no longer be edited." message on the Edit Subscription page.
- Checks for the existence of `wc_get_page_screen_id` before calling it on `wcs_get_page_screen_id`, and for the admin context before calling `list_table_primary_column` to prevent fatal errors.
- Blocks the reactivation of a subscription when the end date is in the past.
- Ensure a subscription's modified date is updated when its related order cache is updated on non-HPOS sites.
- Ensure trial period form data is set before use to prevent fatal errors when the data is missing.
- Resolved an error with coupon discount calculations for manual or early renewal orders on stores with tax-inclusive pricing.
- Add the theme-compatible button class to the switch button on the My Account > Subscription page.
- Removing the unused method `maybe_remove_formatted_order_total_filter` hooked to `woocommerce_get_formatted_order_total` which was deprecated.
- Update subscriptions-core to 7.5.0