captcha 8.x-1.14

Bug fixes

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

captcha 2.0.5

Bug fixes

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

captcha 8.x-1.13

Bug fixes

Contributors (2)

Anybody, Grevil

Changelog

Issues: 2 issues resolved.

Changes since 2.0.3:

captcha 2.0.4

Bug fixes

Contributors (2)

Anybody, Grevil

Changelog

Issues: 2 issues resolved.

Changes since 2.0.3:

captcha 2.0.3

Bug fixes

Contributors (1)

daveiano

Changelog

Issues: 1 issues resolved.

Changes since 2.0.2:

Bug

  • #3375498 by daveiano: TypeError in ImageCaptchaRenderService when using redirect_404

captcha 2.0.2

Bug fixes

Bugfixe for 2.0.1:

Contributors (3)

Anybody, ChrisSnyder, ThomWilhelm

Changelog

Issues: 1 issues resolved.

Changes since 2.0.1:

captcha 8.x-1.11

Bug fixes
New features

This release brings back D10 compatibility to Captcha 8.x-1.x, making it possible to use legacy versions of captcha with Drupal 10. It also brings the 8.x-1.x branch upto date with the 2.x branch. Going forward, the 2.x branch will also release 1.x versions for compatibility, until there is a breaking change in which development on 1.x will stop.

There is no difference between the 2.0.1 and 8.x-1.11 releases.

Add a summary here

captcha 2.0.1

Bug fixes

This release fixes an incompatibility issue caused with the 2.0.0 release, making 1.x and 2.x mutually incompatible with major versions of Drupal 10. No other changes were made between 2.0.0 and 2.0.1

With this release, 2.0.1 is compatible with Drupal 9.4+. There is no difference between the 2.0.1 and 8.x-1.11 releases.

captcha 2.0.0

Bug fixes
New features

CAPTCHA 2.0.0 stable release

Changes between version 8.x-1.10 and 2.0.0

captcha 2.0.0-beta2

Bug fixes

CAPTCHA Bugfix release

Please note the minor templates/captcha.html.twig changes from #3357694: Use label & description for captcha label & description instead of custom structure! Twig variables did not change, so overwrites will still work.

captcha 2.0.0-alpha0

Bug fixes
New features

First ALPHA release of the new 2.x branch! Yay!

Please help testing, and please note, that there may be breaking changes BC, if you've modified CAPTCHA output for example. For regular installations, 2.x should "just work" and provide many bugfixes and new features, like new .twig templates that can be overwritten.

For details see #3320867: [META][2.x] CAPTCHA 2.0.x release

captcha 8.x-1.8

Bug fixes

Reverses accidental release from development version "2.x".

captcha 2.x-dev

New features

Future development, cleanup and new features.

captcha 8.x-1.5

Bug fixes

This is an incremental bug and compatibility fix for the captcha module. The biggest change being better PHP 8.1 support, in preparation for Drupal 10 beta.

captcha 8.x-1.4

Bug fixes
New features

This is a very incremental release of the captcha module.

There should be no issues upgrading from the 1.3 version of captcha.

Two issues were resolved since 8.x-1.3:

  • Issue #2220275: Added support for skipping captcha for certain IP addresses (IP Whitelist)
  • Fixed two lingering Drupal 10 readiness scans that were missed with 1.3 release.

captcha 8.x-1.3

Bug fixes

This is an incremental release for the Captcha module.

The biggest change is support for Drupal 10 and PHP 8.1. While the module still supports Drupal 8.9, testing is no longer done in Drupal 8, and features may break!.

All Changes since 8.x-1.2:

captcha 8.x-1.2

Bug fixes
New features

This release fixes many bugs and introduces a few new features. The biggest being answer error messages are configurable, and you can now migrate from D7 to D8/9 captcha settings.

All issues fixed since 8.x-1.1:

captcha 8.x-1.1

Bug fixes

This is minor bugfix release from 1.0. The major change is support for Drupal 8.8+ and introducing compatibility with Drupal 9.

Changelog since 8.x-1.0:

captcha 7.x-1.7

New features

Contributors (4)

pvdjay, Chris Matthews, wundo, alexharries

Changelog

Issues: 1 issues resolved.

Changes since 7.x-1.6:

captcha 8.x-1.0-beta4

New features

Improves Drupal 8 support

Contributors (6)

wundo, thalles, gg24, ravi.shankar, Dinesh18, josesanmartin

Changelog

Issues: 6 issues resolved.

captcha 8.x-1.0-alpha1

Bug fixes

Issue #2486113 by keshav.k, m1r1k, naveenvalecha: Replace md5 with sha256 hashes
Issue #2798991 by naveenvalecha: Fix coding standards & replace the deprecated methods
Issue #2631636 by elachlan, Prashant.c, harsha012: Improve README.md file for CAPTCHA
Issue #2798991 by naveenvalecha: Fix coding standards & replace the deprecated methods
Issue #2668134 by TMontana93: Installation message unnecessary
Issue #2627904 by ddrozdik: Convert hook_help() from 7 to 8 version
Issue #2748859 by fornigam: Need to improve readme file

