Skip to content

Commit

Permalink
Merge pull request #33 from wpdev10/master
Browse files Browse the repository at this point in the history
Releasing update 1.3.4
  • Loading branch information
wpdev10 authored Mar 27, 2020
2 parents 7f19aff + d6a9e1f commit f8e3ebd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
Binary file modified languages/uwp-recaptcha-en_US.mo
Binary file not shown.
6 changes: 3 additions & 3 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.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 <[email protected]>\n"
"Language: en_US\n"
Expand Down
5 changes: 4 additions & 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.3.3
Stable tag: 1.3.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -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

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.3.3
Version: 1.3.4
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.3.3' );
define( 'UWP_RECAPTCHA_VERSION', '1.3.4' );

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

Expand Down

0 comments on commit f8e3ebd

Please sign in to comment.