Skip to content

Releases: olssonm/laravel-zxcvbn

v6.0

19 Mar 19:48
30574d0

Choose a tag to compare

This package now validates via Illuminate\Contracts\Validation\ValidationRule instead of Illuminate\Contracts\Validation\Rule (therefore new version).

Going forward this package will only support current Laravel and PHP versions. Support for Laravel 11 and lower dropped.

What's Changed

New Contributors

Full Changelog: v5.3...v6.0

v5.3

26 Mar 10:23
3b709ca

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2...v5.3

v5.2

04 Apr 06:38
bcbecd5

Choose a tag to compare

What's Changed

Full Changelog: v5.1...v5.2

v5.1

15 Feb 07:52
e03d391

Choose a tag to compare

What's Changed

Full Changelog: v5.0...v5.1

v5.0

08 Sep 12:20
3d6e044

Choose a tag to compare

Restructure of the project, in most cases an upgrade from v4.5 is as simple as changing zxcvbn_min to zxcvbn.

The dictionary-method (zxcvbn_dictionary) now only checks the user-input, fixes the issues detected in issue #18.

What's Changed

  • Rework dictionary validator, refactoring by @olssonm in #20
  • The validator rule zxcvbn_min has been changed to zxcvbn
  • Dropped support of PHP 7.3

Full Changelog: v4.5...v5.0

v4.5

08 Feb 16:35
1ea671c

Choose a tag to compare

Support for Laravel 9

v4.4

06 Dec 10:14
7032f90

Choose a tag to compare

  • Support for PHP 8
  • Dropped support for PHP < 7.3
  • Dropped support for Laravel < 6.0

Note now bjeavons/zxcvbn-php is used yet again after that changes from the fork mkopinsky/zxcvbn-php has been merged. This should not in any way impact the usage of olssonm/laravel-zxcvbn. However, if you use this package to access the underlying zxcvbn-instance, you may or may not see some differences.

v4.3

09 Sep 10:55
4fff615

Choose a tag to compare

Support for Laravel 8.

v4.2

11 Mar 14:08
235147e

Choose a tag to compare

Updated for use with Laravel 7.

v4.1

17 Sep 05:35
5128d31

Choose a tag to compare

Compatibility update for Laravel 6.

Package renamed to olssonm/laravel-zxcvbn from olssonm/l5-zxcvbn. However, you cannot rename packages on Packagist – to install, still use composer require olssonm/l5-zxcvbn. This package might be abandoned there in the future to release under a new name.