Skip to content
Snippets Groups Projects
Commit effd686d authored by Markus Poerschke's avatar Markus Poerschke
Browse files

Version 0.11.1

parent 2e601152
No related merge requests found
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased] ## [0.11.1] - 2017-04-04
### Fixed ### Fixed
- All days events (no time) ends on the next day. [#83](https://github.com/markuspoerschke/iCal/pull/83) - 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) - 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) - Add `Event::getDtStart` method [#83](https://github.com/markuspoerschke/iCal/pull/83)
## [0.11.0] - 2016-09-16 ## [0.11.0] - 2016-09-16
...@@ -39,7 +41,8 @@ All notable changes to this project will be documented in this file. ...@@ -39,7 +41,8 @@ All notable changes to this project will be documented in this file.
- **Breaking Change:** Changed signature of the ```Event::setOrganizer``` method. Now there is is only one parameter that must be an instance of ```Property\Organizer```. - **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) - Updated install section in README.md [#54](https://github.com/markuspoerschke/iCal/pull/53)
[Unreleased]: https://github.com/markuspoerschke/iCal/compare/0.11.0...HEAD [Unreleased]: https://github.com/markuspoerschke/iCal/compare/0.11.1...HEAD
[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.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.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.10.0]: https://github.com/markuspoerschke/iCal/compare/0.9.0...0.10.0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment