Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified languages/userswp-en_US.mo
Binary file not shown.
8 changes: 4 additions & 4 deletions languages/userswp-en_US.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
msgid ""
msgstr ""
"Project-Id-Version: UsersWP 1.2.51\n"
"Project-Id-Version: UsersWP 1.2.52\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-12-11 16:28+0530\n"
"PO-Revision-Date: 2025-12-11 16:28+0530\n"
"POT-Creation-Date: 2025-12-18 16:14+0530\n"
"PO-Revision-Date: 2025-12-18 16:14+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <contact@ayecode.io>\n"
"Language: en_US\n"
Expand Down Expand Up @@ -2460,7 +2460,7 @@ msgid ""
msgstr ""

#: admin/settings/class-uwp-settings-profile-tabs.php:808
msgid "Add shortcode here."
msgid "Add shortcode here. (click in this box to show shortcode builder)"
msgstr ""

#: admin/settings/class-uwp-settings-profile-tabs.php:810
Expand Down
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: 6.1
Tested up to: 6.9
Stable tag: 1.2.51
Stable tag: 1.2.52
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -152,7 +152,7 @@ Yes, you can customize it with Elementor, but also with Gutenberg, Divi, Beaver

== Changelog ==

= 1.2.52 - TBD =
= 1.2.52 - 2025-12-18 =
* Fixed issue with the profile url page not working if child page - FIXED

= 1.2.51 - 2025-12-11 =
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.51
Version: 1.2.52
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.51' );
define( 'USERSWP_VERSION', '1.2.52' );
}

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