Skip to content

Commit 4258420

Browse files
authored
Merge pull request #1320 from phil-davis/prepare-release-4.1.4
Release 4.1.4
2 parents d18062f + 71ededa commit 4258420

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ChangeLog
22
=========
33

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+
411
4.1.3 (2020-11-09)
512
-------------------------
613
* #1306: Return 409 when trying to PUT a file into a non-existent collection

lib/DAV/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
public const VERSION = '4.1.3';
19+
public const VERSION = '4.1.4';
2020
}

0 commit comments

Comments
 (0)