Skip to content

Releases: cake17/cakephp-recaptcha

CakePHP Recaptcha 0.3.4 released

15 Dec 17:52
Compare
Choose a tag to compare

This project has been moved to https://github.com/cakephp-fr/recaptcha, please change your composer.json with cakephp-fr/recaptcha.

This will be the last commit and release for this repository.

CakePHP Recaptcha 0.3.3 released

23 Jun 18:41
Compare
Choose a tag to compare
Pre-release

Adapt the plugin to fit with CakePHP v3.0.7
Thanks to @bahamastudio for reporting an issue 😄

CakePHP Recaptcha 0.3.2 released

07 Apr 06:57
Compare
Choose a tag to compare
Pre-release

fix #8 : config lang

CakePHP Recaptcha 0.3.1 released

01 Apr 18:00
Compare
Choose a tag to compare
Pre-release
  • the request data should populate the form if recaptcha is not checked

CakePHP Recaptcha 0.3.0 released

11 Mar 15:00
Compare
Choose a tag to compare
Pre-release
  • Be careful, key names have been changed:
    defaultTheme => theme
    defaultType => type
    siteKey => sitekey
    defaultLang => lang
  • Control if recaptcha is not checked
  • fix phpcs
  • remove key => error to be able to use default layout
  • fix tests

thanks to @javikalsan & @ADmad for their help

CakePHP Recaptcha 0.2.3 released

04 Feb 22:23
Compare
Choose a tag to compare
Pre-release
  • replace a die() by a MissingRecaptchaApiKey Exception
  • readme typos and examples
  • fix typos with phpcs

CakePHP Recaptcha 0.2.2 released

14 Jan 14:02
Compare
Choose a tag to compare
Pre-release
  • Replaces recaptcha() by display() in readme
  • fix gResponse POST in component

CakePHP Recaptcha 0.2.1 released

08 Jan 15:04
Compare
Choose a tag to compare
Pre-release

This fixes 2 things:

  • deletes a useless debug()
  • remove the extension .php after CakePHP config changes cakephp/cakephp#5564

CakePHP Recaptcha 0.2.0 released

03 Jan 22:30
Compare
Choose a tag to compare
Pre-release

This second version does the following:

  • Fix the travis test so that the plugin pass the tests.
  • Add theme and type options for recaptcha widget

CakePHP Recaptcha 0.1.0 released

15 Dec 22:31
Compare
Choose a tag to compare
Pre-release

This first version contains the following things:

  • ReCaptcha and ReCaptchaResponse Libs that deal with calls to Google sites and check the siteKey and secret passwords.
  • a Recaptcha Component that stops the form saving if the box is not checked
  • a Recaptcha Helper that displays the Google checkbox
  • a Composer postInstall cmd to create an empty config file in config/ folder of the application