All Versions
184
Latest Version
Avg Release Cycle
64 days
Latest Release
809 days ago
Changelog History
Page 3
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, 20184.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
ormethod
no longer get called. They must listen tobeforeMethod:*
andmethod:*
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, 20183.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 allSabre\DAV\FS
andSabre\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)
- SimpleCollection can now take arrays and strings as argument for super
-
v3.3.0-alpha1 Changes
June 04, 20183.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 allSabre\DAV\FS
andSabre\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)
- SimpleCollection can now take arrays and strings as argument for super
-
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- #943: Fix CardDAV XML reporting bug, which was affecting several CardDAV
clients. Bug was introduced in 3.2.1. - ๐ The zip release ships with sabre/vobject 4.1.2,
sabre/http 4.2.2, sabre/event 3.0.0,
sabre/uri 1.2.0 and sabre/xml 1.5.0.
- #943: Fix CardDAV XML reporting bug, which was affecting several CardDAV
-
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].