Releases: odolbeau/phone-number-bundle
Releases · odolbeau/phone-number-bundle
v4.1.0
What's Changed
- Add arabic translations by @maksBest262626 in #174
- Fix CS by @norkunas in #176
- Fix gitattributes export-ignore for unexisting files by @norkunas in #175
- Fix lint errors by @odolbeau in #180
- Allow empty PhoneNumber object to be transformed in form by @nicodemuz in #179
- remove $ so gitclip works, fix bundle version by @tacman in #181
- Allow to use PhoneNumber Constraint on methods by @piero-hgt in #183
New Contributors
- @maksBest262626 made their first contribution in #174
- @nicodemuz made their first contribution in #179
- @tacman made their first contribution in #181
- @piero-hgt made their first contribution in #183
Full Changelog: v4.0.1...v4.1.0
v4.0.1
What's Changed
- Coding Style - CSFixer by @maxhelias in #172
- Use root DI extension class by @mbabker in #171
- feat: add slovak translations by @fbuchlak in #173
New Contributors
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Version 4 is out 🎉
BC
- Remove deprecation :
- Twig function
phone_number_format
- Twig function
phone_number_is_type
Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber__construct()
: $options arguments isn't not supported has first argument anymoreMisd\PhoneNumberBundle\Validator\Constraints\PhoneNumber::$errorNames
Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber::getType
- Twig function
- Implemented
declare(strict_types=1);
at the beginning of each PHP file - Typing all the code base
What's Changed
- feat: make constraint repeatable by @AlexOstrovsky in #167
- Increase PHPStan level by @odolbeau in #162
- Remove CHANGELOG in favor of Github releases by @odolbeau in #168
New Contributors
- @AlexOstrovsky made their first contribution in #167
Full Changelog: v3.10.0...v4.0.0
v3.10.0
What's Changed
- Allow Symfony 7 & drop support for unmaintained Symfony versions by @jmsche in #158
- Create separate composer.json files for PHP CS Fixer & PHPStan by @jmsche in #159
- Drop PHP7.4 & rework CI by @maxhelias in #160
- bug: Prevent letters as number by @maxhelias in #161
- Stop PHP8.0 support by @odolbeau in #164
- Do not launch tests on push by @odolbeau in #163
- Prepare v3.10.0 by @odolbeau in #166
New Contributors
Full Changelog: v3.9.3...v3.10.0
v3.9.3
What's Changed
- feat: Add option to allow display of the flag in the form widget by @DesLynx in #152
- feat: Configurable Doctrine SQL Column Length by @Crovitche-1623 in #155
New Contributors
- @DesLynx made their first contribution in #152
- @Crovitche-1623 made their first contribution in #155
Full Changelog: v3.9.2...v3.9.3
v3.9.2
What's Changed
- [Twig] allow to use string phone numbers in templates filters by @oleg-andreyev in #142
- [Serializer] fix deprecation for symfony/serializer 6.3 by @dmaicher in #148
New Contributors
- @oleg-andreyev made their first contribution in #142
Full Changelog: v3.9.1...v3.9.2
[3.9.1] - 2023-01-16
[3.9.0] - 2022-12-19
Added
- Add Hungarian translations #129
- Add more french translations #130
- Add new (short) render format for countries in form type #95
Changed
- The message
This value is not a valid number.
that was not translated inside the bundle is nowThis value is not a valid phone number.
(and is translated into many languages) #128
[3.8.0] - 2022-10-24
Added
- Add portuguese translations in #126