Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Mar 13, 2024
1 parent f89971a commit fd26a45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/bootstrap/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
));
?>
Expand Down
4 changes: 2 additions & 2 deletions userswp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -24,7 +24,7 @@
}

if ( ! defined( 'USERSWP_VERSION' ) ) {
define( 'USERSWP_VERSION', '1.2.5' );
define( 'USERSWP_VERSION', '1.2.6' );
}

if ( ! defined( 'USERSWP_PATH' ) ) {
Expand Down

0 comments on commit fd26a45

Please sign in to comment.