From fd26a45c261ef041f1adb1b50e42d7afa4b4d141 Mon Sep 17 00:00:00 2001 From: stiofan Date: Wed, 13 Mar 2024 13:45:17 +0000 Subject: [PATCH] 1.2.6 --- readme.txt | 4 ++-- templates/bootstrap/register.php | 2 +- userswp.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index b48147f7..e9f3ae49 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.ko-fi.com/stiofan Tags: login form, registration, registration form, user profile, user registration, members, membership Requires at least: 4.9 Tested up to: 6.5 -Stable tag: 1.2.5 +Stable tag: 1.2.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -146,7 +146,7 @@ Yes, you can customize it with Elementor, but also with Gutenberg, Divi, Beaver == Changelog == -= 1.2.5 = += 1.2.6 = * Remove profile image ajax call had nonce check commented out for testing - FIXED * Composer packages updated to latest - UPDATED * Security review of all output data to strengthen escaping and sanitization - UPDATED diff --git a/templates/bootstrap/register.php b/templates/bootstrap/register.php index 0cb3b662..51ce30f4 100644 --- a/templates/bootstrap/register.php +++ b/templates/bootstrap/register.php @@ -62,7 +62,7 @@ 'type' => 'a', 'href' => esc_url( uwp_get_login_page_url() ), 'class' => 'd-block text-center mt-2 small uwp-login-link', - 'content' => uwp_get_option("login_link_title") ? esc_html__( uwp_get_option("login_link_title"), 'userswp') : esc_html__( 'Login', 'userswp' ) ), + 'content' => uwp_get_option("login_link_title") ? esc_html__( uwp_get_option("login_link_title"), 'userswp') : esc_html__( 'Login', 'userswp' ), 'extra_attributes' => array('rel'=>'nofollow') )); ?> diff --git a/userswp.php b/userswp.php index 9a050501..0d575395 100644 --- a/userswp.php +++ b/userswp.php @@ -3,7 +3,7 @@ Plugin Name: UsersWP Plugin URI: https://userswp.io/ Description: The only lightweight user profile plugin for WordPress. UsersWP features front end user profile, users directory, a registration and a login form. -Version: 1.2.5 +Version: 1.2.6 Author: AyeCode Ltd Author URI: https://userswp.io License: GPL-2.0+ @@ -24,7 +24,7 @@ } if ( ! defined( 'USERSWP_VERSION' ) ) { - define( 'USERSWP_VERSION', '1.2.5' ); + define( 'USERSWP_VERSION', '1.2.6' ); } if ( ! defined( 'USERSWP_PATH' ) ) {