Skip to content

Commit 50a93cc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 83cb310 + cf590b1 commit 50a93cc

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414

1515
A star would be a nice encouragement. ^.^
1616

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+
2625
If you want to use v2, please go to: https://github.com/RyanDaDeng/laravel-google-recaptcha-v2
2726

2827
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
8281

8382
This package requires the following dependencies:
8483

85-
- Laravel 5.x
84+
- Laravel >= 5.x
8685

8786
- If you want to use Validation Class your Laravel version needs to be >= 5.5
8887

@@ -95,7 +94,7 @@ This package requires the following dependencies:
9594
Via Composer
9695

9796
``` sh
98-
$ composer require timehunter/laravel-google-recaptcha-v3 "~2.2.26" -vvv
97+
$ composer require timehunter/laravel-google-recaptcha-v3 "~2.2.29" -vvv
9998
```
10099

101100
If your Laravel framework version <= 5.4, please register the service provider under your config file: /config/app.php, otherwise please skip it.
@@ -572,6 +571,7 @@ Thank you for the following contributors, You guys are the BEST!
572571
* [@vinsonyung](https://github.com/vinsonyung)
573572
* [@demiurge-ash](https://github.com/demiurge-ash)
574573
* [@lxlang](https://github.com/lxlang)
574+
* [@Indianos](https://github.com/Indianos)
575575

576576
## Security
577577

resources/lang/lv/messages.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
return [
4+
'ERROR_MISSING_INPUT' => 'Nav ienākošās atbildes.',
5+
'ERROR_UNABLE_TO_VERIFY' => 'Nav iespējams pārbaudīt.',
6+
'ERROR_HOSTNAME' => 'Neatbilst resursdatora nosaukums.',
7+
'ERROR_ACTION' => 'Neatbilstoša darbība.',
8+
'ERROR_SCORE_THRESHOLD' => 'Vērtējums neatbilst minimālajam slieksnim.',
9+
'ERROR_TIMEOUT' => 'Noildze',
10+
'SUCCESS' => 'Veiksmīgi apstiprināts.',
11+
];

0 commit comments

Comments
 (0)