We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f3c12 commit 689202eCopy full SHA for 689202e
ChangeLog
@@ -1,4 +1,4 @@
1
-1.4.1-beta (2011-02-??)
+1.4.1-beta (2011-02-26)
2
* Fixed: Sabre_DAV_Locks_Backend_PDO returned too many locks.
3
* Fixed: Sabre_HTTP_Request::getHeader didn't return Content-Type when
4
running on apache, so a few workarounds were added.
lib/Sabre/CalDAV/Version.php
@@ -14,7 +14,7 @@ class Sabre_CalDAV_Version {
14
/**
15
* Full version number
16
*/
17
- const VERSION = '1.4.0';
+ const VERSION = '1.4.1';
18
19
20
* Stability : alpha, beta, stable
0 commit comments