Posted by soxofaan on April 11, 2008 at 9:04am
| Download | Size | md5 hash |
|---|---|---|
| captcha-6.x-1.0-rc2.tar.gz | 46.42 KB | 6f079f0572fe55e4b1a69cf7fda85ebd |
| captcha-6.x-1.0-rc2.zip | 61.76 KB | 025f0fcf5be07d4a0a1a16a510c30e33 |
Last updated: December 24, 2010 - 22:35
This release is compatible with the minor menu API change in Drupal 6.2.
Other changes since DRUPAL-6--1-0-RC1:
- #213928: the list of unsolved challenges per user is now FIFO instead of "flush all when full" (removes "You can't request more than @num challenges without solving them" message)
- fixed non working persitence modes CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM and CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL for first preview
- #227478: limited size of text CAPTCHA text field to 15 chars
- #231716: added alt and title attirbutes to image element
- added message after installation linking to CAPTCHA admin for better usability
- #240088: allow form_id's with numeric characters
- minor fixes and tweaks