Skip to content

Commit af125a4

Browse files
authored
Merge pull request #1366 from phil-davis/prepare-4.2.0
Prepare 4.2.0 release
2 parents 75e3e88 + f2e7954 commit af125a4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

4+
4.2.0 (2021-11-17)
5+
-------------------------
6+
* #1317: Add primary key to schedulingobjects table in pgsql.calendars.sql example (@perguth)
7+
* #1335: don't remove lock on dir when deleting a child node (@tbsmark86)
8+
* #1341: Add new event "afterCreateCollection" like "afterCreateFile" (@woutersamaey)
9+
* #1344: Fix propfind type of subnodes with depth >= 1 (@n-peugnet)
10+
* #1355: Make sure a {DAV:}prop is not empty (@kesselb)
11+
* #1356: Switch CI to GitHub Actions (@kesselb)
12+
* #1362: Adjust PHPdoc return types (@phil-davis)
13+
* #1354: Fix deprecated usages on PHP 8.1 (@cedric-anne)
14+
415
4.1.5 (2021-02-12)
516
-------------------------
617
* #1322: Fixes for addressbook-query filters (@mstilkerich)

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.5';
19+
public const VERSION = '4.2.0';
2020
}

0 commit comments

Comments
 (0)