From 1c46c81a7b8580360ac4386ca3f11c53538fca5a Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Thu, 4 Feb 2016 02:36:21 -0500 Subject: [PATCH] Added 0.3.0 changelog items. --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8b163..daf45c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ ChangeLog ========= +0.3.0 (????-??-??) +------------------ + +* Now requires PHP 5.5. +* Upgraded to sabre/dav 3.1 + * Support for WebDAV-Sync. + * Support for Calendar subscriptions. + * Support for iCalender and vCard export plugins. +* Created a central `dav.php` that does both carddav and caldav. `cal.php` + and `card.php` are still there, but will be removed in a future version. +* Added ability for users to change the calendar color. +* Moved server logic to a new class: `Baikal\Core\Server`. +* List of timezones is not generated from `DateTimeZone` class. +* Simplified packaging scripts into a Makefile. +* Fixed: bug when using a MySQL schema name that contains a whitespace. +* Twig is now a composer dependency. +* Moved documentation to sabre.io. + + 0.2.7 (2014-02-02) ------------------