We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3ea589 + e87c5a4 commit e1f617aCopy full SHA for e1f617a
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+4.1.2 (2020-10-04)
5
+-------------------------
6
+* #1296: Add experimental support for PHP 8.0
7
+
8
4.1.1 (2020-07-13)
9
-------------------------
10
* Fix PHPdoc of Tree:move method
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.1.1';
+ public const VERSION = '4.1.2';
20
}
0 commit comments