You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,14 @@
14
14
15
15
A star would be a nice encouragement. ^.^
16
16
17
-
### 2020-05-04: Supported content security policy by [@lxlang](https://github.com/lxlang)
18
-
### 2020-03-14: Supported Russian lang by * [@demiurge-ash](https://github.com/demiurge-ash)
19
-
### 2019-07-09: Multi lang is supported ~2.2.19
20
-
### 2019-04-28: Refresh Recaptcha Response in Ajax call is supported, you can refresh the recaptcha response after ajax response is returned (check on Ajax Usage). Version: ~2.2.16)
21
-
### Update: Vue component is production ready. Please upgrade package version : ~2.2.11
22
-
### Update: if you are using version lower than 2.2.11, please upgrade and publish config file again (remove your current one). There are a few major improvments on Blade usage, please read instructions.
23
-
24
-
I guarantee that bugs, issues, features and changes will be responded in 48 hours.
25
-
17
+
## Latest features:
18
+
19
+
- Refresh Ajax supported
20
+
- Content security policy supported
21
+
- Multi lang supported
22
+
- Vue component supported
23
+
- Background mode supported
24
+
26
25
If you want to use v2, please go to: https://github.com/RyanDaDeng/laravel-google-recaptcha-v2
27
26
28
27
If you only need to use Vue component, feel free to copy it.
@@ -82,7 +81,7 @@ Please check Google site: https://developers.google.com/recaptcha/docs/faq
82
81
83
82
This package requires the following dependencies:
84
83
85
-
- Laravel 5.x
84
+
- Laravel >= 5.x
86
85
87
86
- If you want to use Validation Class your Laravel version needs to be >= 5.5
88
87
@@ -95,7 +94,7 @@ This package requires the following dependencies:
0 commit comments