1. Added New Event Notification Plugin
This plugin allows you to send email notifications to users from selected user groups when there is new event created (from frontend, backend, or both). See
New Event Notification Plugin Documentation for more details
2. Improve Ticket Types Plugin
Added a new setting called
Only Allow Registering For One Ticket Type . In case you don't want users to register for more than one ticket type from that event, you can set this setting inside event to
Yes.
3. Support Batch SMS
If you use SMS feature in the extension, you can now use
Batch SMS to to send SMS message to selected registrants from Registrants Management screen.
4. Added Easy View Module
This module allows you to display any views in Events Booking in a module position, same with EB View Module, but much simpler to configure, see
Easy View Module for detailed documentation. This will be used to replace EB View Module, so EB View Module won't be available for new installations.
For exiting installations/sites, EB View Module will still work as how it is.
5. Added Events Booking - Advanced Events Slider module
This module will replace the original
Events Booking - Events Slider module. It has better, easier to maintain style, and also works better with responsive compare to
Events Booking - Events Slider module. Same as EB View Module,
Events Booking - Events Slider won't be available for new Events Booking installation, for existing websites which are using the module, it will still work as how it is
6. jQuery to Vanilla JS conversion
In this version, I tried to convert as much javascript code which is using jQuery library to plain/vanilla JS as possible. This will improve frontend performance (especially for Joomla 4 when jQuery is not loaded by default anymore). There are still some part in the extension (which uses form validation library - requires jQuery) has not been converted yet. I will continue the effort in the future
7. Bugs Fixes
- Fix EU Tax Rules Calculation
- Allow displaying images contains space on filename (on Joomla 4)
- Fixed wrong currency code on Google Structured Data plugin
- Fixed wrong payment processing fee calculation for event without deposit payment enabled.