Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

Releases: olssonm/identity-number

v7.0

09 Dec 13:49
21d7922
Compare
Choose a tag to compare

Final release of olssonm/identity-number.

Please migrate to olssonm/swedish-entity which offers improved validation, improved formatting, a more logical structure and even more options.

This package will continue to work as long as PHP and/or Laravel doesn't introduce any breaking changes. However, again, please switch to olssonm/swedish-entity – it only takes a few minutes.

Thanks for using this package!

v6.3

10 Sep 12:31
e47c69b
Compare
Choose a tag to compare

Support for Laravel 8

v6.2

09 Mar 11:32
9e84394
Compare
Choose a tag to compare

Support for Laravel 7.

v6.1

16 Nov 06:58
0fd1bc7
Compare
Choose a tag to compare

Updated for Laravel 6, finally.

Laravel 5.8 is also still supported.

Note that since PHP 7.1 has been unsupported by the PHP development team for a year now, and security support will end now in december – support for PHP 7.1. in olssonm/identity-number has been removed. Shouldn't make difference if you use Laravel (as Laravel 6 requires PHP 7.2 anyway), but if you use this package "stand alone" and rely on older PHP releases, there is no real need to update.

v6.0

01 Mar 14:29
33d7253
Compare
Choose a tag to compare

Updated for Laravel 5.8.

Note that going forwards, support for laravel/framework:"<=5.7" is dropped, this is to easier comply with the differences in PHP-versions and dependancies.

v5.3

10 Dec 10:28
bb6a80c
Compare
Choose a tag to compare

Mainly bugfixes and improvements.

Added the clean()-method to the IdentityNumberFormatter-class.

Also, improved documentation for the IdentityNumberFormatter-class.

v5.2

06 Sep 08:00
11c8cfc
Compare
Choose a tag to compare

Laravel 5.7 update

v5.1

19 Jan 10:25
8c7b54d
Compare
Choose a tag to compare

Added the ability to use "+" as a hyphen/seperator for personnummer. See #14.

v5.0

31 Aug 07:12
Compare
Choose a tag to compare

Support for Laravel 5.5.

The package now also uses the new Package Auto-Discovery feature.

v4.2

28 Mar 07:09
Compare
Choose a tag to compare

Fixed and issue where if no other validation was applied to an identity or organisation number an uncatched error might be thrown.

Also updated the tests to look for those kinds of errors.