We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56053bc commit a92f0a7Copy full SHA for a92f0a7
CHANGELOG.md
@@ -1,6 +1,16 @@
1
ChangeLog
2
=========
3
4
+4.0.0-beta1 (2019-05-08)
5
+-------------------------
6
+* Lock: Support lock timeout value Infinity
7
+* Lock: Hide lock token in lock discovery when not set
8
+* BrowserPlugin: Show display name of nodes
9
+* FSExt: Fix folder (file) move issue if rename fails
10
+* IMipPlugin: Add sender name in invite mail headers
11
+* IMipPlugin: Fix email subject and recipient
12
+
13
14
4.0.0-alpha5 (2018-10-15)
15
-------------------------
16
* Fix issues with empty content-type header
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
/**
17
* Full version number.
18
*/
19
- const VERSION = '4.0.0-alpha1';
+ const VERSION = '4.0.0-beta1';
20
}
0 commit comments