Downloads
Download tar.gz
46.42 KB
MD5: 6f079f0572fe55e4b1a69cf7fda85ebd
SHA-1: 4a9780f6812d8dc67712103f1fbbc08a85bd1098
SHA-256: ee690f39cae53f2d0cb7788d461087c13e87e9f41dccd412bd986b5661660efe
Download zip
61.76 KB
MD5: 025f0fcf5be07d4a0a1a16a510c30e33
SHA-1: 54c962327be024aa3e89315bbf73e477fdbaab65
SHA-256: 68585660f5ad8fd538d0b42ea0543f2d2e174dd860fef094d8a351d8f6b90c98
Release notes
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