Releases: markuspoerschke/iCal
Releases · markuspoerschke/iCal
Fix compatibility with PHP 5
Fix GEO property
Fixed
- Do not escape value of the GEO property #79
Fix dtEnd for all day events
Reccurence Rule improvements.
Added
- Allow multiple recurrence rules in an event #77
- RecurrenceRule now also allows hourly, minutely and secondly frequencies #78
Deprecated
- Adding a single recurrence rule to an event using
Event::setRecurrenceRule()
is deprecated and will be removed in 1.0. UseEvent::addRecurrenceRule()
instead. #77
Fix GEO parameter.
Fixed
- Problem with GEO property when importing into Google Calendar #74
Version 0.10.0
Version 0.9.0
- Add CHANGELOG.md based on ’Keep a CHANGELOG’
- Allow new lines in event descriptions #53
- Breaking Change: Changed signature of the Event::setOrganizer method. Now there is is only one parameter that must be an instance of Property\Organizer.
- Updated install section in README.md #54
- Added support for event properties EXDATE and RECURRENCE-ID #50
Version 0.8.0
Add upgrade guide
Version 0.7.0
- fix set time zone name
- add categories to event
Version 0.6.1
Merge pull request #31 from php-workx/dates_with_utc_value Dates with utc value