Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 4.2.0 release #1366

Merged
merged 1 commit into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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';
}