Releases: sabre-io/dav
Releases · sabre-io/dav
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
- Fixed: Issue 50, patch by Mattijs Hoitink.
- Fixed: Issue 51, Adding windows 7 lockfiles to TemporaryFileFilter.
- Fixed: Issue 38, Allowing custom filters to be added to TemporaryFileFilter.
- Fixed: Issue 53, ETags in the If: header were always failing. This behaviour
is now corrected. - Added: Apache Authentication backend, in case authentication through .htaccess
is desired. - Updated: Small improvements to example files.
1.2.0
1.2.0beta3
- Fixed: Custom properties were not properly sent back for allprops requests.
- Fixed: Issue 49, incorrect parsing of PROPPATCH, affecting Office 2007.
- Changed: Removed CalDAV items from includes.php, and added a few missing ones.
1.2.0beta2
- Fixed: Issue 46: Fatal error for some non-existent nodes.
- Updated: some example sql to include email address.
- Added: 208 and 508 statuscodes from RFC5842.
- Added: Apache2 configuration examples
1.2.0beta1
- Fixed: redundant namespace declaration in resourcetypes.
- Fixed: 2 locking bugs triggered by litmus when no Sabre_DAV_ILockable
interface is used. - Changed: using http://sabredav.org/ns for all custom xml properties.
- Added: email address property to principals.
- Updated: CalendarObject validation.
1.0.15
- Added: Issue 31: Hiding exception information by default. Can be turned on
with the Sabre_DAV_Server::$debugExceptions property. - Added: Moved autoload from lib/ to lib/Sabre/autoload.php. This is also the
case in the upcoming 1.2.0, so it will improve future compatibility.