Skip to content

v5.0

Compare
Choose a tag to compare
@olssonm olssonm released this 08 Sep 12:20
· 4 commits to master since this release
3d6e044

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