captcha 6.x-2.7

Bug fixes

Changes since 6.x-2.6:

  • #2522040 by wundo, Michelle: Backporting changes from Drupal 7
  • #2162437 by gnassar, ehowland: PHP 5.4 strict warning: Only variables should be passed by reference

captcha 7.x-1.2

Bug fixes
Insecure

Changes since 7.x-1.1:

  • Fixing indentation
  • #2364775 by sanchiz: Fix notices from CodeSniffer.
  • #2324731 by Turek, wundo: Prevents PDO error
  • #2325611 by coltex: Fix 'Undefined property' notice

captcha 6.x-2.6

Bug fixes

Changes since 6.x-2.5:

  • #2325611 by coltex: Fix 'Undefined property' notice
  • #918856 - CAPTCHA Session Reuse message on webforms

captcha 7.x-1.1

Bug fixes
Insecure

Changes since 7.x-1.0:

  • #1962962 by soxofaan | Amaylia: Fixed Image captcha generates new images for old solutions.
  • #918856 - CAPTCHA Session Reuse message on webforms
  • #255795: tweaked implementation to add default challenge to non listed forms
  • #255795 by Liam Morland: Add CAPTCHA to all forms by default

captcha 7.x-1.0-alpha3

Bug fixes
Insecure

Note about upgrading

In case you already using CAPTCHA 7.x-1.0-alpha2: the upgrade should be seamless.

In case you already tried/worked with CAPTCHA 7.x-1.0-alpha1: there is no upgrade path from 7.x-1.0-alpha1 and 7.x-1.0-alpha3. If you try to upgrade, you will get database errors. Instead, you should first uninstall the CAPTCHA module and reinstall 7.x-1.0-alpha3 (like a fresh install).

When upgrading from CAPTCHA 6.x-2.x (for Drupal 6), it is required to first upgrade to CAPTCHA 6.x-2.4 (or higher within the 6.x-2.x branch) first, otherwise the upgrade will fail (issues #1021244: Prevent upgrading directly from 6.x-2.3 (or earlier) to 7.x-1.x).

Changes since 7.x-1.0-alpha2:

  • #976436 by matheusgorino, soxofaan: Adds an ob_end_clean to prevent the output image from being corrupted.
  • #1024370 by soxofaan, nineLemon, Pancho, slashrsm: Prevents CAPTCHA from failing in certain forms
  • fixing captcha.js identation
  • Removing translation directories
  • Stripping CVS keywords
  • #881156 by elachlan and soxofaan: disable autocomplete on CAPTCHA response field with javascript (instead of with non-standard markup)
  • #1049482 by jweowu: fix for schema mismatch

captcha 6.x-2.4

Bug fixes

Maintenance release

This is a minor maintenance release, no fancy new features.

However, do not forget to run the update.php script as there is a minor database update.

Changes since DRUPAL-6--2-3:

  • Updated JavaScript attaching to Drupal.behaviors system (as per http://drupal.org/update/modules/5/6#javascript-behaviors)
  • #472450 by Ahwebd and Soxofaan: add option to render Image CAPTCHA from right to left for RTL languages
  • moved old tests from tests/captcha.admin.test to captcha.test
  • #825088 by Nedjo and Soxofaan (first part): renamed 'type' column in 'captcha_point' table to 'captcha_type' to make it exportable
  • #995748 by soxofaan: fixed problem of CAPTCHA reuse attack detection when using multiple CAPTCHA protected forms on same page (with test)
  • #995260: fixed bypassing of solution in CAPTCHA session reuse attack scenario
  • synchronizing D6 and D7 version
  • various refactoring things to synchronize captcha.test between D6 and D7
  • refactored CAPTCHA point admin test for better synchronization between D6 and D7
  • refactored session reuse attack tests for better synchronizing between D6 and D7
  • Fixed randomName() usage in simpletests

captcha 7.x-1.0-alpha2

New features
Bug fixes
Insecure

The Happy 2011 release

Yet a step closer to getting this module properly ported to Drupal 7.

Note about upgrading

In case you already tried/worked with CAPTCHA 7.x-1.0-alpha1: there is no upgrade path from 7.x-1.0-alpha1 and 7.x-1.0-alpha2. If you try to upgrade, you will get database errors. Instead, you should first uninstall the CAPTCHA module and reinstall 7.x-1.0-alpha2 (like a fresh install).

When upgrading from CAPTCHA 6.x-2.x (for Drupal 6), it is required to first upgrade to CAPTCHA 6.x-2.4 (or higher within the 6.x-2.x branch) first, otherwise the upgrade will fail (issues #1021244: Prevent upgrading directly from 6.x-2.3 (or earlier) to 7.x-1.x and #1040324: Install / Update Modules results in AJAX HTTP error do to db_add_column() call ).

Changes since DRUPAL-7--1-0-ALPHA1:

captcha 7.x-1.0-alpha1

First (alpha) release of CAPTHCA module and Image CAPTCHA module.

Pages

Subscribe with RSS Subscribe to Releases for CAPTCHA