Skip to content

Releases: TimothyMeadows/reCAPTCHA.AspNetCore

3.0.10

26 Aug 02:38
a0fa4e3
Compare
Choose a tag to compare

This release contains a patch for release 3.0.9.

3.0.9

25 Aug 19:26
0c39791
Compare
Choose a tag to compare

This release includes a community feature for enabling, or disabling async script loading in V3HiddenInput.

3.0.8

22 Aug 16:29
22938c8
Compare
Choose a tag to compare

This release includes a fix for V3HiddenInput which allows for setting the element Id in the event of being used on more than 1 form at a time.

3.0.7

12 Aug 15:16
3600263
Compare
Choose a tag to compare

This is a community update by @rustybox . It removes the ability to specify HttpClient in the constructor, it also privatizes HttpClient in RecatpchaService. This was done to prevent issues with reuse that were reported.

3.0.6

10 Jul 15:30
4b72667
Compare
Choose a tag to compare

This fixes a bug when using a custom model, it also restores the exception for google test keys and domain forgery.

3.0.5

25 Jun 14:11
Compare
Choose a tag to compare

This release includes a fix for #62 RecaptchaService was not being populated with IOptions settings when injected (injecting the base RecaptchaSettings class however did work) due to .Configure not being called.

3.0.4

24 Jun 16:37
Compare
Choose a tag to compare

This release fixes bugs for reported issues in #56. This also includes a feature update for testing keys per #61 and #12.

3.0.3

08 May 03:24
Compare
Choose a tag to compare

This release adds a more standardized method for configuring the library using helpers (see docs). It also includes a requested feature for changing the error message. This can now be done by setting errorMessage on the ValidateRecaptcha attribute. Will default to the previous hard coded message if not supplied.

3.0.2

04 May 14:24
Compare
Choose a tag to compare

This release contains a new optional feature for Content Security Policy (see docs). This also contains a bug fix for where the recaptcha script was loaded from using the optional Site feature.

3.0.1

04 May 13:04
Compare
Choose a tag to compare

This release includes a fix for RecaptchaV3HiddenInput not containing a default for Action.