Skip to content

v4.0.0

Compare
Choose a tag to compare
@maxhelias maxhelias released this 29 May 17:00
· 13 commits to master since this release

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