Skip to content

Commit 6b141c8

Browse files
committed
Update README.md
1 parent 2a47ab7 commit 6b141c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,12 @@ Finally on the server-side, you can verify the captcha by using __Page.IsValid__
9898
If 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
108109
Copyright 2015 by CongDongDotNet - MIT License

0 commit comments

Comments
 (0)