File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ # [ 2.0.0] ( https://github.com/jgdevlabs/aspnetcore-recaptcha/releases/tag/v2.0.1 ) (22.04.2022)
2+
3+ ### Added:
4+ - An Action property to the ValidateRecaptchaFilter and the ValidateRecaptchaAttribute, for reCAPTCHA V3 action validation.
5+ - A default callback script, which is added to the bottom of the body when automatically binding the challeng to an element.
6+ - New FormId property to RecaptchaInvisibleTagHelper, which should be set when automatically binding to a challenge.
7+ - A new RecaptchaV3TagHelper for automatic binding of V3 challenges.
8+ - Added NETCOREAPP3.1, NET5 and NET6 as target frameworks.
9+
10+ ### Updated:
11+ - XML documentation was updated for some classes, methods and properties.
12+ - The RecaptchaInvisibleTagHelper now supports automatic binding to the challenge.
13+ - The RecaptchaScriptTagHelper now fully supports reCAPTCHA V3, so you may now make use of automatic or explicit rendering.
14+
15+ ### Removed:
16+ - Dropped NETCOREAPP2.1 and NETCOREAPP3.0 from target framworks.
You can’t perform that action at this time.
0 commit comments