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

Changelog History
Page 3

  • v4.0.0-alpha3 Changes

    October 05, 2018
    • ๐Ÿ›  Fixes for PHP 7.3
    • Depend on sabre/http 5.0
  • v4.0.0-alpha2 Changes

    September 27, 2018

    4.0.0-alpha2 (2018-09-27)

    • ๐Ÿ‘ Now supports PHP 7.3
  • v4.0.0-alpha1 Changes

    June 05, 2018
    • Now requires PHP 7.
    • Using strict_types in every php file.
    • #896: Using the [sabre/event][evnt] WildcardEmitter. This allows event handlers to listen to events using a wildcard.
    • #896: Event listeners that in the past listened to beforeMethod or method no longer get called. They must listen to beforeMethod:* and method:* now.
    • #322: Imap authentication backend. (@c0d3z3r0).
    • ๐Ÿ‘ #889: Support for selective property querying in CardDAV's addressbook-query. (@DeepDiver1975).
    • #982: Make sure that files that are siblings of directories, are reported as files (@nickvergessen)
  • v3.3.0 Changes

    June 05, 2018

    3.3.0-alpha1 (2018-06-04)

    • SimpleCollection can now take arrays and strings as argument for super
      simple tree creation.
    • โž• Added Sabre\DAV\Server::start(). This replaces ::exec(). ::exec()
      ๐Ÿ—„ is now deprecated, but we're keeping it around for a year or two to make
      the transition easier.
    • getChildren() function in any collection may now return an iterator
      instead of an array. This can result in memory savings for large
      collections.
    • Tree::getChildren() now returns an Iterator instead of an array.
    • โž• Added $overrideName to all Sabre\DAV\FS and Sabre\DAV\FSExt classes,
      so users can specify under what name these nodes show up in the tree.
    • ๐Ÿ‘ #889 Added support for filtering vCard properties in the addressbook-query
      REPORT (@DeepDiver1975).
    • #918: Add a lot of sqlite indexes. This should speed up sqlite-based
      installations quite a bit.
    • #982: Make sure that files that are siblings of directories, are reported
      as files (@nickvergessen)
    • #1058: Don't open file resource on HEAD request (@icewind1991)
    • #1031: Fix copyNode for case of file named 0 (@phil-davis)
  • v3.3.0-alpha1 Changes

    June 04, 2018

    3.3.0-alpha1 (2018-06-04)

    • SimpleCollection can now take arrays and strings as argument for super
      simple tree creation.
    • โž• Added Sabre\DAV\Server::start(). This replaces ::exec(). ::exec()
      ๐Ÿ—„ is now deprecated, but we're keeping it around for a year or two to make
      the transition easier.
    • getChildren() function in any collection may now return an iterator
      instead of an array. This can result in memory savings for large
      collections.
    • Tree::getChildren() now returns an Iterator instead of an array.
    • โž• Added $overrideName to all Sabre\DAV\FS and Sabre\DAV\FSExt classes,
      so users can specify under what name these nodes show up in the tree.
    • ๐Ÿ‘ #889 Added support for filtering vCard properties in the addressbook-query
      REPORT (@DeepDiver1975).
    • #918: Add a lot of sqlite indexes. This should speed up sqlite-based
      installations quite a bit.
    • #982: Make sure that files that are siblings of directories, are reported
      as files (@nickvergessen)
    • #1058: Don't open file resource on HEAD request (@icewind1991)
    • #1031: Fix copyNode for case of file named 0 (@phil-davis)
  • v3.2.3 Changes

    October 19, 2018
    • #982: Make sure that files that are siblings of directories, are reported as files (@nickvergessen)
  • v3.2.2 Changes

    February 15, 2017
  • v3.2.1 Changes

    January 28, 2017
    • ๐Ÿ”€ #877: Fix for syncing large calendars when using the Sqlite PDO backend. (@theseer).
    • ๐Ÿ‘ #889 Added support for filtering vCard properties in the addressbook-query REPORT (@DeepDiver1975).
    • ๐Ÿš€ The zip release ships with [sabre/vobject 4.1.2][vobj], [sabre/http 4.2.2][http], [sabre/event 3.0.0][evnt], [sabre/uri 1.2.0][uri] and [sabre/xml 1.5.0][xml].
  • v3.2.0 Changes

    June 27, 2016
    • 0๏ธโƒฃ The default ACL rules allow an unauthenticated user to read information about nodes that don't have their own ACL defined. This was a security problem.
    • ๐Ÿš€ The zip release ships with [sabre/vobject 4.1.0][vobj], [sabre/http 4.2.1][http], [sabre/event 3.0.0][evnt], [sabre/uri 1.1.0][uri] and [sabre/xml 1.4.2][xml].
  • v3.2.0-beta1 Changes

    May 20, 2016
    • ๐Ÿ”Œ #833: Calendars throw exceptions when the sharing plugin is not enabled.
    • #834: Return vCards exactly as they were stored if we don't need to convert in between versions.
    • ๐Ÿš€ The zip release ships with [sabre/vobject 4.1.0][vobj], [sabre/http 4.2.1][http], [sabre/event 3.0.0][evnt], [sabre/uri 1.1.0][uri] and [sabre/xml 1.4.1][xml].