* Add - Added compatibility with the Cart and Checkout blocks.
* Improvement - Add admin validation when filling in, changing and saving Minimum, Maximum and Group of quantity values.
* Improvement - Add admin notices to products/variations that are already saved with invalid Minimum and Maximum quantity values.
* Improvement - Automatically correct invalid values when configuring or saving the Minimum/Maximum quantity settings.
* Fix - Cast product price and quantity to float to avoid type error.
* Fix - Specific variation title not showing in quantity error notice.
* Fix - Styling of checkbox labels and tooltips in add new product page.
* Dev - Remove inline JavaScript scripts and create separate script files that are enqueued via the 'wp_enqueue_scripts' and 'admin_enqueue_scripts' hooks.