File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,12 @@ Finally on the server-side, you can verify the captcha by using __Page.IsValid__
9898If any issue or bug, please push a new issue [ here] ( https://github.com/congdongdotnet/GoogleRecaptcha/issues ) .
9999
100100### Release Notes
101- * 1.0.0: The first version supports only for Google reCaptcha version 2 and asp.net mvc 4(or higher).
101+ * 1.2.1: Enable to set the custom values for 2 properties(Response and RemoteIp) in RecaptchaV2Data class.
102+ * 1.1.1: Support the Google Recaptcha version 2 for asp.net web forms.
102103* 1.0.1: Add the meaningful comments into code and fix some following performance bugs:
103104 * Dispose and close the unnecessary resources when using MemoryStream.
104105 * Use the HtmlHelper class in the namespace System.Web.Mvc instead of System.Web.WebPages.Html.
105- * __ 1.1.1 __ : Support the Google Recaptcha version 2 for asp.net web forms .
106+ * 1.0.0: The first version supports only for Google reCaptcha version 2 and asp.net mvc 4(or higher) .
106107
107108### Copyright and License
108109Copyright 2015 by CongDongDotNet - MIT License
You can’t perform that action at this time.
0 commit comments