Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Jan 29, 2024
1 parent 6bb15de commit b6516b7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
Binary file modified languages/userswp-en_US.mo
Binary file not shown.
38 changes: 19 additions & 19 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.3.24\n"
"Project-Id-Version: UsersWP 1.2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-01 13:13+0530\n"
"PO-Revision-Date: 2023-11-08 17:02+0530\n"
"POT-Creation-Date: 2024-01-29 14:45+0000\n"
"PO-Revision-Date: 2024-01-29 14:45+0000\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.0.1\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: vendor\n"

Expand Down Expand Up @@ -1850,7 +1850,7 @@ msgstr ""

#: admin/settings/class-uwp-settings-general.php:72
#: includes/class-account.php:42 includes/class-pages.php:329
#: includes/helpers/misc.php:576 includes/helpers/tabs.php:127
#: includes/helpers/misc.php:600 includes/helpers/tabs.php:127
#: templates/bootstrap/change.php:15 widgets/change.php:47
#: widgets/change.php:95
msgid "Change Password"
Expand Down Expand Up @@ -1928,7 +1928,7 @@ msgid ""
msgstr ""

#: admin/settings/class-uwp-settings-general.php:141
#: includes/helpers/misc.php:1326
#: includes/helpers/misc.php:1350
msgid "Please enter valid strong password."
msgstr ""

Expand Down Expand Up @@ -3343,7 +3343,7 @@ msgstr ""
msgid "Password"
msgstr ""

#: includes/class-account.php:77 includes/helpers/misc.php:574
#: includes/class-account.php:77 includes/helpers/misc.php:598
#: includes/helpers/tabs.php:154
msgid "Delete Account"
msgstr ""
Expand Down Expand Up @@ -4185,7 +4185,7 @@ msgstr ""
msgid "Tab Name"
msgstr ""

#: includes/class-templates.php:1143 includes/helpers/misc.php:570
#: includes/class-templates.php:1143 includes/helpers/misc.php:594
#: includes/helpers/tabs.php:135
msgid "Privacy"
msgstr ""
Expand Down Expand Up @@ -4707,47 +4707,47 @@ msgstr ""
msgid "Default"
msgstr ""

#: includes/helpers/misc.php:572
#: includes/helpers/misc.php:596
msgid "E-Mail Notifications"
msgstr ""

#: includes/helpers/misc.php:578
#: includes/helpers/misc.php:602
msgid "Two-factor Authentication Settings"
msgstr ""

#: includes/helpers/misc.php:1316
#: includes/helpers/misc.php:1340
msgid "more"
msgstr ""

#: includes/helpers/misc.php:1317
#: includes/helpers/misc.php:1341
msgid "less"
msgstr ""

#: includes/helpers/misc.php:1318
#: includes/helpers/misc.php:1342
msgid "Something went wrong."
msgstr ""

#: includes/helpers/misc.php:1319
#: includes/helpers/misc.php:1343
msgid "Something went wrong, please retry."
msgstr ""

#: includes/helpers/misc.php:1503 widgets/output-location.php:90
#: includes/helpers/misc.php:1527 widgets/output-location.php:90
msgid "Users Page"
msgstr ""

#: includes/helpers/misc.php:1504 widgets/output-location.php:91
#: includes/helpers/misc.php:1528 widgets/output-location.php:91
msgid "More info tab"
msgstr ""

#: includes/helpers/misc.php:1505
#: includes/helpers/misc.php:1529
msgid "Profile side (non bootstrap)"
msgstr ""

#: includes/helpers/misc.php:1506
#: includes/helpers/misc.php:1530
msgid "Fieldset"
msgstr ""

#: includes/helpers/misc.php:1737
#: includes/helpers/misc.php:1761
#, php-format
msgid ""
"%s requires a newer version of UsersWP and will not run until the UsersWP "
Expand Down
2 changes: 1 addition & 1 deletion 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.4
Stable tag: 1.2.3.24
Stable tag: 1.2.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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.3.24
Version: 1.2.4
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.3.24' );
define( 'USERSWP_VERSION', '1.2.4' );
}

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

0 comments on commit b6516b7

Please sign in to comment.