Releases: dereuromark/cakephp-captcha
Releases · dereuromark/cakephp-captcha
2.3.1
Fixes
- Correctly apply binary or blob based on engine in migrations.
New Contributors
- @challgren made their first contribution in #51
Full Changelog: 2.3.0...2.3.1
2.3.0
Improvements
- Add missing return type hints to CaptchasTable methods - #49
- Removed deprecations
Full Changelog: 2.2.1...2.3.0
2.2.1
Fixes
- Fixed up reflection access
2.2.0
Improvements
- Remove deprecations
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.