Baïkal v0.3.0 Release Notes

Release Date: 2016-02-14 // about 8 years ago
    • 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.
    • #381: SQLite database woes. The database is now created from scratch when installing.
    • #320: Allow underscores in calendar/addressbook uris.
    • Ships with sabre/dav 3.1.1