Releases: odolbeau/phone-number-bundle
Releases · odolbeau/phone-number-bundle
Release list
v4.2.5
v4.2.4
v4.2.3
What's Changed
- Fix test suite for Symfony 7.4 by @Nek- in #203
- feat: allow region and format configuration in twig functions by @maxhelias in #205
Full Changelog: v4.2.2...v4.2.3
v4.2.2
v4.2.1
v4.2.0
What's Changed
- CI: increment Sf test release + ubuntu version by @Nek- in #189
- fix: add option to manage leading zero by @maxhelias in #190
- Improve locale handling to allow using env vars by @odolbeau in #192
- allow number type between tel and text in HTML input by @abdellahrk in #182
- Add german translations by @Crovitche-1623 in #195
- Add italian translations by @Crovitche-1623 in #196
- fix(form): avoid update triggered by new PhoneNumber instance with equal value by @maxhelias in #194
- Update to libphonenumber 9.0 with BC by @odolbeau in #193
- Remove symfony ^5.4 support by @odolbeau in #193
- fix(serializer): improve error handling for invalid phone number input by @maxhelias in #197
New Contributors
- @abdellahrk made their first contribution in #182
Full Changelog: v4.1.0...v4.2.0
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::$errorNamesMisd\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