Skip to content

Releases: benhall14/php-calendar

v2.0.07

20 Oct 23:41

Choose a tag to compare

Fixes a bug with an invalid closing table TR tag.

v2.0.6

13 Jun 12:43

Choose a tag to compare

Added the ability to add custom data attributes to the data, based on the idea by @cschoenfeld

v2.0.5

05 Feb 15:49

Choose a tag to compare

Updated to use dayName and monthName instead of the legacy localeXXX code.

v2.0.4

30 Jan 18:32

Choose a tag to compare

Bugfix for the accidental removal of the setTimeFormat method.

v2.0.3

30 Oct 15:03

Choose a tag to compare

Updates to give a new render method that accepts an options array.

v2.0.2

23 Oct 10:56
b61333a

Choose a tag to compare

Bugfix on carbon versions

v2.0.1

23 Oct 10:25
c1d7306

Choose a tag to compare

Bugfix on weekly events.

v2.0

18 Oct 18:22
b1efb99

Choose a tag to compare

Cleaner codebase for full PHP8+ support.

v1.5.4

23 Sep 09:42
c47ff22

Choose a tag to compare

Updates to fix an issue with the classes duplicating on the week view.

v1.5.3

14 Aug 11:11

Choose a tag to compare

Bugfix to address the erroneous echo tag on the weekly calendar view. Thanks @jsantari