Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Oct 30, 2019
1 parent bce83e8 commit 54b949c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
Binary file modified languages/uwp-recaptcha-en_US.mo
Binary file not shown.
24 changes: 12 additions & 12 deletions languages/uwp-recaptcha-en_US.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
msgid ""
msgstr ""
"Project-Id-Version: UsersWP - ReCaptcha 1.0.5\n"
"Project-Id-Version: UsersWP - ReCaptcha 1.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-28 12:01+0530\n"
"PO-Revision-Date: 2019-06-28 12:01+0530\n"
"POT-Creation-Date: 2019-10-30 16:00+0000\n"
"PO-Revision-Date: 2019-10-30 16:00+0000\n"
"Last-Translator: \n"
"Language-Team: AyeCode <[email protected]>\n"
"Language: en_US\n"
Expand All @@ -15,7 +15,7 @@ msgstr ""
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 2.2.1\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Poedit-SearchPath-0: .\n"

#: admin/settings.php:6
Expand Down Expand Up @@ -167,46 +167,46 @@ msgstr ""
msgid "Invisible ReCaptcha"
msgstr ""

#: includes/class-uwp-recaptcha.php:140
#: includes/class-uwp-recaptcha.php:167
#, php-format
msgid ""
"UsersWP ReCaptcha addon: API Key and API Secret not set. %sclick here%s to "
"set one."
msgstr ""

#: includes/class-uwp-recaptcha.php:142
#: includes/class-uwp-recaptcha.php:169
#, php-format
msgid "UsersWP ReCaptcha addon: API Key not set. %sclick here%s to set one."
msgstr ""

#: includes/class-uwp-recaptcha.php:144
#: includes/class-uwp-recaptcha.php:171
#, php-format
msgid "UsersWP ReCaptcha addon: API Secret not set. %sclick here%s to set one."
msgstr ""

#: includes/functions.php:191
#: includes/functions.php:214
msgid ""
"<strong>ERROR</strong>: reCAPTCHA verification failed. Please try again."
msgstr ""

#: includes/functions.php:208
#: includes/functions.php:231
msgid ""
"<strong>reCAPTCHA ERROR</strong>: The secret parameter is missing or "
"invalid. Please try again."
msgstr ""

#: includes/functions.php:212
#: includes/functions.php:235
msgid ""
"<strong>reCAPTCHA ERROR</strong>: The response parameter is missing or "
"invalid. Please try again."
msgstr ""

#: includes/functions.php:215
#: includes/functions.php:238
msgid ""
"<strong>reCAPTCHA ERROR</strong>: The request is invalid. Please try again."
msgstr ""

#: includes/functions.php:218
#: includes/functions.php:241
msgid ""
"<strong>reCAPTCHA ERROR</strong>: The response is no longer valid: either is "
"too old or has been used previously. Please try again."
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://userswp.io/
Tags: recaptcha, frontend, login, register, account, users, restrict, userswp
Requires at least: 4.9
Tested up to: 5.3
Stable tag: 1.2.0-beta
Stable tag: 1.2.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions uwp_recaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: UsersWP - ReCaptcha
Plugin URI: https://userswp.io
Description: ReCaptcha add-on for UsersWP.
Version: 1.2.0-beta
Version: 1.2.0
Author: AyeCode Ltd
Author URI: https://userswp.io
License: GPL-2.0+
Expand All @@ -16,7 +16,7 @@
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

define( 'UWP_RECAPTCHA_VERSION', '1.2.0-beta' );
define( 'UWP_RECAPTCHA_VERSION', '1.2.0' );

define( 'UWP_RECAPTCHA_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 54b949c

Please sign in to comment.