Skip to content

Latest commit

 

History

History
126 lines (90 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

126 lines (90 loc) · 4.61 KB

Date Range Field for Craft CMS 3 changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.0.0-beta.4 - 2024-12-16

Fixed

  • Craft 5 version now works with Postgres (#48)

5.0.0-beta.3 - 2024-11-28

Fixed

  • GraphQL queries now work with Craft 5 (#39)

5.0.0-beta.2 - 2024-04-29

Fixed

  • Fixed an issue where the plugin would only install on 8.2.0 specifically (#36)

5.0.0-beta.1 - 2024-03-22

Warning

When upgrading to Craft 5, you'll need to update templates that use isPast, isFuture, isOnGoing or isNotPast. Please see the upgrade guide for more information.

Added

  • Craft 5 support

3.0.1 - 2022-06-19

Fixed

  • Fixed type error when using field through GraphQL

3.0.0 - 2022-05-01

Added

  • Craft 4 🚀

3.0.0-beta.1 - 2022-03-02

Added

  • Craft CMS 4 compatibility

2.5.0 - 2022-02-28

Added

  • Added isNotPast option (#31)

2.4.0

Added

  • Added GraphQL query arguments for isFuture, isCurrent and isPast. Thanks MrHesus! (#25 & #28)

2.3.2 - 2021-11-03

Fixed

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

2.3.1 - 2021-11-01

Fixed

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

2.3.0 - 2021-06-21

Added

  • PostgreSQL support

2.2.1 - 2021-06-08

Added

  • Elements can now be sorted by date rang fields

2.2.0 - 2021-03-21

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)

2.1.2 - 2020-11-03

Fixed

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

2.1.1 - 2020-10-19

Added

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

2.1.0 - 2020-02-27

Added

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

2.0.2 - 2020-02-24

Fixed

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

2.0.1 - 2020-01-06

Added

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

2.0.0 - 2019-12-12

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.

1.2.2 - 2019-12-11

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

1.2.1 - 2019-12-02

Added

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

1.2.0 - 2019-11-30

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)

1.1.0 - 2019-11-29

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

1.0.1 - 2019-11-21

Fixed

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