* Feature - Add new setting to default delivery date at checkout to the first available date for delivery
* Fix - When evaluating shipping methods, address an issue that may have thrown a PHP warning in some installations
* Tweak - Make the Shipping date and Delivery date columns sortable in the order list in installations using HPOS
* Tweak - Change plugin name to Order Delivery for WooCommerce
* Tweak - Update brand to Kestrel
* Tweak - Declare incompatibility with the WooCommerce Cart and Checkout blocks.
* Tweak - Updated the plugin URLs to the new woo.com domain.
* Tweak - Tested compatibility up to WC 8.5.
* Tweak - Tested compatibility up to WP 6.4.
* Fix - Fixed warnings for using deprecated jQuery shorthand functions in the `bootstrap-datepicker.js` library.
* Feature - Use different texts than delivery on local pickup orders.
* Tweak - Don't calculate the shipping date for local pickup orders.
* Tweak - Display empty the 'Shipping date' column in the order list for local pickup orders.
* Tweak - Changed the delivery section title in the checkout form to 'Delivery details'.
* Tweak - Don't display the delivery heading in the checkout form if the text is empty.
* Tweak - Added specific CSS classes to the delivery section in the checkout form.
* Tweak - Updated the title of the subscription delivery metabox.
* Tweak - Optimized the number of strings in the translation file.
* Tweak - Updated plugin author.
* Tweak - Tested compatibility up to WC 8.1.
* Tweak - Tested compatibility up to WP 6.3.
* Fix - Address PHP 8.1+ deprecation notices.
* Dev - Dropped deprecated filter hook `wc_od_get_order_shipping_method`.
* Dev - Dropped deprecated plugin code up to version 2.3.
* Dev - Dropped `woo-includes/` files.
* Dev - Updated plugin templates.
* Tweak - Check the current screen when running the 'init' hook.
* Fix - Fixed non-displayed delivery columns in the order list table when an AJAX request is verified before running the 'init' hook
* Fix - Fixed the delivery date column content in the order list table when the order has no delivery date.
* Fix - Fixed fatal error when loading the customizer.
* Dev - Include the table columns parameter when filtering the position of the delivery columns in the order list table.
* Fix - Fixed error when trying to clone a non-object on calculating the delivery details of a subscription.
* Tweak - Tested compatibility with WC 7.2.
* Fix - Fixed error when fetching a non-existing shipping zone by ID.