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 9cc5bcb + 0e37667 commit 99caa5dCopy full SHA for 99caa5d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+4.0.4 (2023-11-09)
5
+------------------
6
+* #260 fix: more return type declarations on xmlDeserialize ( @DeepDiver1975 )
7
+
8
4.0.3 (2023-11-09)
9
------------------
10
* #258 fix: return type of XmlFragment::xmlDeserialize to match base declaration ( @DeepDiver1975 )
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.0.3';
+ public const VERSION = '4.0.4';
20
}
0 commit comments