Releases: DestinationCore/calendarize
Releases · DestinationCore/calendarize
2.0.0
1.5.0
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
Added
nesbot/carbon
package.
Changed
- Locked package versions.
Fixed
weekMonthText
service function to handle "last" occurrences.weekOfMonth
service function to correctly return data for theRRULE
BYDAY
.
1.4.3
Changed
- JS to ordinals that match PHP
Fixed
- Bug where week number was incorrectly rounded
1.4.2
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
Fixed
endRepeatDate DateTime object time manually set to end of day (23:59:59).
1.4.0
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.