Releases: Propaganistas/Laravel-Phone
Releases · Propaganistas/Laravel-Phone
4.1.3
4.1.2
Buckle up for Laravel 5.8!
Because of the return type changes in PHPunit 8, support for PHP 7.0 needed to be dropped. Since this only affects the tests and the actual code is left untouched, you can safely use --ignore-platform-reqs
if you're using 7.0.
4.1.1
Non-breaking change
-
Formatting a
PhoneNumber
instance now outputs a different exception message when a country was provided but is rather mismatched to the number. -
Also added the
getNumber()
andgetCountries()
methods toNumberParseException
4.1.0
4.0.4
Changed julien-c/iso3166
dependency to league/iso3166
.
4.0.3
Support Laravel 5.7
4.0.2
Case insensitive validator parameters
4.0.1
4.0.0
Drop support for PHP 5.x