Skip to content

Commit

Permalink
Merge pull request #1366 from phil-davis/prepare-4.2.0
Browse files Browse the repository at this point in the history
Prepare 4.2.0 release
  • Loading branch information
phil-davis committed Nov 17, 2021
2 parents 75e3e88 + f2e7954 commit af125a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
ChangeLog
=========

4.2.0 (2021-11-17)
-------------------------
* #1317: Add primary key to schedulingobjects table in pgsql.calendars.sql example (@perguth)
* #1335: don't remove lock on dir when deleting a child node (@tbsmark86)
* #1341: Add new event "afterCreateCollection" like "afterCreateFile" (@woutersamaey)
* #1344: Fix propfind type of subnodes with depth >= 1 (@n-peugnet)
* #1355: Make sure a {DAV:}prop is not empty (@kesselb)
* #1356: Switch CI to GitHub Actions (@kesselb)
* #1362: Adjust PHPdoc return types (@phil-davis)
* #1354: Fix deprecated usages on PHP 8.1 (@cedric-anne)

4.1.5 (2021-02-12)
-------------------------
* #1322: Fixes for addressbook-query filters (@mstilkerich)
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.5';
public const VERSION = '4.2.0';
}

0 comments on commit af125a4

Please sign in to comment.