1.14.0 – 2022/06/08

  • See the user-friendly release note
  • Compatibility – Support for WPML
  • Tweak – Moved the Calendar localization option to the General tab in the settings
  • Tweak – Allow Booking Activities to natively work with third-party WC product types (may not work as intended though)
  • Fix – WC customer data may not be exported in bookings exports
  • Fix – Bookings were not rescheduled when a booked event was resized
  • Fix – Bookings were not cancelled when a past single booked event was cancelled
  • Fix – Some events may appear twice if Trim empty days option is ON
  • Fix – Bookings calendar Day end option value was not properly displayed if overnight
  • Fix – Events disapearing on backend bookings calendar after rescheduling a booking
  • Fix – WC cart items were not removed if their attached booking was deleted
  • Fix – No longer remove commas in CSV export (causing incorrect price formatting)
  • Fix – PHP warning when trying to display a booking form with unknown fields
  • Fix – JS error may occur when trying to jump to a date in calendar editor
  • Fix – JS error may occur when trying to insert a group of events in calendar editor
  • Dev – Do not rely on the key parameter of cart item arrays as it can be changed regardless of the real cart item key
  • Dev – Use bookacti_get_formatted_booking_events_list() in bookacti_wc_get_item_bookings_events_list_html()
  • Dev – Refactor booking form CRUD