All Versions
184
Latest Version
Avg Release Cycle
64 days
Latest Release
718 days ago

Changelog History
Page 10

  • v1.8.7 Changes

    October 02, 2013
    • 🚀 the zip release ships with sabre/vobject 2.1.3.
    • includes changes from version 1.7.9.
  • v1.8.6 Changes

    June 18, 2013
    • 🚀 The zip release ships with sabre/vobject 2.1.0.
    • Includes changes from version 1.7.8.
  • v1.8.5 Changes

    April 11, 2013
    • 🚀 The zip release ships with sabre/vobject 2.0.7.
    • Includes changes from version 1.7.7.
  • v1.8.4 Changes

    April 08, 2013
    • 🚀 The zip release ships with sabre/vobject 2.0.7.
    • Includes changes from version 1.7.6.
  • v1.8.3 Changes

    March 01, 2013
    • 🚀 The zip release ships with sabre/vobject 2.0.6.
    • Includes changes from version 1.7.5.
    • 🛠 Fixed: organizer email-address for shared calendars is now prefixed with mailto:, as it should.
  • v1.8.2 Changes

    January 19, 2013
    • 🚀 The zip release ships with sabre/vobject 2.0.5.
    • Includes changes from version 1.7.4.
  • v1.8.1 Changes

    December 01, 2012
    • 🚀 The zip release ships with sabre/vobject 2.0.5.
    • Includes changes from version 1.7.3.
    • 🛠 Fixed: Typo in 1.7 migration script caused it to fail.
  • v1.8.0 Changes

    November 08, 2012
    • 🚀 The zip release ships with sabre/vobject 2.0.5.
    • 🚚 BC Break: Moved the entire codebase to PHP namespaces.
    • 📦 BC Break: Every backend package (CalDAV, CardDAV, Auth, Locks, Principals) now has consistent naming conventions. There's a BackendInterface, and an AbstractBackend class.
    • 📦 BC Break: Changed a bunch of constructor signatures in the CalDAV package, to reduce dependencies on the ACL package.
    • BC Break: Sabre_CalDAV_ISharedCalendar now also has a getShares method, so sharees can figure out who is also on a shared calendar.
    • Added: Sabre_DAVACL_IPrincipalCollection interface, to advertise support for principal-property-search on any node.
    • ➕ Added: Simple console script to fire up a fileserver in the current directory using PHP 5.4's built-in webserver.
    • ➕ Added: Sharee's can now also read out the list of invites for a shared calendar.
    • ➕ Added: The Proxy principal classes now both implement an interface, for greater flexibility.
  • v1.7.13 Changes

    July 28, 2014
    • 🚀 The zip release ships with sabre/vobject 2.1.4.
    • 🔄 Changed: Removed phing and went with a custom build script for now.
  • v1.7.12 Changes

    May 15, 2014
    • 🚀 The zip release ships with sabre/vobject 2.1.4.
    • ⚡️ Updated: Issue #439. Lots of updates in PATCH support. The Sabre_DAV_PartialUpdate_IFile interface is now deprecated and will be removed in a future version.
    • Fixed: Restoring old setting after changing libxml_disable_entity_loader.
    • 🛠 Fixed: Issue #422: Preconditions were not being set on PUT on non-existent files. Not really a chance for data-loss, but incorrect nevertheless.
    • 🛠 Fixed: Issue #427: Now checking preconditions on DELETE requests.
    • 🛠 Fixed: Issue #428: Etag check with If: fails if the target is a collection.
    • 🛠 Fixed: Issue #393: PATCH request with missing end-range was handled incorrectly.
    • Added: Sabre_DAV_Exception_LengthRequired to omit 411 errors.