We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b674a commit c4a17d6Copy full SHA for c4a17d6
README.md
@@ -13,7 +13,7 @@ and v3.
13
- reCAPTCHA: https://www.google.com/recaptcha
14
- This repo: https://github.com/google/recaptcha
15
- Hosted demo: https://recaptcha-demo.appspot.com/
16
-- Version: 1.2.1
+- Version: 1.2.2
17
- License: BSD, see [LICENSE](LICENSE)
18
19
## Installation
src/ReCaptcha/ReCaptcha.php
@@ -35,7 +35,7 @@ class ReCaptcha
35
* Version of this client library.
36
* @const string
37
*/
38
- const VERSION = 'php_1.2.1';
+ const VERSION = 'php_1.2.2';
39
40
/**
41
* URL for reCAPTCHA siteverify API
0 commit comments