* [fix] Admin new order email not being triggered in some cases
* [fix] manually added discounts were being removed during deposit recalculation
Minor bug fix
* [Tweak] Improved email triggers for partial payments.
* [Tweak] Replaced is_ajax() with wp_doing_ajax() following WooCommerce 6.1.0.
* Declared compatibility with Woocommerce 6.1.0
[Fix] Multiply deposit per persons for woocommerce bookings plugin was not always working correctly.
* [Tweak] Added warning message when some functions are invoked directly to improve custom code backward compatibility.
* Minor bug fix to checkout mode calculation
* [Fix] false "payment failed" error on thankyou page in some cases
* Declared compatibility with Wooccommerce 6.0.0
* [Feature] Global Deposit options added.
* [Feature] Fixed Payment Plans.
* [Feature] Added a button to remove all deposit data from order.
* [Feature] Added a setting to hide deposit UI when deposit is forced.
* [Feature] Added a setting to allow having itemized partial payment instead of single line payments only.
* [Tweak] Reworked deposit calculation functionalities to eliminate some rounding bugs.
* [Tweak] Reworked plugin settings for better user experience.
* [Tweak] Removed Setting for shipping taxes handling, for better calculation shipping taxes values are handled with shipping
* Added notification for major upcoming update (v4.0)
* Declared compatibility with Wooccommerce 5.8.0
* [Fix] Error making payment on order-pay page for some gateways
* [Fix] Duplicate deposit email triggered in some cases
* [Fix] Grouped products deposit values were incorrect in some scenarios.
* Minor bug fix