* Fix - Avoid "division by zero" fatal errors when adding some items to cart
* Tweak - The number of decimals used when rounding can now be adjusted using the "wc_measurement_price_calculator_measurement_precision" filter (recommended when dealing with very small values)
* Tweak - Update product data lookup table with correct minimum and maximum prices, this ensures MPC products can be accurately sorted by price
* Fix - Ensure prices are displayed correctly when using these settings: prices entered exclusive of tax, prices displayed including tax
* Fix - Some area/volume values were appearing as `0.00` incorrectly when the value contained decimals.
* Fix - Correctly restore full measurement quantity upon issuing a refund.
* Fix - Resolve a Pricing Table issue where certain measurement values were unable to be added to the cart
* Fix - Improve handling of non-US currency prices, particularly price per unit calculations for variable products
* Fix - Resolve an issue where customers are unable to manually enter a decimal length when an increment is specified
* Tweak - Ensure measurement values are saved in the database in the same format for both simple and variable products
* Fix - Resolve an issue with variable products and decimal comma separator where the incorrect default empty values would be saved for variations
* Fix - Ensure that pricing calculator products are considered in stock when they have a stock quantity greater than 0 but lower than 1
* Fix - Do not allow user-defined negative input values when accepting free-form customer input
* Tweak - Ignore the thousands separator when displaying a large value in the area or volume fields
* Fix - When saving area or volume, make sure decimal values are properly formatted before saving to the database to avoid floating point issues
* Fix - Ensure that the pricing table shortcode will not output data for a product that is unpublished or is private
* Misc - Add admin notices to help merchants reverting to the cart or checkout shortcodes if the corresponding blocks are used instead
* Fix - Resolve a compatibility issue with some third party plugins causing fatal errors when saving product data
* Fix - Resolve issues with calculations for perimeter and surface area measurements
* Misc - Add compatibility for WooCommerce High Performance Order Storage (HPOS)