Releases: belomaxorka/Captcha
Releases · belomaxorka/Captcha
v1.2.4
v1.2.3
- Added missing
@param $background
forgetCol()
(@belomaxorka) - Added some test cases (@belomaxorka)
- Added option to ignore
postEffect()
(@matronator) - Updated PHPDoc for
setDistortion()
&$ignoreAllEffects
custed to boolean (@belomaxorka)
v1.2.2
- Add GitHub workflows (instead of Travis) (@bytestream)
- Fix deprecated nullable type (8.4) in constructor for PHP 5.3 compatibility (@belomaxorka)
- Replacing fonts fixing number of issues (@mplattu)
- Some improvements for demo (examples) (@belomaxorka)
- Some files were reformatted to comply with the coding style specified in the EditorConfig (@belomaxorka)
How to migrate to this version?
Just replace:
"gregwar/captcha": "1.*",
To:
"belomaxorka/captcha": "1.*",