Version 3.0.1

June 19, 2022

Fixed

  • Fixed type error when using field through GraphQL

Version 3.0.0

May 1, 2022

Added

  • Craft 4 🚀

Version 3.0.0-beta.1

March 2, 2022

Added

  • Craft CMS 4 compatibility

Version 2.5.0

February 28, 2022

Added

  • Added `isNotPast` option (#31)

Version 2.3.2

November 3, 2021

Fixed

  • Use field handle instead of name in EntryQueryBehavior (#26)

Version 2.3.1

November 1, 2021

Fixed

  • Plugin now works with columnSuffix introduces in Craft CMS 3.7.0 (#26)

Version 2.3.0

June 21, 2021

Added

  • PostgreSQL support

Version 2.2.1

June 8, 2021

Added

  • Elements can now be sorted by date rang fields

Version 2.2.0

March 21, 2021

Added

  • Add a field option and validtor to force the end date later than start date (#23)

Fixed

  • Fixed an issue with `formatted()` when the field didn't use time fields (#22)

Version 2.1.2

November 3, 2020

Fixed

  • Fixed an issue with `formatted()` where the start date was used instead of the end date.

Version 2.1.1

October 19, 2020

Added

  • `formatted()` now outputs dates in the current site locale

Version 2.1.0

February 27, 2020

Added

  • Added more options to the `formatted()` option and documentation on how to use them (#15)

Version 2.0.2

February 24, 2020

Fixed

  • Fixed an issue where the field wasn't working from the quick post widget (#14)

Version 2.0.1

January 6, 2020

Added

  • When the field is added to element overview, the values are now formatted based on the current user's locale (#10)

Version 2.0.0

December 12, 2019

Added

  • Full support for Craft's GraphQL API. (#8)

    Fixed

  • isFuture on the field value is now based on the start date instead of the end date.

Version 1.2.2

December 11, 2019

Fixed

  • Field labels are now translatable
  • When saving a field with only a start date, we'll now use that as value for the end date as well. #4

Added

  • Added french translation of the field labels (Thanks @ockam, #6)
  • Added dutch translations of the field labels
  • Added optional includeToday parameter to entry query behaviour

Version 1.2.1

December 2, 2019

Added

  • `isFuture() and getIsFuture()` now use the end date to determine when an event is over

Version 1.2.0

November 30, 2019

Added

  • `isPast(), isOnGoing() and isFuture()` can now be used in entry queries, passing along the field handle you want to be used to the function. (requires MySQL 5.7 or higher)

Version 1.1.0

November 29, 2019

Added

  • The field can now be displayed on element overview pages in the CP
  • Added the getFormatted option to the field to display all data in 1 line

Version 1.0.1

November 21, 2019

Fixed

  • Fixed an issue where using isOngoing() wouldn't use the correct data and woul