1. Improve Speakers and Sponsors Plugin
Added Layout parameter to allow displaying speakers and sponsors using Slider.
2. Button to allow quickly viewing registrants of an event
Added Registrants button on add/edit event screen to allow clicking on to view registrants of the current being edited event.
3. Bugs Fixed
- Handle Metadata properly on category and event page.
- Allow choosing List and Grid layouts to Layout parameter on add/edit category screen
- Handle Member Discount Properly when recalculating registration fee on edit registrant screen
- Fixed invalid user warning when sending certificate
- Workaround to prevent fatal error when CURL_SSLVERSION_TLSv1_2 constant not available on some host with outdated curl library installed
4. General Code Improvements
- Improve code for backend layout to reduce repeating code and help future development faster
- Remove the usages of deprecated Table::getInstance method. This is to make sure the extension continue working well with future releases of Joomla when the deprecated method is removed.
Added Layout parameter to allow displaying speakers and sponsors using Slider.
2. Button to allow quickly viewing registrants of an event
Added Registrants button on add/edit event screen to allow clicking on to view registrants of the current being edited event.
3. Bugs Fixed
- Handle Metadata properly on category and event page.
- Allow choosing List and Grid layouts to Layout parameter on add/edit category screen
- Handle Member Discount Properly when recalculating registration fee on edit registrant screen
- Fixed invalid user warning when sending certificate
- Workaround to prevent fatal error when CURL_SSLVERSION_TLSv1_2 constant not available on some host with outdated curl library installed
4. General Code Improvements
- Improve code for backend layout to reduce repeating code and help future development faster
- Remove the usages of deprecated Table::getInstance method. This is to make sure the extension continue working well with future releases of Joomla when the deprecated method is removed.