We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7622d0b commit c99c6fcCopy full SHA for c99c6fc
CHANGELOG.md
@@ -1,6 +1,16 @@
1
ChangeLog
2
=========
3
4
+3.2.2 (2017-02-14)
5
+------------------
6
+
7
+* #943: Fix CardDAV XML reporting bug, which was affecting several CardDAV
8
+ clients. Bug was introduced in 3.2.1.
9
+* The zip release ships with [sabre/vobject 4.1.2][vobj],
10
+ [sabre/http 4.2.2][http], [sabre/event 3.0.0][evnt],
11
+ [sabre/uri 1.2.0][uri] and [sabre/xml 1.5.0][xml].
12
13
14
3.2.1 (2017-01-28)
15
------------------
16
lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
17
- const VERSION = '3.2.1';
+ const VERSION = '3.2.2';
18
19
}
0 commit comments