Releases: loyals-online/silverstripe-yearcalendar
Releases · loyals-online/silverstripe-yearcalendar
Fixed an issue where only the last year would be returned
Added a getter for events on EventList
2.12.1 Added getter for eventslist
Javascript for eventlist
Eventlist now has a specific javascript file
Failsafe for getLocalizedFieldnames
In the case that there is only the default locale, getLocalizedFieldnames may return false.
Security fixes
2.11.1 Security fixes
Refactor allowed locales check
2.11 remove sitelocales module dependency
Bugfix
Custom validation
For YearCalendarItem it is now possible to customize validation, by implementing 'updateCMSValidatorFields(&$array)'
Updating the array with fieldnames will make sure the model's CMS form recieves a RequiredFields
Bugfix
Relevant data object in extend calls
When updating the title for the ical file, extensions now have access to relevant data objects