We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee802da + a2ce57d commit 6703fb7Copy full SHA for 6703fb7
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+4.2.3 (2021-12-09)
5
+-------------------------
6
+* #1375: revert 1365 'add params for put interface' (@phil-davis)
7
+
8
4.2.2 (2021-12-09)
9
-------------------------
10
* #1248: CalDAV to sync properly when limit is set in PDO backend (@nhirokinet)
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.2.2';
+ public const VERSION = '4.2.3';
20
}
0 commit comments