sabre/dav 3.1.3 released
We just released sabre/dav 3.1.3. This release contains the following changes:
- We now require libxml 2.7.0 in composer. We always needed this as a minimum version, but this was not correctly marked.
- Fixed an issue in the MySQL table structure for calendars. There was not enough space to make a calendar to be able to hold events, todos and journals all at once.
- Upgraded sabre/vobject, this will fix a number of scheduling-related bugs.
Upgrade sabre/dav by running:
composer update sabre/dav
Or download the zip from the releases page.
Full changelog can be found on Github