From c3b5019912a0ad2207904e059dd2e202eb6aa235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:15:35 +0100 Subject: [PATCH] Release 4.5.0 --- CHANGELOG.md | 6 ++++++ lib/DAV/Version.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339ab5afcd..1b3af0fcc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ChangeLog ========= +4.5.0 (2023-11-08) +------------------------- +* #1488: fix: The WebDAV response element must only contain `propstat` OR `status` element(s) (@susnux) +* #1446: declare addressDataProperties to avoid PHP 8.2 deprecation notice (@phi-davis) +* #1422: Align createFile signature with interface (@kesselb) + 4.4.0 (2022-06-27) ------------------------- * #1396: Include "before" and "after" copy events (@jvillafanez) diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php index c6273ef726..97566524f5 100644 --- a/lib/DAV/Version.php +++ b/lib/DAV/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '4.4.0'; + public const VERSION = '4.5.0'; }