We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f400d4d commit d173284Copy full SHA for d173284
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+4.5.1 (2023-11-23)
5
+-------------------------
6
+* #1514: fix: restore autoPrefix property of Href (@phil-davis)
7
+
8
4.5.0 (2023-11-14)
9
-------------------------
10
* #1488: fix: The WebDAV response element must only contain `propstat` OR `status` element(s) (@susnux)
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.5.0';
+ public const VERSION = '4.5.1';
20
}
0 commit comments