# Change Log All notable changes to this project will be documented in this file. ## [0.12.1] - 2017-06-07 ### Fixed - `\DateTimeImmutable` is now supported by events. When using `\DateTime` there will be no side effect anymore that will change the original date time object. [#98](https://github.com/markuspoerschke/iCal/pull/98), [#99](https://github.com/markuspoerschke/iCal/pull/99), [#100](https://github.com/markuspoerschke/iCal/pull/100) ## [0.12.0] - 2017-05-10 ### Fixed - Do not escape value of the GEO property [#79](https://github.com/markuspoerschke/iCal/pull/79) ### Added - Add support for `\DateTimerInterface`. This allows to use `\DateTimeImmutable`. [#86](https://github.com/markuspoerschke/iCal/issues/86) - Add support for arbitrary time zone strings. [#87](https://github.com/markuspoerschke/iCal/issues/86),[#89](https://github.com/markuspoerschke/iCal/issues/86) - Add new Geo property class [#79](https://github.com/markuspoerschke/iCal/pull/79) ### Changed - Drop support for old PHP versions: 5.3, 5.4, 5.6 - Remove default value for `X-PUBLISHED-TTL`. This value controls the update interval if the ics file is synced. The former default value was set to one week. If you want the behavior from version `< 0.12` you have to set the value: `$vCalendar->setPublishedTTL('P1W')`. [#81](https://github.com/markuspoerschke/iCal/pull/81) ### Removed - Remove class `\Eluceo\iCal\Property\Event\Description` [#61](https://github.com/markuspoerschke/iCal/pull/61) - Remove class `\Eluceo\iCal\Util\PropertyValueUtil` [#61](https://github.com/markuspoerschke/iCal/pull/61) ## [0.11.2] - 2017-04-21 ### Fixed - Do not escape value of the GEO property [#79](https://github.com/markuspoerschke/iCal/pull/79) ## [0.11.1] - 2017-04-04 ### Fixed - All days events (no time) ends on the next day. [#83](https://github.com/markuspoerschke/iCal/pull/83) - Timezone will not applied on all days events [#83](https://github.com/markuspoerschke/iCal/pull/83) ### Added - Add `Event::getDtStart` method [#83](https://github.com/markuspoerschke/iCal/pull/83) ## [0.11.0] - 2016-09-16 ### Added - Allow multiple recurrence rules in an event [#77](https://github.com/markuspoerschke/iCal/pull/77) - RecurrenceRule now also allows hourly, minutely and secondly frequencies [#78](https://github.com/markuspoerschke/iCal/pull/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](https://github.com/markuspoerschke/iCal/pull/77) ## [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) [0.12.1]: https://github.com/markuspoerschke/iCal/compare/0.12.0...0.12.1 [0.12.0]: https://github.com/markuspoerschke/iCal/compare/0.11.0...0.12.0 [0.11.2]: https://github.com/markuspoerschke/iCal/compare/0.11.1...0.11.2 [0.11.1]: https://github.com/markuspoerschke/iCal/compare/0.11.0...0.11.1 [0.11.0]: https://github.com/markuspoerschke/iCal/compare/0.10.1...0.11.0 [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