11ChangeLog
22=========
33
4- 3.1.0-alpha3 (2015-??-??)
5- -------------------------
4+ 3.1.1 (????-??-??)
5+ ------------------
6+
7+ * #755 : The brower plugin and some operations would break when scheduling and
8+ delegation would both be enabled.
9+
10+
11+ 3.1.0 (2016-01-06)
12+ ------------------
613
714* Better error message when the browser plugin is not enabled.
815* Added a super minimal server example.
@@ -13,7 +20,6 @@ ChangeLog
1320* #729 : Not all calls to ` Sabre\DAV\Tree::getChildren() ` were properly cached.
1421* #727 : Added another workaround to make CalDAV work for Windows 10 clients.
1522* #742 : Fixes to make sure that vobject 4 is correctly supported.
16- * Subtle browser improvements.
1723* #726 : Better error reporting in ` Client::propPatch ` . We're now throwing
1824 exceptions.
1925* #608 : When a HTTP error is triggered during ` Client:propFind ` , we're now
@@ -26,6 +32,10 @@ ChangeLog
2632* #686 : Corrected PDO principal backend's findByURI for email addresses that
2733 don't match the exact capitalization.
2834* #512 : The client now has it's own ` User-Agent ` .
35+ * #720 : Some browser improvements.
36+ * The zip release ships with [ sabre/vobject 4.0.1] [ vobj ] ,
37+ [ sabre/http 4.2.1] [ http ] , [ sabre/event 3.0.0] [ evnt ] ,
38+ [ sabre/uri 1.0.1] [ uri ] and [ sabre/xml 1.3.0] [ xml ] .
2939
3040
31413.1.0-alpha2 (2015-09-05)
@@ -61,6 +71,12 @@ ChangeLog
6171 [ sabre/uri 1.0.1] [ uri ] and [ sabre/xml 1.1.0] [ xml ] .
6272
6373
74+ 3.0.7 (????-??-??)
75+ ------------------
76+
77+ * #752 : PHP 7 support for 3.0 branch. (@DeepDiver1975 )
78+
79+
64803.0.6 (2016-01-04)
6581------------------
6682
@@ -2133,8 +2149,9 @@ ChangeLog
21332149
21342150* First release!
21352151* Passes litmus: basic, http and copymove test.
2136- * Fully working in Finder and DavFSv2 Project started: 2007-12-13
2152+ * Fully working in Finder and DavFS2.
21372153
2154+ Project started: 2007-12-13
21382155
21392156[ vobj ] : http://sabre.io/vobject/
21402157[ evnt ] : http://sabre.io/event/
0 commit comments