From d6a9e1f7cfc450d08afb069d67ddc8acab5e6373 Mon Sep 17 00:00:00 2001 From: Patrik Date: Fri, 27 Mar 2020 12:18:46 +0530 Subject: [PATCH] Releasing update 1.3.4 --- languages/uwp-recaptcha-en_US.mo | Bin 625 -> 625 bytes languages/uwp-recaptcha-en_US.po | 6 +++--- readme.txt | 5 ++++- uwp_recaptcha.php | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/languages/uwp-recaptcha-en_US.mo b/languages/uwp-recaptcha-en_US.mo index afb18360d44158ced5c9aa0ea47211eb912850b8..afbc8de327e3318d80b3fc8fb238ff942ab2c144 100644 GIT binary patch delta 37 ocmey!@{wgiDx=B7G(#?9T_bY^LnA9g(}@e^*rB|Q$5t}}0M}~@`2YX_ delta 37 ocmey!@{wgiDx>klG(#>UT_Y0(LrW_|lZgxE*rB|Q$5t}}0M};<{Qv*} diff --git a/languages/uwp-recaptcha-en_US.po b/languages/uwp-recaptcha-en_US.po index d53f802..3498122 100644 --- a/languages/uwp-recaptcha-en_US.po +++ b/languages/uwp-recaptcha-en_US.po @@ -1,9 +1,9 @@ msgid "" msgstr "" -"Project-Id-Version: UsersWP - ReCaptcha 1.3.3\n" +"Project-Id-Version: UsersWP - ReCaptcha 1.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-24 19:14+0530\n" -"PO-Revision-Date: 2020-02-24 19:15+0530\n" +"POT-Creation-Date: 2020-03-27 12:15+0530\n" +"PO-Revision-Date: 2020-03-27 12:15+0530\n" "Last-Translator: \n" "Language-Team: AyeCode \n" "Language: en_US\n" diff --git a/readme.txt b/readme.txt index bdb2d27..8e20645 100644 --- a/readme.txt +++ b/readme.txt @@ -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.3.3 +Stable tag: 1.3.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -52,6 +52,9 @@ TBA == Changelog == += 1.3.4 = +* ReCaptcha V3 issue regarding loading API key - FIXED + = 1.3.3 = * ReCaptcha add on runs before UsersWP on some sites causing issue - FIXED diff --git a/uwp_recaptcha.php b/uwp_recaptcha.php index 51ba29c..c5fd236 100644 --- a/uwp_recaptcha.php +++ b/uwp_recaptcha.php @@ -3,7 +3,7 @@ Plugin Name: UsersWP - ReCaptcha Plugin URI: https://userswp.io Description: ReCaptcha add-on for UsersWP. -Version: 1.3.3 +Version: 1.3.4 Author: AyeCode Ltd Author URI: https://userswp.io License: GPL-2.0+ @@ -16,7 +16,7 @@ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; -define( 'UWP_RECAPTCHA_VERSION', '1.3.3' ); +define( 'UWP_RECAPTCHA_VERSION', '1.3.4' ); define( 'UWP_RECAPTCHA_PATH', plugin_dir_path( __FILE__ ) );