Skip to content

Releases: cakephp-fr/recaptcha

Update for CakePHP 4

21 Jan 12:33
Compare
Choose a tag to compare

new version for CakePHP 4

use 1.0.2 to use plugin with CakePHP 3

add missing updates

28 Apr 12:12
Compare
Choose a tag to compare
1.0.2

missing updates

Fix update errors for CakePHP 3.6

28 Apr 12:07
Compare
Choose a tag to compare
1.0.1

fix update functions errors

Version update for CakePHP 3.6

28 Apr 11:58
Compare
Choose a tag to compare
1.0.0

replace deprecated functions for CakePHP 3.6

CakePHP Recaptcha 0.4.2 released

13 Jun 11:13
Compare
Choose a tag to compare
  • Change the load method of helper using the viewbuilder (thanks to @Zehir)
  • Update Travis ci

CakePHP Recaptcha 0.4.1 released

14 Apr 07:01
Compare
Choose a tag to compare

Small changes:

  • a function errors() has been added for Recaptcha Component to be able to debug developers issues.
  • improve examples and readme

CakePHP Recaptcha 0.4.0 released

20 Jan 11:44
Compare
Choose a tag to compare

BC BREAKS

Be aware that this breaks the old configs, I changed the way the plugin was configured, it's now in the app.php and not in a recaptcha.php file. I think the need to create a config file is not necessary and the use of the global config is enough.

CHANGES

  • size type added : normal or compact.
  • new langs were added by Google for Recaptcha, so the accepted lang are updated.