summaryrefslogtreecommitdiff
path: root/vendor/eluceo/ical/CHANGELOG.md
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-10-25 16:22:10 -0700
committerFrederic Guillot <fred@kanboard.net>2017-10-25 16:22:10 -0700
commit9e2b2a32fd0e967ad3184e9a5d091a29953acb91 (patch)
tree00822e24aa1110c73ca455a8d096ef296c008cbc /vendor/eluceo/ical/CHANGELOG.md
parentc507c5416251c505cb3e088a03c6664bed73c812 (diff)
Include composer dependencies in repo
Diffstat (limited to 'vendor/eluceo/ical/CHANGELOG.md')
-rw-r--r--vendor/eluceo/ical/CHANGELOG.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/vendor/eluceo/ical/CHANGELOG.md b/vendor/eluceo/ical/CHANGELOG.md
new file mode 100644
index 00000000..84320d98
--- /dev/null
+++ b/vendor/eluceo/ical/CHANGELOG.md
@@ -0,0 +1,31 @@
+# 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](https://github.com/markuspoerschke/iCal/pull/74)
+
+## [0.10.0] - 2016-04-26
+### Changed
+- Use 'escapeValue' to escape the new line character. [#60](https://github.com/markuspoerschke/iCal/pull/60)
+- Order components by type when building ical file. [#65](https://github.com/markuspoerschke/iCal/pull/65)
+
+### Added
+- X-ALT-DESC for HTML types with new descriptionHTML field. [#55](https://github.com/markuspoerschke/iCal/pull/55)
+- Added a property and setter for calendar color. [#68](https://github.com/markuspoerschke/iCal/pull/68)
+- Write also GEO property if geo location is given. [#66](https://github.com/markuspoerschke/iCal/pull/66)
+
+## [0.9.0] - 2015-11-13
+### Added
+- CHANGELOG.md based on [’Keep a CHANGELOG’](https://github.com/olivierlacan/keep-a-changelog)
+- Support event properties EXDATE and RECURRENCE-ID [#50](https://github.com/markuspoerschke/iCal/pull/53)
+
+### Changed
+- Allow new lines in event descriptions [#53](https://github.com/markuspoerschke/iCal/pull/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](https://github.com/markuspoerschke/iCal/pull/53)
+
+[Unreleased]: https://github.com/markuspoerschke/iCal/compare/0.10.1...HEAD
+[0.10.1]: https://github.com/markuspoerschke/iCal/compare/0.10.0...0.10.1
+[0.10.0]: https://github.com/markuspoerschke/iCal/compare/0.9.0...0.10.0
+[0.9.0]: https://github.com/markuspoerschke/iCal/compare/0.8.0...0.9.0