Decryption key:
Event Booking for Joomla v5.7.1
1. Compatible with Joomla 6.1.2
Joomla 6.1.2 added a backward incompatible changes to improve security for upload files processing. We updated code in Events Booking to make sure it is working well with that latest Joomla release.
2. Modernize Events Trigger
We updated code in Events Booking to use modern Joomla event trigger (instead of the old way uses triggerEvent method from application). This will help Events Booking continue working well with future releases of Joomla when this old method is removed.
3. Some small improvements
- Improve custom fields dependency, make sure it is still working OK if admin added spaces to options by mistake
- Add parameters to allow controlling thumbnail position (left or right) for categories and events list menu item types.
- Fixed late fee calculation (before, it only determine if late fee is applied base on date, time is forgotten)