Add language support and add 'async defer' to iframe / script tags. Fixes #2
- Remove Python 3.4, 3.5 support
- Remove Django 1.8 support
- Remove Python 2.6 support
- Remove Django 1.5 support
- Fix response verification for human captcha response from google
- 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
- Add support for Django 1.9
- Add support for Python 3.5
- Fixed released packages.
- Initial release after refactoring and renaming to nobot.
- Added nocaptcha recaptcha support
- Fixed Russian translations
- Added Spanish translations
- Added Django 1.7 suport
- Added Russian translations
- Added multi dependancy support
- Cleanup
- Added Python 3 support
- Added French, Dutch and Brazilian Portuguese translations
- Bugfix: release master and not develop. This should fix the confusion due to master having been the default branch on Github.
- Bugfix: remove reference to options.html.
- Make it possible to load the widget via ajax.
- Added an extra parameter lang to bypass Google's language bug. See http://code.google.com/p/recaptcha/issues/detail?id=133#c3
- widget.html no longer includes options.html. Options are added directly to widget.html
- Removed django-registration dependency
- Changed testing mechanism to environmental variable RECAPTCHA_TESTING
- Handle missing REMOTE_ADDR request meta key. Thanks Joe Jasinski.
- Added checks for settings.DEBUG to facilitate tests. Thanks Victor Neo.
- Fix for correct iframe URL in case of no javascript. Thanks gerdemb.
- Don't force registration version thanks kshileev.
- Render widget using template, thanks denz.
- Use remote IP when validating.
- Added SSL support, thanks Brooks Travis.
- Added support for Javascript reCAPTCHA widget options, thanks Brandon Taylor.
- Allow for key and ssl specification at runtime, thanks Evgeny Fadeev.
- Initial release.