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 498052a commit e7add3bCopy full SHA for e7add3b
README.md
@@ -12,7 +12,7 @@ and v3.
12
13
- reCAPTCHA: https://www.google.com/recaptcha
14
- This repo: https://github.com/google/recaptcha
15
-- Version: 1.2
+- Version: 1.2.1
16
- License: BSD, see [LICENSE](LICENSE)
17
18
## 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';
+ const VERSION = 'php_1.2.1';
39
40
/**
41
* URL for reCAPTCHA sitevrerify API
0 commit comments