From b6516b706559b2181c7427d8d11ec6bf07552d30 Mon Sep 17 00:00:00 2001 From: stiofan Date: Mon, 29 Jan 2024 14:46:01 +0000 Subject: [PATCH] 1.2.4 --- languages/userswp-en_US.mo | Bin 620 -> 617 bytes languages/userswp-en_US.po | 38 ++++++++++++++++++------------------- readme.txt | 2 +- userswp.php | 4 ++-- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/languages/userswp-en_US.mo b/languages/userswp-en_US.mo index d054f21059e5bb153035cdff053b240e37073da9..658ad370c12b5ca510e393024e16e118888b4439 100644 GIT binary patch delta 44 zcmaFE@{(nO3Zwo+Rg;M^dV(gp28OyumI{U@Rwky}1_lNjXZJEP8|WEM)@E`902ogT Af&c&j delta 52 zcmaFK@`h!C3Zv0PRTE}oJ)?<{dV\n" "Language: en_US\n" @@ -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" @@ -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" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 " diff --git a/readme.txt b/readme.txt index f7042042..5d338224 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.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 diff --git a/userswp.php b/userswp.php index 02d8d79f..1ff783ef 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.3.24 +Version: 1.2.4 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.3.24' ); + define( 'USERSWP_VERSION', '1.2.4' ); } if ( ! defined( 'USERSWP_PATH' ) ) {