Kanboard-Prod/vendor/eluceo/ical/CHANGELOG.md

1.7 KiB
Raw Blame History

Change Log

All notable changes to this project will be documented in this file.

0.10.1 - 2016-05-09

Fixed

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

0.10.0 - 2016-04-26

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

0.9.0 - 2015-11-13

Added

Changed

  • 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