We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d18062f + 71ededa commit 4258420Copy full SHA for 4258420
CHANGELOG.md
@@ -1,6 +1,13 @@
1
ChangeLog
2
=========
3
4
+4.1.4 (2021-01-11)
5
+-------------------------
6
+* #1312: Reduce package size by ignoring test and other non-run-time files
7
+* #1316: Minor code changes for latest PHP cs-fixer
8
+* #1319: Fix "Trying to access array offset on value of type bool"
9
+* #1321: Complete checks for non existing/null/false time-range array keys
10
+
11
4.1.3 (2020-11-09)
12
-------------------------
13
* #1306: Return 409 when trying to PUT a file into a non-existent collection
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.1.3';
+ public const VERSION = '4.1.4';
20
}
0 commit comments