Releases: chrisnappin/play-recaptcha
Releases · chrisnappin/play-recaptcha
Release 3.0
Module Release
Module Revision | reCAPTCHA Versions | Play Version | Scala Versions | ScalaDoc |
---|---|---|---|---|
3.0 | v2, invisible | 3.0.x+ | 3.x | ScalaDoc |
Changelog
Release 3.0
- Migrated to support Play 3.0.x+ and Scala 3.x
Release 2.6
Release 2.5
Release 2.4
Release 2.3
Module Release
12th July, 2017
Module Revision | reCAPTCHA Versions | Play Version | Scala Versions | ScalaDoc |
---|---|---|---|---|
2.3 | v2, Invisible | 2.6.x | 2.11, 2.12 | ScalaDoc |
Change Log
- Migrated to support Play 2.6
- Minor changes to the APIs to best support Play 2.6 features
- Added support for Content Security Policy with nonces
Many thanks to @akitaylor for the pull request!
Release 2.2
Module Release
27th June, 2017
Module Revision | reCAPTCHA Versions | Play Version | Scala Versions | ScalaDoc |
---|---|---|---|---|
2.2 | v2, Invisible | 2.5.x | 2.11 | ScalaDoc |
Change Log
- Added support for invisible reCAPTCHA
- Added support for AJAX form submission
- Added support for optional HTML attribute arguments
- Refactored recaptchaField to simplify alternative HTML field layouts
Many thanks to @varju for the pull request!
Release 2.1
Module Release
17th October, 2016
Module Revision | reCAPTCHA Versions | Play Version | Scala Versions | ScalaDoc |
---|---|---|---|---|
2.1 | v2 | 2.5.x | 2.11 | ScalaDoc |
Change Log
- Added extra customisations for reCAPTCHA v2 language, tabindex and size options
- Removed support for reCAPTCHA v1, since Google no longer supports it or issues new API keys, and it helped greatly simplify the codebase.
Release 2.0
Module Release
27th June, 2016
Module Revision | reCAPTCHA Versions | Play Version | Scala Versions | ScalaDoc |
---|---|---|---|---|
2.0 | v1, v2 | 2.5.x | 2.11 | ScalaDoc |
Change Log
- Added support for Play 2.5.x
Another version jump because the API has changed to accommodate Play no longer having any static configuration. As before, the functionality and the rest of the APIs have not changed at all.
Many thanks to @gmalouf and @akitaylor for the pull requests!
Release 1.5
Module Release
3rd September, 2015
Module Revision | reCAPTCHA Versions | Play Version | Scala Versions | ScalaDoc |
---|---|---|---|---|
1.5 | v1, v2 | 2.4.x | 2.10, 2.11 | ScalaDoc |
Change Log
- Added support for Play 2.4.x (converted from a Plugin to a DI Module)
Why the version number jump? Well, the way the module is used (injected via DI) has changed, and the APIs have been updated to use Play 2.4 i18n, so this release is only compatible with Play 2.4. However, the functionality and the rest of the APIs have not changed at all.
Release 1.0
Module Release
18th March, 2015
Module Revision | reCAPTCHA Versions | Play Version | Scala Versions | ScalaDoc |
---|---|---|---|---|
1.0 | v1, v2 | 2.3.x | 2.10, 2.11 | ScalaDoc |
Change Log
- Added support for reCAPTCHA version 2 (aka no-captcha reCAPTCHA)