File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 4.0.5 (2024-04-18)
5+ ------------------
6+ * #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
7+ * #271 Code format changes for php-cs-fixer 3.51 ( @phil-davis )
8+ * #272 More precise parseClarkNotation return type ( @staabm )
9+
4104.0.4 (2023-11-09)
511------------------
612* #260 fix: more return type declarations on xmlDeserialize ( @DeepDiver1975 )
@@ -24,6 +30,15 @@ ChangeLog
2430------------------
2531* #226 Allow sabre/uri major version 3 ( @phil-davis )
2632
33+ 3.0.4 (2024-04-18)
34+ ------------------
35+ * #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
36+ * #272 More precise parseClarkNotation return type ( @staabm )
37+
38+ 3.0.3 (2023-11-09)
39+ ------------------
40+ * #262 Backport fix: return type of XmlFragment::xmlDeserialize to match base declaration ( @phil-davis )
41+
27423.0.2 (2023-06-28)
2843------------------
2944* #247 Enhance PHPdoc of Service write value parameter ( @phil-davis )
@@ -41,6 +56,10 @@ ChangeLog
4156* #213 added phpstan types to deserializer functions ( @staabm )
4257* #214 update phpstan 1.x ( @staabm )
4358
59+ 2.2.7 (2024-04-18)
60+ ------------------
61+ * #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
62+
44632.2.6 (2023-06-28)
4564------------------
4665* #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 = '4.0.4 ' ;
19+ public const VERSION = '4.0.5 ' ;
2020}
You can’t perform that action at this time.
0 commit comments