Releases: Propaganistas/Laravel-Phone
5.3.2
5.3.1
Bugfix for #250
Full Changelog: 5.3.0...5.3.1
5.3.0
What's Changed
libphonenumber-for-php-lite
is a lightweight drop-in replacement for libphonenumber-for-php
which significantly reduces the package size being pulled in. libphonenumber-for-php-lite
excludes geolocation, carrier information and short number info.
This is a non-breaking change for functionality provided by Laravel-Phone
.
Important
If you have defined a macro, please review your code and if needed require giggsey/libphonenumber-for-php
as an explicit dependency in your project.
5.2.0
Added support for Laravel 11
Dropped support for Laravel 9
Dropped support for PHP 8.0
Full Changelog: 5.1.1...5.2.0
5.1.1
What's Changed
- Added missing delimiter for the regular expression pattern by @DhPandya in #240
- Bugfix : Reorder setParameters checks to fix mobile and fixed_line rules being interpreted as countries by @mwnciau in #242
New Contributors
Full Changelog: 5.1.0...5.1.1
5.1.0
What's Changed
- Sync validation translation with Laravel's "must" convention by @choowx in #220
- Allow rejecting certain phone number types by @dwightwatson in #238
New Contributors
- @choowx made their first contribution in #220
- @dwightwatson made their first contribution in #238
Full Changelog: 5.0.3...5.1.0
5.0.3
The long-due codebase cleanup.
The package now minimally requires PHP 8.0 and Laravel 9.0. It also supports Laravel 10.
All documented behavior is preserved. There are just some minor syntactical changes that might need your attention.
Please review the upgrade guide.
4.4.4
Full Changelog: 4.4.3...4.4.4
Bugfix for #213 - Support international numbers prefixed with country code
4.4.3
Full Changelog: 4.4.2...4.4.3
Bugfix: fixes #215
4.4.2
What's Changed
- Update arrange namespaces by @sevannerse in #211
- Use callAfterResolving by @mabdullahsari in #214
New Contributors
- @mabdullahsari made their first contribution in #214
Full Changelog: 4.4.1...4.4.2