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.5.0 (2023-11-14)
5+ -------------------------
6+ * #1488 : fix: The WebDAV response element must only contain ` propstat ` OR ` status ` element(s) (@susnux )
7+ * #1481 : docs: fix type definition for oldObject (@kesselb )
8+ * #1457 : Fix PHPDoc to allow getChanges for sync to return null (@tcitworld )
9+ * #1446 : declare addressDataProperties to avoid PHP 8.2 deprecation notice (@phil-davis )
10+ * #1432 : Remove unused itipMessage property (@come-nc )
11+ * #1422 : Align createFile signature with interface (@kesselb )
12+ * #1300 : CalDAV/PropFilter: set empty array as default value for time-range (@simonspa )
13+ * #1060 : Add INodeByPath interface to allow optimizing getNodeForPath (@icewind1991 )
14+
4154.4.0 (2022-06-27)
516-------------------------
617* #1396 : Include "before" and "after" copy events (@jvillafanez )
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.4 .0 ' ;
19+ public const VERSION = '4.5 .0 ' ;
2020}
You can’t perform that action at this time.
0 commit comments