Releases: sabre-io/Baikal
Releases · sabre-io/Baikal
0.4.1
0.4.0
- #472: If you were using Sqlite, Cal- CardDAV clients might have missed
updates from the server. - #482 / #490: Fix installation issue if Sqlite is not enabled. (@fabianwolf)
- #491: Added CalDAV Scheduling plugin.
- Added Property Storage plugin.
- Removed features related to locking the admin interface. This means that you
no longer have to create theENABLE_ADMIN
/ENABLE_INSTALL
files. - Ships with sabre/dav 3.1.2
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
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.