Skip to content

Commit 6703fb7

Browse files
authored
Merge pull request #1376 from phil-davis/prepare-4.2.3
Prepare 4.2.3
2 parents ee802da + a2ce57d commit 6703fb7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ChangeLog
22
=========
33

4+
4.2.3 (2021-12-09)
5+
-------------------------
6+
* #1375: revert 1365 'add params for put interface' (@phil-davis)
7+
48
4.2.2 (2021-12-09)
59
-------------------------
610
* #1248: CalDAV to sync properly when limit is set in PDO backend (@nhirokinet)

lib/DAV/Version.php

+1-1
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.2.2';
19+
public const VERSION = '4.2.3';
2020
}

0 commit comments

Comments
 (0)