Skip to content

Commit

Permalink
Merge pull request #279 from phil-davis/release/4.0.5
Browse files Browse the repository at this point in the history
Prepare release 4.0.5
  • Loading branch information
phil-davis committed Apr 18, 2024
2 parents 8700fd8 + d561d08 commit c29e49f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
ChangeLog
=========

4.0.5 (2024-04-18)
------------------
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
* #271 Code format changes for php-cs-fixer 3.51 ( @phil-davis )
* #272 More precise parseClarkNotation return type ( @staabm )

4.0.4 (2023-11-09)
------------------
* #260 fix: more return type declarations on xmlDeserialize ( @DeepDiver1975 )
Expand All @@ -24,6 +30,15 @@ ChangeLog
------------------
* #226 Allow sabre/uri major version 3 ( @phil-davis )

3.0.4 (2024-04-18)
------------------
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
* #272 More precise parseClarkNotation return type ( @staabm )

3.0.3 (2023-11-09)
------------------
* #262 Backport fix: return type of XmlFragment::xmlDeserialize to match base declaration ( @phil-davis )

3.0.2 (2023-06-28)
------------------
* #247 Enhance PHPdoc of Service write value parameter ( @phil-davis )
Expand All @@ -41,6 +56,10 @@ ChangeLog
* #213 added phpstan types to deserializer functions ( @staabm )
* #214 update phpstan 1.x ( @staabm )

2.2.7 (2024-04-18)
------------------
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )

2.2.6 (2023-06-28)
------------------
* #229 Fixed error where valueobject has eaten too much ( @mrbig )
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '4.0.4';
public const VERSION = '4.0.5';
}

0 comments on commit c29e49f

Please sign in to comment.