Releases: mzur/kirby-calendar-plugin
Releases · mzur/kirby-calendar-plugin
v4.0
v3.1
v3
This version is now compatible with Kirby 3.
Breaking changes:
- Initialize the calendar with
new Mzur\KirbyCalendar\Calendar($data)
instead ofcalendar($data)
. - Set up your language support according to Kirby 3.
- Use the
t()
helper instead ofl::get()
for language variables.
v2
Version 2 of the plugin. Can make use of great new Kirby 2 features but may not run with Kirby 1 anymore.
Bugfix:
- Wrong use of
empty()
made the plugin crash with older versions of PHP - Upper case letters in field names were incompatible with the Panel structure field (see #18).
⚠️ You will need to update all content file event field names⚠️ _beginDate
->_begin_date
_beginTime
->_begin_time
_endDate
->_end_date
_endTime
->_end_time