Skip to content

Releases: dereuromark/cakephp-captcha

2.3.1

14 Feb 02:57
ddfbc49

Choose a tag to compare

Fixes

  • Correctly apply binary or blob based on engine in migrations.

New Contributors

Full Changelog: 2.3.0...2.3.1

2.3.0

09 Dec 02:41

Choose a tag to compare

Improvements

  • Add missing return type hints to CaptchasTable methods - #49
  • Removed deprecations

Full Changelog: 2.2.1...2.3.0

2.2.1

08 Oct 09:25

Choose a tag to compare

Fixes

  • Fixed up reflection access

2.2.0

01 May 00:36
58c7f32

Choose a tag to compare

Improvements

  • Remove deprecations

2.1.0

18 Jul 13:27

Choose a tag to compare

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

01 Feb 14:52
1517276

Choose a tag to compare

Fixes

  • skip authorization when loaded by @idfake in #43

Full Changelog: 2.0.2...2.0.3

2.0.2

24 Jan 01:25

Choose a tag to compare

Fixes

Fixed plugin class name

2.0.1

21 Dec 00:17

Choose a tag to compare

Fixes

  • Fix up blob for postgres
  • Fix up model detection

2.0.0

12 Oct 23:03

Choose a tag to compare

CakePHP 5 compatible release

Enjoy!

1.4.0

25 Aug 22:08

Choose a tag to compare

Improvements

Handle rate limit more gracefully.
It can now also be used to "throttle" user-based form usage, not just bot-based.