We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7b6fc commit fe9a051Copy full SHA for fe9a051
ChangeLog
@@ -1,3 +1,8 @@
1
+2.0.7-stable (2013-??-??)
2
+ * Fixed: Microsoft re-uses their magic numbers for different timezones,
3
+ specifically id 2 for both Sarajevo and Lisbon). A workaround was added
4
+ to deal with this.
5
+
6
2.0.6-stable (2013-02-17)
7
* Fixed: The reader now properly parses parameters without a value.
8
lib/Sabre/VObject/Version.php
@@ -14,7 +14,7 @@ class Version {
14
/**
15
* Full version number
16
*/
17
- const VERSION = '2.0.6';
+ const VERSION = '2.0.7';
18
19
20
* Stability : alpha, beta, stable
0 commit comments