All Products for WooCommerce Subscriptions Version 3.2.2 Changelog
* Fix-Ensure that HTML prompts are saved and rendered correctly.
* Fix-Ensure that HTML prompts are saved and rendered correctly.
* New -Taxes from WooCommerce orders will now be reflected in Lightspeed sales
* Fix -Remote logging has been removed to avoid conflicts
* Tweak-Checks media library for previously download images when reimporting a product
* Tweak-Eliminated some foreach warnings
* New: Support for “Short title” field
* New: Support for “Shopping ads excluded country” field
* New: Support for “Ships from country” field
* Change: Add filters in Bing feed generation
* Fix: Condition sometimes mapped incorrectly in Bing feed
* IMPROVED: Improved compatibility with the generated payment link by WooCommerce (Redsys redirection).
* FIXED: Fixed an error with Redsys in the Checkout (InSite). Using $this when not in object context.
* Tweak-Keep the form values when the add-to-cart validation fails with a Store Credit product.
* Fix for table footer calculations (only visible and speed improvements)
* Increase of speed on load (removed some calculations)
* Tweak-New Position added to display Gift Wrapper option in checkout page
* Tweak-Tested with WooCommerce 6.3.1
* Tweak-Tested with WordPress 5.9.2
* Sensei LMS: Version bump to 4.2.0 https://raw.githubusercontent.com/Automattic/sensei/version/4.2.0/changelog.txt
* WordPress 6.0 compatible.
* WooCommerce 6.3 compatible.
* Revised restrictive term processing limits, potentially yielding incomplete results.
* Improved tag filter consistency avoiding the inclusion of tags which are not related to products within the current context.
* Improved filter query performance slightly with added restrictions that exclude marker entries (related to count and term queries).
* Corrected tag product counts for those with no related products within current context, to show zero when applicable.
* Avoid confusion over notice related to reports provided, removing it on the extension’s reports.
* Fixed Request-URI Too Long errors caused by input field generation bug on Queries report.
* Added the CSV export feature to the report on Queries.
* Fix: Undefined variable `user_can_suspend` when a customer suspension limit is defined and the max number of suspensions has been reached. PR#4318
* Fix: Sets up subscriptions integration with the Mini Cart Block and adds new hook to filter compatible blocks. subscriptions-core#103
* Fix: When using a WooCommerce Blocks powered checkout, fix an issue that led to limited products being removed from the cart when completing a switch or renewal order. subscriptions-core#119
* Fix: When there is only one Shipping Method available in the recurring shipping package, make sure that this method is treated as selected in the current session and the `woocommerce_after_shipping_rate` action runs. subscriptions-core#115
* Fix: Don’t anonymize new subscriptions related to old subscriptions via a resubscribe relationship. subscriptions-core#121
* Fix: Content that appears on the My account > Payment methods page should be translatable. subscriptions-core#125
* Dev: Update subscriptions-core to 1.7.0. PR#4319