Skip to content

Releases: Propaganistas/Laravel-Phone

2.8.1

25 Nov 10:27
Compare
Choose a tag to compare

Bug fix:

  • #41 - Wrong helper function existence check (leftover from 2.8.0)

2.8.0

01 Oct 10:10
Compare
Choose a tag to compare

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 use phone() instead (same parameter signature).

2.7.4

20 May 10:28
Compare
Choose a tag to compare

Bug fix:
#30 - Deferred input field checking to avoid input name collisions with parameters.

2.7.3

15 May 17:44
Compare
Choose a tag to compare

Bug fix:

  • #29 - Properly handle an empty country field

2.7.2

28 Apr 19:56
Compare
Choose a tag to compare

Enhancement:

  • From now on, phone country validation is no longer arbitrary. It is now performed against an ISO-3166 dataset.

2.7.1

06 Apr 16:56
Compare
Choose a tag to compare

Enhancement:

  • Use application locale if no country code was provided to the format helper function

2.7.0

20 Mar 14:33
Compare
Choose a tag to compare

New feature:

  • Support for a custom country field (#26, #27)

2.6.1

23 Feb 18:39
Compare
Choose a tag to compare

Bug fix:

  • Properly handle nested input & validation (#24)

2.6.0

05 Jan 14:09
Compare
Choose a tag to compare

New feature:

  • Lenient validation using the LENIENT parameter is now supported

2.5.0

19 Dec 11:35
Compare
Choose a tag to compare

New feature:

  • Use provided countries as fallback when in auto detection mode (#20)