* Feature - New 'Form Location' option, located under 'Product Data > Advanced'. Allows you to modify the display location of the add-to-cart form in single-product pages. "Default": The add-to-cart form is displayed inside the single-product summary. "After summary": The add-to-cart form is displayed after the single-product summary. "After summary" usually allocates the entire page width for displaying form content. Note that some themes may not support this option.
* Fix - Added basic support for WooCommerce Min/Max Quantities. Min/Max Quantity rules defined at product level may now be overridden by the 'Quantity Min' and 'Quantity Max' configuration of a Component.
* Fix - Incorrect catalog price string calculations in some edge cases involving non-purchasable products, Variable products and optional Components.
* Tweak - Optimized catalog price calculation performance.
* Fix - Component cart quantity incorrectly synced with parent product when adding a composite with "Sold Individually" items to the cart and the quantity of the composite is higher than 1.
* Important - Updated '/composited-product/variation.php' template.
* Fix - Repositioned variable composited product add-ons under variation details.
* Fix - Missing variable-type Product Add-Ons totals in Components.
* Fix - Fatal error triggered when a composite product in the cart contains a bundle that was deleted after adding the composite product to the cart.
* Fix - Importer error handling (returning 'WP_Error' object instead of throwing Exception when importing invalid Component/Scenario data).
* Fix - Importer failing to import Composite Products correctly and failing silently.
* Fix - Importer failing to import the "Options Style" field correctly.
* Fix - Added REST API support for the 'Catalog Price' option.
* Fix - Failure to initialize selectWoo Component/Scenario fields when clicking 'Expand All'.
* Fix - Bundled line item prices not aggregated into Composite container item price in the cart ('Price' column only) when a Product Bundle is bundled by a Composite.
* Fix - Fixed a 'WC_Cart::get_cart_url' deprecated notice when trying to re-purchase a 'Sold Individually' composite.
* Fix - Strengthened back-end add-to-cart validation of variable composited product attributes.
* Fix - Product Add-Ons prices added in string format.