Skip to content

Commit

Permalink
Release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Jan 10, 2020
1 parent ce0f95f commit b793fb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
ChangeLog
=========

4.0.3 (2020-01-10)
-------------------------
* DAV: Streaming PROPFIND server implementation
* DAVACL: Fix uppercase of NotAuthenticated class
* CalDAV: Return only calendar objects owned by principal itself
* CalDAV: Convert scheduling object data from resource to string
* Browser Plugin: Fix content type guessing if setBaseUri is set to a folder


4.0.2 (2019-10-18)
-------------------------
* Fix error with PHP 7.4
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.
*/
const VERSION = '4.0.2';
const VERSION = '4.0.3';
}

0 comments on commit b793fb4

Please sign in to comment.