From a4c1851320f3acc3115960764c727dc8c6dba605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20H=C3=A9lias?= Date: Thu, 16 Nov 2023 15:06:18 +0100 Subject: [PATCH 1/2] Prepare version 3.9.3 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a76650..795b958c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Changed +## [3.9.3] - 2023-11-16 + +### Added + - The default value for the `PhoneNumberType` form type option `country_display_emoji_flag` will change from `false` to `true` on the next major release - The Doctrine column type length is configurable. Any existing `length` configuration (not taken into account before this release) will now be taken into account. From 3674ef634e41d7b91ec0caf7379fe4f7d81bf8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20H=C3=A9lias?= Date: Thu, 16 Nov 2023 15:09:39 +0100 Subject: [PATCH 2/2] Fix CS --- CHANGELOG.md | 2 +- composer.json | 2 +- src/Validator/Constraints/PhoneNumber.php | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 795b958c..7abff033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [3.9.3] - 2023-11-16 +## [3.9.3] - 2023-11-29 ### Added diff --git a/composer.json b/composer.json index da41d438..220be1fe 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.6.x-dev" + "dev-master": "3.9.x-dev" } }, "conflict": { diff --git a/src/Validator/Constraints/PhoneNumber.php b/src/Validator/Constraints/PhoneNumber.php index a80f27fd..c8bf9df9 100644 --- a/src/Validator/Constraints/PhoneNumber.php +++ b/src/Validator/Constraints/PhoneNumber.php @@ -19,7 +19,6 @@ * Phone number constraint. * * @Annotation - * * @NamedArgumentConstructor */ #[\Attribute(\Attribute::TARGET_PROPERTY)]