captcha_after 2.0.0-beta2

Bug fixes

Since 2.0.0-beta1

Bug fixes

  • Issue #3351784 by sidharth_soman: phpcs fixes
  • Issue #3364936 by mably: shorten flood events names

captcha_after 2.0.0-beta1

New features

This is a full rewrite of the module to make it compatible with Drupal 8.8+.

The module is now based on CaptchaPoint configuration entities and Drupal Flood service.

Two new thresholds have been implemented:
- Maximum number of invalid submits for a specific Host/IP
- Global maximum number of invalid submits

Form validation process in case of errors is now properly handled.

No migration path from 7.x-1.x have been implemented.

captcha_after 2.0.0-alpha2

New features

This is a full rewrite of the module to make it compatible with Drupal 8+.

The module is now based on CaptchaPoint configuration entities and Drupal Flood service.

Two new thresholds have been implemented:
- Maximum number of invalid submits for a specific Host/IP
- Global maximum number of invalid submits

Form validation process in case of errors is now properly handled.

No migration path from 7.x-1.x have been implemented.

captcha_after 2.0.0-alpha1

New features

This is a full rewrite of the module to make it compatible with Drupal 8+.

The module is now based on CaptchaPoint configuration entities and Drupal Flood service.

Two new thresholds have been implemented:
- Maximum number of invalid submits for a specific Host/IP
- Global maximum number of invalid submits

Form validation process in case of errors is now properly handled.

No migration path from 7.x-1.x have been implemented.

captcha_after 7.x-1.1

Bug fixes

Issue #1254616 by Tezza, pivica: Correctly handle situation when captcha element
do not exist in form - captcha is skipped.
Issue #1564264 by pivica: Fixed PDO exception when uninstalling module.
Issue #1460864 by pivica: Remove LICENSE.txt from Git repository.

captcha_after 7.x-1.0

First port to Drupal 7. This version has the same features like 6.x-1.2 version.

captcha_after 6.x-1.2

New features

List of new features:

- Captcha after global thresholds can now be overiden per form.
- Disable some of captcha_after threshold check with empty or 0 threshold value.
- Replace session submit threshold with flood submit threshold. Storing submit count in session can be avoided by clearing cookies.

Do not forget to run update.php because this version introduce new table in database.

captcha_after 6.x-1.0

This version is compatible with captcha 6.x-2.3 and previous versions.

Subscribe with RSS Subscribe to Releases for CAPTCHA After