File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 3.0.4 (2024-04-18)
5+ ------------------
6+ * #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
7+ * #272 More precise parseClarkNotation return type ( @staabm )
8+
493.0.3 (2023-11-09)
510------------------
611* #262 Backport fix: return type of XmlFragment::xmlDeserialize to match base declaration ( @phil-davis )
@@ -22,6 +27,10 @@ ChangeLog
2227* #213 added phpstan types to deserializer functions ( @staabm )
2328* #214 update phpstan 1.x ( @staabm )
2429
30+ 2.2.7 (2024-04-18)
31+ ------------------
32+ * #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
33+
25342.2.6 (2023-06-28)
2635------------------
2736* #229 Fixed error where valueobject has eaten too much ( @mrbig )
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Version
1616 /**
1717 * Full version number.
1818 */
19- public const VERSION = '3.0.3 ' ;
19+ public const VERSION = '3.0.4 ' ;
2020}
You can’t perform that action at this time.
0 commit comments