Skip to content

Releases: dereuromark/cakephp-captcha

1.3.0

21 Aug 01:04
f309da5

Choose a tag to compare

Improvements

Make configuration property name for Captcha.maxPerUser consistent as per docs.

1.2.1

15 Dec 19:09

Choose a tag to compare

Fixes

Fixed touch() not throwing exception for simple Form usage.

1.2.0

13 Oct 16:48

Choose a tag to compare

Improvements

  • CakePHP 4.3+

1.1.2

25 Jul 12:52

Choose a tag to compare

Fixes

Fixed deprecation.

1.1.1

14 Apr 17:49

Choose a tag to compare

Fixes

FIxed honeypot of passive captcha to remain with content after posting.

1.1.0

07 Nov 02:28

Choose a tag to compare

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

03 Oct 12:01

Choose a tag to compare

Improvements

Allowed support for new core auth plugin and its Authentication component. The rendering action is now public by default.

1.0.0

24 Apr 01:03
d854cf8

Choose a tag to compare

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

09 Jan 13:10

Choose a tag to compare

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

0.1.4

09 Jan 11:54

Choose a tag to compare

Bugfixes

Fixed small regression. Debug output killed captcha images.