Skip to content

Releases: odolbeau/phone-number-bundle

v4.2.5

Choose a tag to compare

@maxhelias maxhelias released this 14 Oct 19:53
b7da3df

What's Changed

Full Changelog: v4.2.4...v4.2.5

v4.2.4

Choose a tag to compare

@maxhelias maxhelias released this 06 Oct 20:15
743b9a8

What's Changed

Full Changelog: v4.2.3...v4.2.4

v4.2.3

Choose a tag to compare

@maxhelias maxhelias released this 08 Sep 12:23
86aaf50

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

Choose a tag to compare

@Nek- Nek- released this 03 Sep 09:40
6a86855

What's Changed

  • Removed deprecation notice on usage of a phone number format string in Twig. #202
  • Update Doc regarding the best practice in Twig. #202

Full Changelog: v4.2.1...v4.2.2

v4.2.1

Choose a tag to compare

@maxhelias maxhelias released this 01 Sep 16:00
93dc64e

What's Changed

  • Fix form type equality checks with array form data by @mbabker in #199

Full Changelog: v4.2.0...v4.2.1

v4.2.0

Choose a tag to compare

@maxhelias maxhelias released this 16 Jul 11:30
0952c8d

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

Choose a tag to compare

@odolbeau odolbeau released this 09 Jan 10:59
6501d17

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.1.0

v4.0.1

Choose a tag to compare

@maxhelias maxhelias released this 29 Jun 08:44

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

Choose a tag to compare

@maxhelias maxhelias released this 29 May 17:00

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 anymore
    • Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber::$errorNames
    • Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber::getType
  • Implemented declare(strict_types=1); at the beginning of each PHP file
  • Typing all the code base

What's Changed

New Contributors

Full Changelog: v3.10.0...v4.0.0

v3.10.0

Choose a tag to compare

@odolbeau odolbeau released this 05 Dec 17:41
d8fccfb

What's Changed

New Contributors

Full Changelog: v3.9.3...v3.10.0