Skip to content

Latest commit

 

History

History
122 lines (85 loc) · 2.63 KB

CHANGELOG.rst

File metadata and controls

122 lines (85 loc) · 2.63 KB

Changelog

0.7

Add language support and add 'async defer' to iframe / script tags. Fixes #2

0.6

  • Remove Python 3.4, 3.5 support
  • Remove Django 1.8 support

0.5

  • Remove Python 2.6 support
  • Remove Django 1.5 support

0.4.1

  • Fix response verification for human captcha response from google

0.4

  • Fix broken challenge_url and noscript_url
  • Make sure tests actually run and pass
  • Fix language switching by removing occurrences of mutation of passed attributes

0.3

  • Add support for Django 1.9
  • Add support for Python 3.5

0.2

  • Fixed released packages.

0.1

  • Initial release after refactoring and renaming to nobot.

Original Changelog of django-recaptcha

1.0.3 (2015-01-13)

  1. Added nocaptcha recaptcha support

1.0.2 (2014-09-16)

  1. Fixed Russian translations
  2. Added Spanish translations

1.0.1 (2014-09-11)

  1. Added Django 1.7 suport
  2. Added Russian translations
  3. Added multi dependancy support
  4. Cleanup

1.0 (2014-04-23)

  1. Added Python 3 support
  2. Added French, Dutch and Brazilian Portuguese translations

0.0.9 (2014-02-14)

  1. Bugfix: release master and not develop. This should fix the confusion due to master having been the default branch on Github.

0.0.8 (2014-02-13)

  1. Bugfix: remove reference to options.html.

0.0.7 (2014-02-12)

  1. Make it possible to load the widget via ajax.

0.0.6 (2013-01-31)

  1. Added an extra parameter lang to bypass Google's language bug. See http://code.google.com/p/recaptcha/issues/detail?id=133#c3
  2. widget.html no longer includes options.html. Options are added directly to widget.html

0.0.5 (2013-01-17)

  1. Removed django-registration dependency
  2. Changed testing mechanism to environmental variable RECAPTCHA_TESTING

0.0.4

  1. Handle missing REMOTE_ADDR request meta key. Thanks Joe Jasinski.
  2. Added checks for settings.DEBUG to facilitate tests. Thanks Victor Neo.
  3. Fix for correct iframe URL in case of no javascript. Thanks gerdemb.

0.0.3 (2011-09-20)

  1. Don't force registration version thanks kshileev.
  2. Render widget using template, thanks denz.

0.0.2 (2011-08-10)

  1. Use remote IP when validating.
  2. Added SSL support, thanks Brooks Travis.
  3. Added support for Javascript reCAPTCHA widget options, thanks Brandon Taylor.
  4. Allow for key and ssl specification at runtime, thanks Evgeny Fadeev.

0.0.1 (2010-06-17)

  1. Initial release.