Skip to content

Commit

Permalink
Release 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jan 12, 2021
1 parent d18062f commit 71ededa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ChangeLog
=========

4.1.4 (2021-01-11)
-------------------------
* #1312: Reduce package size by ignoring test and other non-run-time files
* #1316: Minor code changes for latest PHP cs-fixer
* #1319: Fix "Trying to access array offset on value of type bool"
* #1321: Complete checks for non existing/null/false time-range array keys

4.1.3 (2020-11-09)
-------------------------
* #1306: Return 409 when trying to PUT a file into a non-existent collection
Expand Down
2 changes: 1 addition & 1 deletion lib/DAV/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '4.1.3';
public const VERSION = '4.1.4';
}

0 comments on commit 71ededa

Please sign in to comment.