cakephp-calendar

CakePHP plugin to render simple calendars or ical/ics files

MIT License

Downloads
27.7K
Stars
16
Committers
6
cakephp-calendar - 2.1.0 Latest Release

Published by dereuromark 4 months ago

Improvements

Added GoogleCalendar helper for quick links to links to be added to a calendar

Included commits: https://github.com/dereuromark/cakephp-calendar/compare/2.0.2...2.1.0

cakephp-calendar - 2.0.2

Published by dereuromark 7 months ago

Fixes

  • Fixed up IcalView ext detection

Included commits: https://github.com/dereuromark/cakephp-calendar/compare/2.0.1...2.0.2

cakephp-calendar - 2.0.1

Published by dereuromark 11 months ago

Fixes

Fixed helper.

cakephp-calendar - 2.0.0

Published by dereuromark about 1 year ago

CakePHP 5 compatible release

Enjoy!

cakephp-calendar - 1.5.0

Published by dereuromark about 1 year ago

Improvements

  • PHP 7.4+ now
cakephp-calendar - 1.4.1

Published by dereuromark about 3 years ago

Fixes

Fixed small regression in calendar display.

cakephp-calendar - 1.4.0

Published by dereuromark about 3 years ago

Improvements

  • PHPStan level 8
  • Controller is available in all cases using getController() directly
cakephp-calendar - 1.3.1

Published by dereuromark about 3 years ago

Improvements

Allow timezone configuration - thanks to @curtisgibby

Fixes incorrect "today" highlighting when it's past midnight in UTC, but before midnight in the desired timezone.

cakephp-calendar - 1.3.0

Published by dereuromark over 3 years ago

Improvements

Use interface types where possible.

cakephp-calendar - 1.2.1

Published by dereuromark over 3 years ago

Fixes

Fixed weekend day labeling for non-ISO locales

cakephp-calendar - 1.2.0

Published by dereuromark over 3 years ago

Improvements

Localize day and month (@curtisgibby)

cakephp-calendar - 1.1.0

Published by dereuromark over 3 years ago

Improvements

Allow URL parameters to be passed into previous and next links (@curtisgibby)

cakephp-calendar - 1.0.0

Published by dereuromark over 4 years ago

CakePHP 4 stable release

A plugin to render simple calendars for your website.

  • Simple and robust
  • No JS needed, more responsive than solutions like fullcalendar
  • Persistent year/month URL pieces (copy-paste and link/redirect friendly)
  • IcalView class for .ics calendar file output.
cakephp-calendar - 0.3.6

Published by dereuromark over 4 years ago

Fixes

Fixed multi-day issue with datetime ranges < 24h

cakephp-calendar - 0.3.5

Published by dereuromark over 4 years ago

Improvements

Expose the Fixtures through autoload so they can be used for project level tests.

cakephp-calendar - 1.0.0-beta

Published by dereuromark almost 5 years ago

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

cakephp-calendar - 0.3.4

Published by dereuromark almost 5 years ago

Improvements

Removed deprecations.

cakephp-calendar - 0.3.3

Published by dereuromark about 5 years ago

Bugfixes

Fixed immutability bug in helper.

cakephp-calendar - 0.3.2

Published by dereuromark over 5 years ago

Adjustments

Removed more deprecations

cakephp-calendar - 0.3.1

Published by dereuromark about 6 years ago

Improvements

Added basic Ical support for generating .ics calendar files via IcalView class.