sabre/dav v1.2.0.alpha4 Release Notes

Release Date: 2010-04-24 // about 14 years ago
    • โž• Added: Support for If-Range, If-Match, If-None-Match, If-Modified-Since, If-Unmodified-Since.
    • ๐Ÿ”„ Changed: Brand new build system. Functionality is split up between Sabre, Sabre_HTTP, Sabre_DAV and Sabre_CalDAV packages. In addition to that a new non-pear package will be created with all this functionality combined.
    • ๐Ÿ”„ Changed: Autoloader moved to Sabre/autoload.php.
    • ๐Ÿ”„ Changed: The Allow: header is now more accurate, with appropriate HTTP methods per uri.
    • Changed: Now throwing back Sabre_DAV_Exception_MethodNotAllowed on a few places where Sabre_DAV_Exception_NotImplemented was used.