Skip to content

Commit 7e40343

Browse files
authored
Merge pull request #1497 from sabre-io/release/4.5.0
Release 4.5.0
2 parents 9fb8b91 + 657f61e commit 7e40343

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
ChangeLog
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+
415
4.4.0 (2022-06-27)
516
-------------------------
617
* #1396: Include "before" and "after" copy events (@jvillafanez)

lib/DAV/Version.php

Lines changed: 1 addition & 1 deletion
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.4.0';
19+
public const VERSION = '4.5.0';
2020
}

0 commit comments

Comments
 (0)