We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b53d594 + 26832fc commit dc6fabcCopy full SHA for dc6fabc
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+4.0.3 (2023-11-09)
5
+------------------
6
+* #258 fix: return type of XmlFragment::xmlDeserialize to match base declaration ( @DeepDiver1975 )
7
+
8
4.0.2 (2023-06-28)
9
------------------
10
* #247 Enhance PHPdoc of Service write value parameter ( @phil-davis )
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.0.2';
+ public const VERSION = '4.0.3';
20
}
0 commit comments