Releases: kmdwebdesigns/calendar
Releases · kmdwebdesigns/calendar
v4.1.0
v4.0.0
v3.0.0
Upgrade to PHP 7.2 and Carbon 2.
Instead of using Carbon's depreciated methods to set the start and end of the week, use the new $calendar->setWeekStart(int $weekStart)
method and supply either a zero-indexed day integer (0 = Sunday, 1 = Monday, etc.) or use CarbonInterface::SUNDAY
, CarbonInterface::MONDAY
, etc.
v2.0.0
Upgrade to PHP 7.1 to take advantage of some new language features and get away from old, unsupported (or soon to be unsupported) versions of PHP.
There should be no breaking changes in the usage and API of Calendar unless you are extending the classes in your own code. Please open an issue if you have problems.