sabre/dav v1.1.0-alpha Release Notes

Release Date: 2010-03-01 // about 14 years ago
    • ๐Ÿš€ Note: This version is forked from version 1.0.5, so release dates may be out of order.
    • โž• Added: CalDAV - RFC 4791
    • Removed: Sabre_PHP_Exception. PHP has a built-in ErrorException for this.
    • โž• Added: PDO authentication backend.
    • โž• Added: Example sql for auth, caldav, locks for sqlite.
    • Added: Sabre_DAV_Browser_GuessContentType plugin
    • ๐Ÿ”จ Changed: Authentication plugin refactored, making it possible to implement non-digest authentication.
    • ๐Ÿ›  Fixed: Better error display in browser plugin.
    • โž• Added: Support for {DAV:}supported-report-set
    • โž• Added: XML utility class with helper functions for the WebDAV protocol.
    • โž• Added: Tons of unittests
    • โž• Added: PrincipalCollection and Principal classes
    • Added: Sabre_DAV_Server::getProperties for easy property retrieval
    • ๐Ÿ”„ Changed: {DAV:}resourceType defaults to 0
    • ๐Ÿ”„ Changed: Any non-null resourceType now gets a / appended to the href value. Before this was just for {DAV:}collection's, but this is now also the case for for example {DAV:}principal.
    • ๐Ÿ”„ Changed: The Href property class can now optionally create non-relative uri's.
    • Changed: Sabre_HTTP_Response now returns false if headers are already sent and header-methods are called.
    • ๐Ÿ›  Fixed: Issue 19: HEAD requests on Collections
    • Fixed: Issue 21: Typo in Sabre_DAV_Property_Response
    • ๐Ÿ›  Fixed: Issue 18: Doesn't work with Evolution Contacts