All Versions
188
Latest Version
Avg Release Cycle
96 days
Latest Release
590 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v3.0.3 Changes
August 06, 2015- #700: Digest Auth fails on
HEADrequests. - ๐ Fixed example files to no longer use now-deprecated realm argument.
- ๐ The zip release ships with [sabre/vobject 3.4.6][vobj], [sabre/http 4.0.0][http], [sabre/event 2.0.2][evnt], [sabre/uri 1.0.1][uri] and [sabre/xml 1.1.0][xml].
- #700: Digest Auth fails on
-
v3.0.2 Changes
July 21, 2015- #657: Migration script would break when coming a cross an iCalendar object with no UID.
- ๐ #691: Workaround for broken Windows Phone client.
- ๐ Fixed a whole bunch of incorrect php docblocks.
- ๐ The zip release ships with [sabre/vobject 3.4.5][vobj], [sabre/http 4.0.0][http], [sabre/event 2.0.2][evnt], [sabre/uri 1.0.1][uri] and [sabre/xml 1.1.0][xml].
-
v3.0.1 Changes
July 02, 2015- ๐ #674: Postgres sql file fixes. (@davesouthey)
- #677: Resources with the name '0' would not get retrieved when using
Depth: infinityin aPROPFINDrequest. - #680: Fix 'autoprefixing' of dead
{DAV:}hrefproperties. - ๐ #675: NTLM support in DAV\Client. (@k42b3)
- ๐ The zip release ships with [sabre/vobject 3.4.5][vobj], [sabre/http 4.0.0][http], [sabre/event 2.0.2][evnt], [sabre/uri 1.0.1][uri] and [sabre/xml 1.1.0][xml].
-
v3.0.0 Changes
June 02, 2015- No changes since last beta.
- ๐ The zip release ships with [sabre/vobject 3.4.5][vobj], [sabre/http 4.0.0][http], [sabre/event 2.0.2][evnt], [sabre/uri 1.0.1][uri] and [sabre/xml 1.0.0][xml].
-
v3.0.0-beta3 Changes
May 29, 2015- ๐ Fixed deserializing href properties with no value.
- ๐ Fixed deserializing
{DAV:}propstatwithout a{DAV:}prop. - ๐ #668: More information about vcf-export-plugin in browser plugin.
- ๐ #669: Add export button to browser plugin for address books. (@mgee)
- #670: multiget report hrefs were not decoded.
- ๐ The zip release ships with [sabre/vobject 3.4.4][vobj], [sabre/http 4.0.0][http], [sabre/event 2.0.2][evnt], [sabre/uri 1.0.1][uri] and [sabre/xml 1.0.0][xml].
-
v3.0.0-beta2 Changes
May 27, 2015- A node's properties should not overwrite properties that were already set.
- Some uris were not correctly encoded in notifications.
- ๐ The zip release ships with [sabre/vobject 3.4.4][vobj], [sabre/http 4.0.0][http], [sabre/event 2.0.2][evnt], [sabre/uri 1.0.1][uri] and [sabre/xml 1.0.0][xml].
-
v3.0.0-beta1 Changes
May 25, 2015migrate22.phpis now calledmigrate30.php.- Using php-cs-fixer for automated coding standards enforcement and fixing.
- #660: principals could break html output.
- ๐ #662: Fixed several bugs in the
sharerequest parser. - #665: Fix a bug in serialization of complex properties in the proppatch request in the client.
- #666: expand-property report did not correctly prepend the base uri when generating uris, this caused delegation to break.
- #659: Don't throw errors when when etag-related checks are done on collections.
- โก๏ธ Fully supporting the updated
Preferheader syntax, as defined in [rfc7240][rfc7240]. - ๐ The zip release ships with [sabre/vobject 3.4.3][vobj], [sabre/http 4.0.0][http], [sabre/event 2.0.2][evnt], [sabre/uri 1.0.1][uri] and [sabre/xml 1.0.0][xml].
-
v3.0.0-alpha1 Changes
May 19, 2015- It's now possible to get all property information from files using the browser plugin.
- ๐ Browser plugin will now show a 'calendar export' button when the ics-export plugin is enabled.
- 0๏ธโฃ Some nodes that by default showed the current time as their last modification time, now no longer has a last modification time.
- 0๏ธโฃ CardDAV namespace was missing from default namespaceMap.
- ๐ #646: Properties can now control their own HTML output in the browser plugin.
- #646: Nicer HTML output for the
{DAV:}aclproperty. - ๐ Browser plugin no longer shows a few properties that take up a lot of space, but are likely not really interesting for most users.
- #654: Added a collection,
Sabre\DAVACL\FS\HomeCollectionfor automatically creating a private home collection per-user. - ๐ Changed all MySQL columns from
VARCHARtoVARBINARYwhere possible. - ๐ Improved older migration scripts a bit to allow easier testing.
- ๐ The zip release ships with [sabre/vobject 3.4.3][vobj], [sabre/http 4.0.0-alpha3][http], [sabre/event 2.0.2][evnt], [sabre/uri 1.0.1][uri] and [sabre/xml 0.4.3][xml].
-
v2.2.0-alpha4 Changes
April 13, 2015- Complete rewrite of the XML system. We now use our own [sabre/xml][xml], which has a much smarter XML Reader and Writer.
- ๐ BC Break: It's no longer possible to instantiate the Locks plugin without a locks backend. I'm not sure why this ever made sense.
- ๐ Simplified the Locking system and fixed a bug related to if tokens checking locks unrelated to the current request.
FSExtDirectory and File no longer do custom property storage. This functionality is already covered pretty well by thePropertyStorageplugin, so please switch.- ๐ Renamed
Sabre\CardDAV\UserAddressBookstoSabre\CardDAV\AddressBookHometo be more consistent withCalendarHomeas well as the CardDAV specification. Sabre\DAV\IExtendedCollectionnow receives aSabre\DAV\MkColobject as its second argument, and no longer receives seperate properties and resourcetype arguments.- ๐
MKCOLnow integrates better with propertystorage plugins. - ๐ #623: Remove need of temporary files when working with Range requests. (@dratini0)
- ๐ The zip release ships with [sabre/vobject 3.4.2][vobj], [sabre/http 4.0.0-alpha1][http], [sabre/event 2.0.1][evnt], [sabre/uri 1.0.0][uri] and [sabre/xml 0.4.3][xml].
-
v2.2.0-alpha3 Changes
February 25, 2015- Contains all the changes introduced between 2.1.2 and 2.1.3.
- ๐ The zip release ships with [sabre/vobject 3.4.2][vobj], [sabre/http 4.0.0-alpha1][http], [sabre/event 2.0.1][evnt] and [sabre/uri 1.0.0][uri].