Released on Monday, 13 March 2023 19:03
Release Notes :
# [LOW][PHP8] Fixed : Possible error message related to array_merge() on form registration validation (depending on your settings).
Changed Files in 3.8.15
~ com_icagenda/site/models/registration.php
~ com_icagenda/site/src/Model/RegistrationModel.php
Release Notes :
# [LOW] Fixed : Possible error on auto short description rendering.
# [LOW][J4] Fixed : Custom field of type email override error when in use.
# [LOW][J3] Fixed : Submit event form error when period dates empty.
Changed Files in 3.8.16
~ com_icagenda/admin/src/Utilities/Customfields/Customfields.php
~ com_icagenda/admin/src/Utilities/Events/Events.php
~ com_icagenda/admin/utilities/events/events.php
~ com_icagenda/site/models/submit.php
- Release Notes :
+ Added : ic-event-id-{id} class in main list of events to allow individual custom css per event in the list.
+ Added : ic-event-cancelled class to parent element when event is cancelled.
+ Added : Extend Customfields loader to allow form fields load by slug.
~ Changed[J4] : Improve dashboard icon buttons display.
~ Changed[J4] : Improve open graph for event.
~ Changed[SQL] : Set custom field value to mediumtext.
# [LOW][J4] Fixed : Registrations filtering by...
Release Notes :
! Notice of Termination of AddThis Services.
1 Oracle has made the business decision to terminate all AddThis services effective as of May 31, 2023.
1 Existing AddThis users can expect that after May 31, 2023:
1 - AddThis buttons may disappear from the user’s websites
1 - the AddThis dashboard associated with the user’s registration for AddThis, and all support for AddThis services, will no longer be available.
! All code associated with AddThis is therefore removed
1...
3.8.19
Maturity Stable
Released on Thursday, 19 October 2023 20:58
Announcement : Joomla 3.10 as minimum version required. PHP 8.0+ recommended (minimum 7.2).
Install/Update on Joomla 3 / Joomla 4
Release Notes :
! Joomla 5 Ready!
+ Added: Admin dark mode support on Joomla 5.
+ Added: Workaround for utf8_encode and _decode being deprecated in PHP 8.2
~ [THEMES] Changed: Improve Date/Dates label (singular/plural) in event details view.
# [LOW] Fixed : Improve...
3.8.20
Maturity : Stable
Released on Saturday, 21 October 2023 13:49
Announcement : Joomla 3.10 as minimum version required. PHP 8.0+ recommended (minimum 7.2).
Install/Update on Joomla 3 / Joomla 4
Release Notes :
! A bug was introduced in J4.4 and J5 with calendar form field picker when week numbers are hidden and time format is 24h.
1 And it's all my fault (Oops)! I introduced this issue by improving the display of the core calendar picker in the official...
3.8.21
Maturity : Stable
Released onThursday, 02 November 2023 19:07
Announcement : Joomla 3.10 as minimum version required. PHP 8.0+ recommended (minimum 7.2).
Install/Update on Joomla 3 / Joomla 4 / Joomla 5
Release Notes :
~ Changed: Improve alias generation on save as a copy (events and categories).
# [LOW] Fixed : Registration validation, reverts the empty value for custom_fields.
# [LOW] Fixed : null hits on new event.
# [LOW] Fixed : Wrong element id...
Released on Wednesday, 29 November 2023 19:14
Release Notes :
~ Changed: Improve Media folder control when site installed on a sub-directory, and images path is changed in Media manager.
# [LOW] Fixed : Default typeReg value. To correctly set registration dates in notification emails for older events.
# [LOW] Fixed : cache registration counter for visitors.
# [LOW] Fixed ...
3.8.23
Released on Sunday, 03 December 2023 01:33
Announcement : Joomla 3.10 as minimum version required. PHP 8.0+ recommended (minimum 7.2).
Install/Update on Joomla 3 / Joomla 4 / Joomla 5
Release Notes :
# [MEDIUM] Fixed : Custom fields on the registration form are not linked to the registration ID (parent_id) in database table #__icagenda_customfields_data. The data is stored, but unfortunately it is also impossible to know which record it is linked to.
# [LOW] Fixed ...
3.8.24
Released on Wednesday, 06 December 2023 15:41
Announcement : Joomla 3.10 as minimum version required. PHP 8.0+ recommended (minimum 7.2).
Install/Update on Joomla 3 / Joomla 4 / Joomla 5
Release Notes :
+ Added: Add 'translateformat' to calendar type custom field (date formatted in current language).
~ Changed: Exclude separator form field from csv export.
# [LOW][PHP8] Fixed : missing $key for customfields insertObject (does not generate any bugs, but...