Skip to content

Releases: Propaganistas/Laravel-Phone

4.3.0

11 Feb 17:08
6953b54
Compare
Choose a tag to compare

Introduced two custom cast classes. See this section in the documentation.

Dropped support for Laravel 6, Laravel 7 and Laravel 8.0 - 8.8.

4.2.7

06 Dec 10:57
f2765e3
Compare
Choose a tag to compare

Added support for PHP 8.0

4.2.6

25 Oct 20:12
Compare
Choose a tag to compare

Added the getRawNumber() method to PhoneNumber to retrieve the original raw number.

4.2.5

08 Sep 18:44
090a561
Compare
Choose a tag to compare

Added support for Laravel 8.

4.2.4

22 Jun 15:52
e207b24
Compare
Choose a tag to compare

Drop support for Laravel 5.*

4.2.3

03 Mar 16:56
a63ceba
Compare
Choose a tag to compare

Added support for Laravel 7.

4.2.2

04 Sep 18:47
Compare
Choose a tag to compare

Dropped support for Laravel 5.4 and below.

Added support for Laravel 6. Since Laravel now follows semver, the package should be good to go for all future 6.x releases as well.

4.2.1

17 May 10:12
2f14f65
Compare
Choose a tag to compare

Bug fix:

  • #117 - Support mixed case country fields

4.2.0

25 Apr 07:08
f65d4e6
Compare
Choose a tag to compare

New feature:

  • The PhoneNumber class is now macroable

4.1.4

10 Apr 08:27
408da6e
Compare
Choose a tag to compare

Bug fix:

  • #111 : Resolve number types in the Rule class instead of offloading it to the validator.

Highly unexpected breaking change:

  • If you happen to use the static $types property of ParsesTypes, it is now renamed to $resolvedTypes.