This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
Releases: real-or-random/dokuwiki-plugin-icalevents
Releases · real-or-random/dokuwiki-plugin-icalevents
2017-06-16
- Don't fail if there are no events to display
- Fail gracefully if the from/to string is invalid
2017-05-07
- Fix sorting
- Use fruux/sabre-vobject as a backend (requires PHP >= 5.5.5)
2017-04-26
- Restore compatibility with PHP 5.5
2017-04-16
- Use fruux/sabre-vobject as a backend (requires PHP >= 5.5)
- Fix recurring events
- Fix icon path
- Improve compatibility with non-default renderers, e.g., ODT export
- Fix HTTP header for export of events
This version requires PHP 5.5 or newer. Older PHP versions are no longer supported.
2016-09-26
- Fix timezone handling for events specified in UTC
2016-08-18
- Introduce dformat and tformat parameters
- Restore PHP 5.3 compatibility
2016-08-17
Complete rewrite