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.
34 changes: 17 additions & 17 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.43\n"
"Project-Id-Version: UsersWP 1.2.44\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-08-25 17:47+0530\n"
"PO-Revision-Date: 2025-08-25 17:47+0530\n"
"POT-Creation-Date: 2025-08-28 20:19+0530\n"
"PO-Revision-Date: 2025-08-28 20:19+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <contact@ayecode.io>\n"
"Language: en_US\n"
Expand All @@ -15,7 +15,7 @@ msgstr ""
"_nx:1,2;_x;_ex;esc_attr_e;esc_attr__\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 3.3.2\n"
"X-Generator: Poedit 3.5\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: vendor\n"

Expand Down Expand Up @@ -885,13 +885,13 @@ msgstr ""

#: admin/settings/class-formbuilder.php:1494
#: admin/tables/class-user-types-table.php:166 includes/class-profile.php:465
#: includes/class-templates.php:1137
#: includes/class-templates.php:1133
msgid "Yes"
msgstr ""

#: admin/settings/class-formbuilder.php:1495
#: admin/tables/class-user-types-table.php:166 includes/class-profile.php:467
#: includes/class-templates.php:1136
#: includes/class-templates.php:1132
msgid "No"
msgstr ""

Expand Down Expand Up @@ -2393,17 +2393,17 @@ msgid "This will be the icon for profile tab."
msgstr ""

#: admin/settings/class-uwp-settings-profile-tabs.php:743
#: includes/class-templates.php:1169
#: includes/class-templates.php:1165
msgid "Anyone"
msgstr ""

#: admin/settings/class-uwp-settings-profile-tabs.php:744
#: includes/class-templates.php:1170
#: includes/class-templates.php:1166
msgid "Logged in"
msgstr ""

#: admin/settings/class-uwp-settings-profile-tabs.php:745
#: includes/class-templates.php:1171
#: includes/class-templates.php:1167
msgid "Author only"
msgstr ""

Expand All @@ -2418,7 +2418,7 @@ msgid "%s (Not Changeable)"
msgstr ""

#: admin/settings/class-uwp-settings-profile-tabs.php:775
#: includes/class-templates.php:1154 includes/helpers/misc.php:610
#: includes/class-templates.php:1150 includes/helpers/misc.php:610
#: includes/helpers/tabs.php:137
msgid "Privacy"
msgstr ""
Expand Down Expand Up @@ -3587,31 +3587,31 @@ msgstr ""
msgid "More"
msgstr ""

#: includes/class-templates.php:1115
#: includes/class-templates.php:1111
msgid "Field"
msgstr ""

#: includes/class-templates.php:1118
#: includes/class-templates.php:1114
msgid "Is Public?"
msgstr ""

#: includes/class-templates.php:1151
#: includes/class-templates.php:1147
msgid "Tab Name"
msgstr ""

#: includes/class-templates.php:1190
#: includes/class-templates.php:1186
msgid " (Default)"
msgstr ""

#: includes/class-templates.php:1205
#: includes/class-templates.php:1201
msgid "Hide profile from the users listing page."
msgstr ""

#: includes/class-templates.php:1221
#: includes/class-templates.php:1217
msgid "Make the whole profile private"
msgstr ""

#: includes/class-templates.php:1229 includes/class-user-notifications.php:69
#: includes/class-templates.php:1225 includes/class-user-notifications.php:69
#: templates/bootstrap/change.php:29 templates/change.php:13
#: templates/reset.php:17
msgid "Submit"
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: 5.0
Tested up to: 6.8
Stable tag: 1.2.43
Stable tag: 1.2.44
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.2.44 - 2025-06-TBD =
= 1.2.44 - 2025-06-28 =
* Merge AUI 0.2.41 & SD 1.2.26 - CHANGED

= 1.2.43 - 2025-08-25 =
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.43
Version: 1.2.44
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.43' );
define( 'USERSWP_VERSION', '1.2.44' );
}

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