Skip to content

Releases: Propaganistas/Laravel-Phone

5.3.2

24 Apr 09:20
Compare
Choose a tag to compare

Marking classes as internal to denote that they shouldn't be used publicly.

5.3.1

24 Apr 07:34
Compare
Choose a tag to compare

Bugfix for #250

Full Changelog: 5.3.0...5.3.1

5.3.0

20 Apr 18:24
b7461f0
Compare
Choose a tag to compare

What's Changed

  • Use libphonenumber-for-php-lite instead of libphonenumber-for-php by @bperel in #248

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

12 Mar 07:25
Compare
Choose a tag to compare

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

15 Jan 09:24
Compare
Choose a tag to compare

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

22 Dec 10:42
Compare
Choose a tag to compare

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

Full Changelog: 5.0.3...5.1.0

5.0.3

04 Feb 16:14
32aa5ed
Compare
Choose a tag to compare

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

27 Jan 07:41
Compare
Choose a tag to compare

Full Changelog: 4.4.3...4.4.4

Bugfix for #213 - Support international numbers prefixed with country code

4.4.3

26 Jan 13:03
Compare
Choose a tag to compare

Full Changelog: 4.4.2...4.4.3

Bugfix: fixes #215

4.4.2

24 Jan 07:37
bec928b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.1...4.4.2