Releases: dereuromark/cakephp-captcha
Releases · dereuromark/cakephp-captcha
2.1.0
Improvements
- Added NullEngine to allow also hidden captchas or simple min/max time validation
Included commits: 2.0.3...2.1.0
2.0.3
2.0.2
Fixes
Fixed plugin class name
2.0.1
Fixes
- Fix up blob for postgres
- Fix up model detection
2.0.0
CakePHP 5 compatible release
Enjoy!
1.4.0
Improvements
Handle rate limit more gracefully.
It can now also be used to "throttle" user-based form usage, not just bot-based.
1.3.0
Improvements
Make configuration property name for Captcha.maxPerUser
consistent as per docs.
1.2.1
Fixes
Fixed touch()
not throwing exception for simple Form usage.
1.2.0
Improvements
- CakePHP 4.3+
1.1.2
Fixes
Fixed deprecation.