Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
100.05 KB
MD5: 9a1175ab8e61a573743be327370fe04c
SHA-1: 4551e11e85c1ac7b9b785574b625cfe743da01e9
SHA-256: 3b4335959d6583b0ab207922a1b2cbb9273b697dd1a3a568e3396c7e60daf313
Download zip
108.31 KB
MD5: 2e1143e077f8944462d10247039e6bef
SHA-1: 623ca0cf6b31bbd46c6548a3ed2bd5e955dea450
SHA-256: 9b87f2cdacc4c9d50325bb1e287f7a2c26ff8bdefac1e8326b6c90fafdc8bdbd
Release notes
Changes since 7.x-1.0-alpha3:
- #1219928: no need anymore for workaround for CAPTCHA on login forms
- Improved CAPTCHA placement detection, using D7's "actions" form element group.
- Revert "Issue #1024370 by soxofaan, nineLemon, Pancho, slashrsm: Prevents CAPTCHA from failing in certain forms"
- GD library availability check should look for imagepng function (which is required), not imagejpeg (which is optional). Related to issue #1337366.
- #1024370: Make sure we can use a top level form value $form_state['values']['captcha_response'], even if the form has #tree=true.
- Part of Issue #1106174: properly initialize placement map for node comment forms
- #1142606: added css class to CAPTCHA admin links fieldset