WooCommerce Purchase Order Gateway Version 1.4.10 Changelog
* Dev – Bump WordPress “tested up to” version 6.7.
* Dev – Bump WordPress “tested up to” version 6.7.
* Add – Introduce support for pre-ordering Woo Subscriptions products.
* Add – Introduce the filter `wc_pre_orders_after_product_options_updated` within `WC_Pre_Orders_Admin_Products::save_product_tab_options()`.
* Add – Introduce the filter `wc_pre_orders_admin_script_data` within `WC_Pre_Orders_Admin::load_styles_scripts()`.
* Fix – Prevent the use of the Cash On Delivery payment gateway for Pre-Orders charged upfront.
* Dev – Fix failing E2E tests.
* Fix – Handle deprecations of WooCommerce admin navigation functions
* Add – Ability to filter returned Bookings by `date_start_before` / `date_end_after`.
* Fix – If an error occurs, return `WP_Error` object instead of an error message in the `prepare_object_for_database` method.
* Fix – Ensure that bookings work correctly with the checkout block and that no duplicate bookings are created.
* Dev – Bump WordPress “tested up to” version 6.7.
*Fixed delay start date option display in variable subscription product
*Fixed issue with checkout for today start date and payment delayed
* New – Introduced the ‘wcsatt_use_runtime_meta_from_db’ filter to optionally prevent runtime meta from being read/written from/to the database.
* Fix – Resolved incorrect tax calculations when adding a product with plans to a subscription.
* Fix: Re-includes the missing metas used to display the recipient user information on the admin. #449
* Fix: Fixes the initial order email not being sent after the latest changes to the user creation flow. #446
* Fix: Memberships access linked to purchasing a subscription product was not being granted to the gift recipient due to a bug in 2.8.0. #450
* Tweak: Update shipping notice copy to make it clearer. #447
* Tweak – WC 9.4 compatibility.
* Tweak – WP 6.7 compatibility.
* Add – New condition: Cart subtotal before applying the discount of coupons.
* Fix: Do not send products without an SKU. This is to prevent errors in submission
* Fix: Check status response of orders sent to fulfilment to prevent marking orders as sent when it failed.