Skip to content

Releases: bjeavons/zxcvbn-php

1.3.1: Fix for 32-bit systems

21 Dec 18:38
994928a
Compare
Choose a tag to compare

1.3.0 might have caused issues for some 32-bit systems such as raspberry pi. This release should address those.

PHP 8.1 compatibility

13 Dec 06:50
Compare
Choose a tag to compare
1.3.0

Code style fixes

PHP 8 compatibility

30 Nov 16:50
13b505d
Compare
Choose a tag to compare

This adds compatibility for PHP 8, and removes compatibility for PHP 7.1.

New feature - custom matcher support

14 May 16:46
Compare
Choose a tag to compare

New public method addMatcher on Zxcvbn class allows for custom matchers to be used.

Score compatible with zxcvbn JS

29 Jan 20:02
3235e18
Compare
Choose a tag to compare

This release is feature and score compatible with the upstream zxcvbn JS release 4.4.2. Please note that this release makes breaking changes to prior zxcvbn-php releases. PHP support for versions 7.0 and 5.6 were removed.

PHP version upgrade

23 Jul 05:17
7a7e113
Compare
Choose a tag to compare

This release drops support for PHP versions 5.3, 5.4, and 5.6 and updates code style. Thanks to @PReimers for commit.

Fix for PHP 7 exception

06 Jan 15:51
Compare
Choose a tag to compare

Actually just a bug fix from 0.2.0, no other changes

PSR4 Support

08 Sep 17:57
Compare
Choose a tag to compare

Support for PSR4. No library changes over v0.1.4

Fix for supplied user data

18 Jul 18:33
Compare
Choose a tag to compare
Update README.md

expanding usage examples