Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored and phil-davis committed Nov 14, 2023
1 parent 9fb8b91 commit 6836b61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/DAV/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '4.4.0';
public const VERSION = '4.5.0';
}

0 comments on commit 6836b61

Please sign in to comment.