WooCommerce Order Delivery Version 3.6.6 Changelog
* Fix – Block checkout may show an error when tips are enabled while switching customer accounts
* Fix – Block checkout may show an error when tips are enabled while switching customer accounts
* Fix: Conflict with Breakdance plugin causing the ‘Send Coupon’ form not to appear on the product page
* Update: Translations
* New: WordPress 6.9.0 compatibility
* New: WooCommerce 10.4.3 compatibility
* Fix: PHP fatal error: Call to a member function get_tax_class() on null during cart item restoration
* Update: Minimum PHP 7.0 required
* Update: POT file
* Fix issue with total calculations
* Move the gform_wrapper before the woocommerce form element.
* Fix – Fixed customer syncing between the order and the booking when HPOS is enabled.
* FIX: Fixed PHP 8.4 compatibility – nullable parameters are now explicitly declared in REST controller methods.
* FIX: Fixed “$this” usage in static methods for Apple Pay Checkout and Redsys gateway subscription renewal processing.
* FIX: Apple Pay and Google Pay Express Checkout no longer appear as regular payment methods in the checkout block (they only appear in the Express Checkout section as intended).
* Made compatible with WordPress 6.9
* Added – Supports Google reCAPTCHA + Cloudflare Turnstile — Choose the CAPTCHA that best fits your store’s needs.
* Fix – Subscriptions – Ensure subscription membership end date is synced when linked subscription changes
* Misc – Improve escaping and sanitizing throughout codebase
* Fix: Shipping options
* New: Add filter `ns_fba_fulfilment_order_should_fulfill` to allow by passing fulfilment of an order. This returns a boolean value and passed the order id and the quantity of items in the order