Releases: dereuromark/cakephp-captcha
Releases · dereuromark/cakephp-captcha
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.
1.1.1
Fixes
FIxed honeypot of passive captcha to remain with content after posting.
1.1.0
Improvements
- Added logging for passive captchas.
Fixes
- Fixed both active and passive to work together for normal forms and model-less forms.
- Fixed component to autoload behavior also for plugin models.
1.0.1
Improvements
Allowed support for new core auth plugin and its Authentication component. The rendering action is now public by default.
1.0.0
CakePHP 4 stable release
Dead simple, unobtrusive and extendable captcha solution for CakePHP
What's in this plugin
- Readable match captchas that will already do the trick without annoying "I can't read those letters".
- Extendable interface approach to easily hook in your own engine.
What are the gotchas
- Simplicity: Simple images, no fancy JS or alike.
- Usability: Cross-tab safe (not session based as in overwriting each other per request).
- Completely stand-alone plugin, no third party stuff involved/needed.
1.0.0-beta
CakePHP 4 compatible pre-release.
Please help to finalize for stable release.
0.1.4
Bugfixes
Fixed small regression. Debug output killed captcha images.