Releases: cake17/cakephp-recaptcha
Releases · cake17/cakephp-recaptcha
CakePHP Recaptcha 0.3.4 released
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
Adapt the plugin to fit with CakePHP v3.0.7
Thanks to @bahamastudio for reporting an issue 😄
CakePHP Recaptcha 0.3.2 released
fix #8 : config lang
CakePHP Recaptcha 0.3.1 released
- the request data should populate the form if recaptcha is not checked
CakePHP Recaptcha 0.3.0 released
- 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
- replace a die() by a MissingRecaptchaApiKey Exception
- readme typos and examples
- fix typos with phpcs
CakePHP Recaptcha 0.2.2 released
- Replaces recaptcha() by display() in readme
- fix gResponse POST in component
CakePHP Recaptcha 0.2.1 released
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
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
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