Skip to content

Commit 46a22b9

Browse files
authored
Merge pull request #278 from phil-davis/release/3.0.4
Prepare release 3.0.4
2 parents efbd444 + dd4ba2c commit 46a22b9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
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+
49
3.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+
2534
2.2.6 (2023-06-28)
2635
------------------
2736
* #229 Fixed error where valueobject has eaten too much ( @mrbig )

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)