Skip to content

Releases: Propaganistas/Laravel-Phone

2.4.2

16 Dec 08:56
Compare
Choose a tag to compare

Bug fix:

  • Remove Validator type-hinting for compatibility with Laravel 4 (fixes #19)

2.4.1

08 Dec 11:56
Compare
Choose a tag to compare

Bug fix:

  • #18 - Properly validate to true if one of the supplied countries is valid.

2.4.0

15 Sep 17:12
Compare
Choose a tag to compare

New feature:

  • #16 - Automatic detection and validation of the country from an international number using the AUTO parameter

2.3.0

19 Jun 10:52
Compare
Choose a tag to compare

New features:

  • Validator will now throw NoValidCountryFoundException when no country field is present and no countries have been specified in the parameters
  • Validator will now throw InvalidParameterException for unrecognized parameters

Under the hood improvements:

  • Switched to PSR-4
  • Refactored validator class
  • Implemented automatic unit testing

2.2.0

09 May 19:01
Compare
Choose a tag to compare
  • Laravel 4 and 5 versions now share the same codebase through a unified composer.json file.
  • Added the ability to specify number type constraints.

2.1.2

04 May 15:49
Compare
Choose a tag to compare

Laravel 5

  • Properly validate a phone number against the supplied country

1.3.2

04 May 15:49
Compare
Choose a tag to compare

Laravel 4

  • Properly validate a phone number against the supplied country

2.1.1

29 Apr 07:07
Compare
Choose a tag to compare

Laravel 5

  • Improved loading of helpers file

1.3.1

29 Apr 07:07
Compare
Choose a tag to compare

Laravel 4

  • Improved loading of helpers file

2.1.0

24 Apr 12:09
Compare
Choose a tag to compare

Laravel 5

  • Added formatter function