Downloads
Download tar.gz
80.19 KB
MD5: f04af543c77026d74c743abc794e92f9
SHA-1: 75d38fe84f1cafd8526d77e25f1eed30f66a499f
SHA-256: 588a3f96b0042c2a34f6f55374f422fb60a2e9f4a48f9d5d6059ead7eef70985
Download zip
122.22 KB
MD5: 6da3ddb61ab55bc254f9678f88acfba0
SHA-1: a613c3f5031db6c41f15cf193363fd8fd8e2b11f
SHA-256: 9ef79fe0a98762a0eff81d90d617c4ebd6dfcae03500da74a833af8b14a44594
Release notes
A 6.x-2.0 release is coming closer!
The large architectural changes are (finally) over.
Only some small issues and kinks to work out.
Changes since DRUPAL-6--2-0-RC1:
- prerender handling of the 'captcha_response' form item is now only done if it is a textfield and not on e.g. the reCAPTCHA form construction, where it does not make sense.
- #473002: CAPTCHA API now provides a way to define a custom CAPTCHA validation function
- 6.x-2.0-beta5 made the case insensitive validation a global option (as a checkbox), but this is now changed to a "default CAPTCHA validation" option (as radio list), which describes better what it actually is (a default that can be overriden/ignored)
- #476288: showing CAPTCHA description is now controlled by explicit checkbox on admin interface instead of obscure "if not empty".
- Added a drop of jQuery for added usability for the CAPTCHA description
- Worked on CAPTCHA description usage/translation/workflow: CAPTCHA descriptions can now be reset with empty entry, tweaked UI strings, fixed bug in localized default CAPTCHA description.
- made image CAPTCHA settings more finegrained/explicit
- added jQuery niceness for image CAPTCHA settings page (distortion and noise level stuff)
- Various small fixes and tweaks.
- Various translation updates (pot file, Lithuanian, Dutch)