Skip to content

Releases: mzur/kirby-calendar-plugin

v4.0

14 May 12:38
56340ae
Compare
Choose a tag to compare

What's Changed

  • Fix: deprecated strftime with IntlDateFormatter by @rmeister in #35

New Contributors

Full Changelog: v3.1.0...v4.0

v3.1

04 Jan 21:24
Compare
Choose a tag to compare

What's changed

  • Relicense to MIT by @mzur

Full Changelog: v3.0.0...v3.1.0

v3

21 Jun 12:39
Compare
Choose a tag to compare
v3

This version is now compatible with Kirby 3.

Breaking changes:

  • Initialize the calendar with new Mzur\KirbyCalendar\Calendar($data) instead of calendar($data).
  • Set up your language support according to Kirby 3.
  • Use the t() helper instead of l::get() for language variables.

v2

21 Nov 15:00
Compare
Choose a tag to compare
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

v1

14 Nov 15:27
Compare
Choose a tag to compare
v1

This is the original version of the plugin, compatible with Kirby 1 and Kirby 2.