We have been hard at work over the past week cleaning up parts of the app. Here are some of the improvements that we have shipped:
  1. ๐Ÿ› Fixed a bug where the Waitlist was not showing when a day is fully booked.
  2. ๐Ÿ› Parts of the subscription booking flow was not translated to non-english languages. This has been fixed.
  3. ๐Ÿ› When editing availability, the breadcrumbs on the page had dead links. This has been fixed.
  4. โญ Customers using Google Calendar or Outlook can customize their event titles with more variables now. We have added support for the following variables:
    {variant_title}
    ,
    {number_of_attendees}
That means that you can now customize Outlook or Google Calendar events with these variables:
  • {first_name}
  • {last_name}
  • {event_name}
  • {booking_id}
  • {order_id}
  • {availability_name}