Skip to content

Releases: chrisnappin/play-recaptcha

Release 3.0

12 Mar 15:15
Compare
Choose a tag to compare

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

07 Mar 11:13
724d7bc
Compare
Choose a tag to compare

Module Release

Module Revision reCAPTCHA Versions Play Version Scala Versions ScalaDoc
2.6 v2, invisible 2.9.2+ 2.13 ScalaDoc

Changelog

Release 2.6

  • Migrated to support Play 2.9.2+

Many thanks to @mashijp for the pull request!

Release 2.5

23 Jun 09:30
Compare
Choose a tag to compare

Module Release

Module Revision reCAPTCHA Versions Play Version Scala Versions ScalaDoc
2.5 v2, invisible 2.8.8+ 2.12, 2.13 ScalaDoc

Changelog

Release 2.5

  • Migrated to support Play 2.8.8+

Many thanks to @gmixa for the pull request!

Release 2.4

30 Sep 07:18
df40be9
Compare
Choose a tag to compare

Module Release

Module Revision reCAPTCHA Versions Play Version Scala Versions ScalaDoc
2.4 v2, invisible 2.7.3+ 2.12, 2.13 ScalaDoc

Changelog

Release 2.4

  • Migrated to support Play 2.7.3+ and Scala 2.13
  • Added CSRF to the example forms

Many thanks to @gmixa for the pull request!

Release 2.3

13 Jul 07:10
Compare
Choose a tag to compare

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

12 Jul 22:00
Compare
Choose a tag to compare

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

29 May 10:44
Compare
Choose a tag to compare

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

29 May 10:41
Compare
Choose a tag to compare

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

29 May 10:38
Compare
Choose a tag to compare

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

29 May 10:31
Compare
Choose a tag to compare

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)