Skip to content

Releases: kmdwebdesigns/calendar

v4.1.0

11 Oct 21:33
2f14032
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

11 Oct 21:04
c9c3f61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v4.0.0

v3.0.0

01 Oct 04:56
560b2aa
Compare
Choose a tag to compare

Upgrade to PHP 7.2 and Carbon 2.

⚠️ Breaking Changes ⚠️

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

22 Apr 04:34
e3afd0b
Compare
Choose a tag to compare

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.