* Fix - Customer cancelled bookings were not triggering cancellation emails.
* Fix - Incorrect text domain for translation.
* Fix - Incorrect links for docs and support.
* Fix - Bookings Calendar not functioning properly for RTL languages.
* Fix - Random availability problem.
* Fix - Calendar calculation wasn't taking into consideration days before actual booking for duration of type days.
* Fix - Data manipulation allows bookings outside of defined blocks.
* Fix - Orders with multiple cancelled bookings still show as "Completed".
* Fix - PHP notice when adding bookable product that requires confirmation to the cart.
* Tweak - Pagination of "My Bookings".
* Tweak - Switch order of operations for `status_transitioned_handler`.
* Tweak - Time in admin calendar day view now uses WordPress time format.
* Tweak - Updated templates to have proper/updated headers.
* Add - New functionality to restrict the day a booking can start on.
* Fix - Admin calendar day view incorrect when times below 10am.
* Fix - Bookings calendar on the backend doesn't respect time format in WordPress settings.
* Fix - Bookings with orders created in admin had totals without taxes included.
* Fix - Fatal error when using woocommerce_email_recipient_booking_confirmed
* Fix - Fatal if create_wc_booking used to create booking based on parent.
* Fix - Hour based slots overlapping midnight marks next day as partially booked even though it doesn't affect any of the slots.
* Fix - My Account > Bookings default order to booking date instead of date created.
* Fix - Refunded orders will update the Bookings status to Refunded.
* Fix - Today's availability rules were being ignored.
* Tweak - Added filter for wc_bookings_get_time_slots_html.
* Tweak - Added filters to allow switching to date created for My Account > Bookings.
* Tweak - Added wc_bookings_summary_list_date filter for wc_bookings_get_summary_list.
* Tweak - Automatically open calendar when clicking on any of the Month/Day/Year input boxes.
* Tweak - Moved Booking Display to templates for orders on both front-end and admin.
* Tweak - Moved Booking Summary list to templates for orders on both front-end and admin.
* Tweak - Send confirmation email for manually created bookings without an order.
* Fix - Error 500 when using external object cache, such as Memcached.
* Fix - Days with availability > 1 calendar shows fully booked after 1 booking.
* Fix - Emails are triggered when saving a booking and changes aren't made.