0.3.0
Pre-release
Pre-release
PLEASE NOTE: This is an unstable pre-release. Released so people are able to test it. Don't upgrade unless you are interested in testing
- Now requires PHP 5.5.
- Supports PHP 7!
- 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
andcard.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.
- #381: SQLite database woes. The database is now created from scratch when
installing. - #320: Allow underscores in calendar/addressbook uris.