File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 4.5.0 (2022-08-17)
5+ ------------------
6+
7+ * #579 : Update .gitattributes (@cedric-anne )
8+ * #561 : PHP 8.1 deprecated support for null values in its APIs (@mstilkerich )
9+ * #571 : Fully ignore invalid lines (@heiglandreas )
10+ * #564 : Fix infinite loop caused by yearly with bySetPos (@liurxliu )
11+ * #567 : Endless loop problem in RRuleIterator::nextDaily (@KristofferFM )
12+ * #466 : Add support for MEMBER in a VCard (@sash04ek )
13+ * #559 : Handle Vobjects without closing tag (@sash04ek )
14+ * #582 : Fix bug in by year day (@KAYLukas )
15+
4164.4.3 (2022-07-15)
517------------------
618
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ class Version
1414 /**
1515 * Full version number.
1616 */
17- const VERSION = '4.4.3 ' ;
17+ const VERSION = '4.5.0 ' ;
1818}
You can’t perform that action at this time.
0 commit comments