All Products for WooCommerce Subscriptions Version 4.1.1 Changelog
* Fix – Ensured that when the ‘wcsatt_discount_addons’ filter is set to ‘false’, the bundled/composited add-ons are not discounted by the active subscription plan.
* Fix – Ensured that when the ‘wcsatt_discount_addons’ filter is set to ‘false’, the bundled/composited add-ons are not discounted by the active subscription plan.
* Add – Admin notice when WooCommerce isn’t activated.
* Fix – Prevent fatal errors when WooCommerce is not activated.
* Tweak – WC 7.8 compatibility.
* Misc – Add compatibility for WooCommerce High Performance Order Storage (HPOS)
* Update: Tested up to WooCommerce 7.7.0.
* Fix: Use `registerCheckoutFilters` graduated filter in Blocks plugin.
* Fix: Use WC_MNM_Helpers:get_supported_product_types() to define excluded product types automatically in metabox product selector.
* Fix: Allow input quantity to decrease if the container is overfill for any reason.
* Fix: Update single-product/mnm/mnm-product-quantity.php template to remove errant markup.
* Fix: Legacy meta class fatal error when trying to read Pre-1.10 data.
* Fix: Hide child item’s stock remaining when parent is out of stock. #499.
* Dev: Rename `wc_mnm_supported_products` filter to `wc_mnm_supported_product_types`
* Tweak – WC 7.8 compatibility.
* Update – Security update.
* Tweak – Removed add-on flat fees from per unit product prices in the cart. Requires Product Add-Ons v6.4.0.
* Fix – Fixed an issue that prevented bundled items add-ons from being initialized when added to a component.
* Fix – Fixed an issue that prevented composited product images from rendering correctly.
* New – Introduced ‘woocommerce_store_api_before_composite_aggregated_totals_calculation’ and ‘woocommerce_store_api_after_composite_aggregated_totals_calculation’ actions.
* Fix – Applied automatic error fixing using `phpcbf`.
* Fix – Correctly sanitize the `woocommerce_one_page_checkout` template parameter.
* Tweak – WC 7.7 compatibility.
* Tweak – WP 6.2 compatibility.
* Fix – Save the transaction ID without setting the order meta data directly
* Update – Security update