Skip to content

Releases: DestinationCore/calendarize

2.0.0

05 May 12:15
3c354dd
Compare
Choose a tag to compare

Added

  • Craft 4 Support

1.5.0

15 Feb 09:02
40e7c57
Compare
Choose a tag to compare

Added

  • CP notice when a date has been added to exceptions.

Changed

  • Date exceptions values ordered before saving.
  • Remove duplicates from date exceptions value before saving.

1.4.4

10 Aug 09:42
3c78e8a
Compare
Choose a tag to compare

Added

  • nesbot/carbon package.

Changed

  • Locked package versions.

Fixed

  • weekMonthText service function to handle "last" occurrences.
  • weekOfMonth service function to correctly return data for the RRULE BYDAY.

1.4.3

28 Jul 16:04
f2940b1
Compare
Choose a tag to compare

Changed

  • JS to ordinals that match PHP

Fixed

  • Bug where week number was incorrectly rounded

1.4.2

21 Jun 13:55
970cedd
Compare
Choose a tag to compare

Added:

  • Validation for if the end date is set but start date isn't.

Changed:

  • Validation messages to be more user friendly.

1.4.1

23 May 11:10
Compare
Choose a tag to compare

Fixed

endRepeatDate DateTime object time manually set to end of day (23:59:59).

1.4.0

29 Apr 15:41
6f65d16
Compare
Choose a tag to compare

Added

  • Version number to composer.json.
  • Field time changes can be disabled within plugin settings.

Changed

  • Asset bundle to build with Laravel Mix 6.
  • "Time Exceptions" to "Time Changes" in field template.
  • Date formatting now runs via a Craft filter to apply user locale.
  • Ordinal is now returned for on month day repeat options in Calendarize service to match how it is updated in JS.

Removed

  • Duplicate asset bundle compiling the same assets.
  • Various unused dependencies.

Fixed

  • Bug where incorrect value was shown for month day repeat on entry load.