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 6e78ce9 commit 98c4a65Copy full SHA for 98c4a65
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.2
+- Version: 1.2.3
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.2';
+ const VERSION = 'php_1.2.3';
47
48
/**
49
* URL for reCAPTCHA siteverify API
0 commit comments