Releases: Propaganistas/Laravel-Phone
Releases · Propaganistas/Laravel-Phone
2.8.1
2.8.0
New features:
- A Facade to access the underlying
PhoneNumberUtil
class. - A renewed helper function to access this class conveniently.
Caution:
- The helper function
phone_format()
is now deprecated and will be removed in a future major release. Please usephone()
instead (same parameter signature).
2.7.4
2.7.3
2.7.2
Enhancement:
- From now on, phone country validation is no longer arbitrary. It is now performed against an ISO-3166 dataset.
2.7.1
Enhancement:
- Use application locale if no country code was provided to the format helper function
2.7.0
2.6.1
2.6.0
New feature:
- Lenient validation using the
LENIENT
parameter is now supported