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.