Skip to content

4.5.0

Latest

Choose a tag to compare

@developeregrem developeregrem released this 29 Mar 10:35
0304566

This release brings a lot of cool enhancements for the new online booking feature 😎

What's changed

Online Booking

  • you can add room category restrictions for online bookings now
    • define min nights to stay (separate options for weekdays and weekend possible)
    • how many rooms are allowed per booking
    • define the min occupancy for a room (e.g. don't allow single occupancy for a double room)
    • add specific periods to define min nights
  • guests can choose extra prices like breakfast during online booking
    • you can enable/disable an extra with the new toggle in the price category settings page ("Available for online booking")
    • and for room prices: Make sure that price categories for all possible occupancies (e.g. 1 person, 2 persons, etc.) exist for each room category. Only occupancy levels with a matching price category will be shown as bookable to guests.
  • you can give your room categories a nice look for online bookings (Settings -> Room Categories -> Edit)
    • added amenities where you can tell the guest about the room equipment
    • upload pictures of your rooms which will be displayed during online booking
      • please update fewohbee-dockerized as well as the web container needs to respect a new upload limit
  • Check out the updated documentation for Online-Booking and Room Categories

Tourism Statistic

  • added a toggle to switch between country/state view as it is e.g. required in AT to report state infos as well
  • in order to see state infos you need to fill the database table for city lookup for all countries you need the state informations (see City Lookup) and of course you need to maintain the postal code and country fields of your guests

Templates

  • it's now possible to include your templates in other templates. This is usefull e.g. when you create a template for header/footer and want to reuse the snippet in different templates.
  • See documentation for Templates

... and further minor changes and bugfixes.

Full Changelog: 4.4.0...4.5.0