Skip to content

Commit d561d08

Browse files
committed
Prepare release 4.0.5
1 parent 8700fd8 commit d561d08

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
ChangeLog
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+
410
4.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+
2742
3.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+
4463
2.2.6 (2023-06-28)
4564
------------------
4665
* #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 = '4.0.4';
19+
public const VERSION = '4.0.5';
2020
}

0 commit comments

Comments
 (0)