Install
Works with Drupal: >=9.4 <11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
139.57 KB
MD5: e3ba11d75bcd388467a8a65e455ef931
SHA-1: ecfd20b51bc8895b1f8579aab1da395c0cdd5256
SHA-256: c8994fdf90ce8c78b475258739a3d9e5c35163033c19c196886624314fb6ec1f
Download zip
188.53 KB
MD5: dd87dbd02533263ffe56df7e7c411956
SHA-1: 299be76b4a309b4758f538788ca134ddbcd30307
SHA-256: e12cab18b8b9fbf2b2edd340a6c15350e46c05a8d1b8db425cad180b6009bca2
Release notes
This is an incremental bugfix for the 2.x and 1.x version of Captcha.
Users are strongly recommended to upgrade to 2.x if their downstream captcha integrations are compatible.
Contributors (4)
Anybody, Grevil, Shreya_th, japerry
Changelog
Issues: 4 issues resolved.
Changes since 2.0.4:
Bug
- #3376818: Remove unused use statements and sort them alphabetically.
- #3354119 by japerry, Anybody: IP address 127.0.0.1 is not valid
- #3375396 by Anybody, Grevil, Shreya_th: image_captcha requires php:^8 since update, breaking existing php:<8 installations
- #3377492 by Anybody: mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
Misc
- Remove PHP8 requirement.