Releases: Propaganistas/Laravel-Phone
Releases · Propaganistas/Laravel-Phone
4.4.1
What's Changed
- Fix validation by fetching countries from libphonenumber by @sevannerse in #210
New Contributors
- @sevannerse made their first contribution in #210
Full Changelog: 4.4.0...4.4.1
4.4.0
New functionality
- Add
equals()
andnotEquals()
methods toPhoneNumber
by @Propaganistas
What's Changed
- Update doc block for phone helper by @skylerkatz in #205
New Contributors
- @skylerkatz made their first contribution in #205
Full Changelog: 4.3.8...4.4.0
4.3.8
What's Changed
- [PHP 8.2] Fix
${var}
string interpolation deprecation by @Ayesh in #198 - Lazy resolving validator by @EgorGruzdev in #202
New Contributors
- @Ayesh made their first contribution in #198
- @EgorGruzdev made their first contribution in #202
Full Changelog: 4.3.7...4.3.8
4.3.7
Fixed deprecation notices on PHP 8.1
4.3.6
Added support for Laravel 9
4.3.5
What's Changed
- Fix PHP8.1 deprecation warnings by @Propaganistas in #190
Full Changelog: 4.3.4...4.3.5
4.3.4
Improve auto detection validation
4.3.3
- Support league/iso3166
^4.0
4.3.2
What's Changed
- improved lenient parsing of phone numbers by @scybulski in #183
New Contributors
- @scybulski made their first contribution in #183
Full Changelog: 4.3.1...4.3.2
4.3.1
Update README.md