Skip to content

Releases: michaelvs97/AspNetCore.ReCaptcha

v1.8.2

20 Jul 14:24
2286edd
Compare
Choose a tag to compare
Merge pull request #69 from michaelvs97/feature/v2-invisible-callbacks

Add expired-callback and error-callback to the V2 invisible widget

v1.8.1

10 Jan 11:58
1cfe488
Compare
Choose a tag to compare
Ioptions snapshot (#65)

* Consistently use IOptionsSnapshot instead of IOptions

* Update version to 1.8.1

v1.8.0

28 Dec 10:18
cc4450d
Compare
Choose a tag to compare
Remove .NET Core 3.1 and .NET 5 as supported framework and update sap…

…les (#62)

* Remove .NET Core 3.1 and .NET 5 as supported framework and update samples

- Remove .NET Core 3.1 and .NET 5 as supported framework versions as they have been end-of-life for more than a year.
- Update the samples to be per feature instead of per .NET version (split for MVC and Razor Pages)
- Update readme and package description to indicate we support .NET 6 and above instead of specifying all supported versions

* Add ability to specify nonce for the generated script

* Use .NET 8 SDK in pipeline

* Update test project target framework and dependencies

v1.7.0

02 Feb 18:44
b1b0834
Compare
Choose a tag to compare
Update AspNetCore.ReCaptcha.csproj

v1.6.0

28 Sep 17:09
Compare
Choose a tag to compare

What's Changed

  • Fix for multiple forms not working by @sleeuwen in #50
  • Allow specifying expected action and verify it in v3 response by @sleeuwen in #51

Full Changelog: v1.5.4...v1.6.0

v1.5.4

04 Aug 19:08
96518fd
Compare
Choose a tag to compare

What's Changed

  • Fix for having multiple forms on a page secured by recaptcha V3 by @sleeuwen in #47

Full Changelog: v1.5.3...v1.5.4

v1.5.3

16 Mar 19:43
b75c738
Compare
Choose a tag to compare

What's Changed

  • Change ScoreThreshold from float to double by @sleeuwen in #38

Full Changelog: v1.5.2...v1.5.3

v1.5.2

11 Feb 18:57
77f1dfa
Compare
Choose a tag to compare
Merge pull request #33 from michaelvs97/logging

Add logging of error codes in recaptcha response

v1.5.1

03 Feb 18:57
6109fe3
Compare
Choose a tag to compare
  • Add a new overload for services.AddReCaptcha that allows configuring the HttpClient being used to make the request
  • Fix url for recaptcha.net and fix the generated js url to use recaptca.net as well

v1.4.0

09 Jan 19:29
fb9242a
Compare
Choose a tag to compare
Add localization support for the error message (#26)

* add localization for the error message

* Use .net 6 in github actions

* Increment version to v1.4.0

* Fix unit tests