We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172f3b9 commit e15b1e6Copy full SHA for e15b1e6
CHANGELOG.md
@@ -1,6 +1,15 @@
1
ChangeLog
2
=========
3
4
+3.0.0 (2015-06-02)
5
+------------------
6
+
7
+* No changes since last beta.
8
+* The zip release ships with [sabre/vobject 3.4.5][vobj],
9
+ [sabre/http 4.0.0][http], [sabre/event 2.0.2][evnt],
10
+ [sabre/uri 1.0.1][uri] and [sabre/xml 1.0.0][xml].
11
12
13
3.0.0-beta3 (2015-05-29)
14
------------------------
15
lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
16
*/
17
- const VERSION = '3.0.0-beta3';
+ const VERSION = '3.0.0';
18
19
}
0 commit comments