v5.0
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 tozxcvbn
- Dropped support of PHP 7.3
Full Changelog: v4.5...v5.0