We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886fd0d commit db032ccCopy full SHA for db032cc
ChangeLog.md
@@ -1,6 +1,13 @@
1
ChangeLog
2
=========
3
4
+2.0.8 (????-??-??)
5
+------------------
6
+
7
+* #677: Resources with the name '0' would not get retrieved when using
8
+ `Depth: infinity` in a `PROPFIND` request.
9
10
11
2.0.7 (2015-05-25)
12
------------------
13
lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
14
/**
15
* Full version number
16
*/
17
- const VERSION = '2.0.7';
+ const VERSION = '2.0.8';
18
19
}
0 commit comments