Releases: benhall14/php-calendar
Releases · benhall14/php-calendar
v2.0.3
Updates to give a new render method that accepts an options array.
v2.0.2
Bugfix on carbon versions
v2.0
Cleaner codebase for full PHP8+ support.
v1.5.4
Updates to fix an issue with the classes duplicating on the week view.
v1.5.3
Bugfix to address the erroneous echo tag on the weekly calendar view. Thanks @jsantari
v1.5.2
Added Greek translation - Thanks to @alinakis
v1.5.1
Update to allow classes to be added to the event summary box on a per event basis.
v1.5
Updated to allow multiple events on the same day have their own div line, instead of following inline.
v1.4.5
Added some bug fixes for time-related events. Events with times set should now work correctly in both the Monthly and Weekly views.
Added the horizontal scroll for the week view calendar, as suggested by @nazaralwi