File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
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+
4154.1.5 (2021-02-12)
516-------------------------
617* #1322 : Fixes for addressbook-query filters (@mstilkerich )
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments