From d561d08b944eb0ccd6f6d49ab268a403576a30ee Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 18 Apr 2024 16:27:35 +0545 Subject: [PATCH] Prepare release 4.0.5 --- CHANGELOG.md | 19 +++++++++++++++++++ lib/Version.php | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae44524..f7f7b11 100644 --- a/CHANGELOG.md +++ b/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 ) @@ -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 ) @@ -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 ) diff --git a/lib/Version.php b/lib/Version.php index 1b3b4f9..f38e87c 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '4.0.4'; + public const VERSION = '4.0.5'; }