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 c06d69c commit 614f25aCopy full SHA for 614f25a
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.3
+- Version: 1.2.4
17
- License: BSD, see [LICENSE](LICENSE)
18
19
## Installation
src/ReCaptcha/ReCaptcha.php
@@ -43,7 +43,7 @@ class ReCaptcha
43
* Version of this client library.
44
* @const string
45
*/
46
- const VERSION = 'php_1.2.3';
+ const VERSION = 'php_1.2.4';
47
48
/**
49
* URL for reCAPTCHA siteverify API
0 commit comments