Skip to content

Releases: markuspoerschke/iCal

Fix GEO property

20 Apr 22:24
Compare
Choose a tag to compare

Fixed

  • Do not escape value of the GEO property #79

Fix dtEnd for all day events

04 Apr 18:00
Compare
Choose a tag to compare

Fixed

  • All days events (no time) ends on the next day. #83
  • Timezone will not applied on all days events #83

Added

  • Add Event::getDtStart method #83

Reccurence Rule improvements.

16 Sep 12:22
Compare
Choose a tag to compare

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. Use Event::addRecurrenceRule() instead. #77

Fix GEO parameter.

09 Jun 09:10
Compare
Choose a tag to compare

Fixed

  • Problem with GEO property when importing into Google Calendar #74

Version 0.10.0

26 Apr 12:27
Compare
Choose a tag to compare

Changed

  • Use 'escapeValue' to escape the new line character. #60
  • Order components by type when building ical file. #65

Added

  • X-ALT-DESC for HTML types with new descriptionHTML field. #55
  • Added a property and setter for calendar color. #68
  • Write also GEO property if geo location is given. #66

Version 0.9.0

13 Nov 22:35
Compare
Choose a tag to compare
  • 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

12 Jul 18:20
Compare
Choose a tag to compare
Add upgrade guide

Version 0.7.0

21 Feb 23:17
Compare
Choose a tag to compare
  • fix set time zone name
  • add categories to event

Version 0.6.1

08 Dec 16:02
Compare
Choose a tag to compare
Merge pull request #31 from php-workx/dates_with_utc_value

Dates with utc value

Version 0.6.0

07 Dec 20:46
Compare
Choose a tag to compare
Update README.md