From fcd2da7a3f0537a757a3901353c18e2ca340969e Mon Sep 17 00:00:00 2001 From: Kiran Prajapati Date: Thu, 28 Nov 2024 20:43:59 +0530 Subject: [PATCH] 1.2.22 --- languages/userswp-en_US.mo | Bin 616 -> 616 bytes languages/userswp-en_US.po | 26 +++++++++++++------------- readme.txt | 4 ++-- userswp.php | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/languages/userswp-en_US.mo b/languages/userswp-en_US.mo index 75b50e3003835744c44796c5bc67cdaf8d87e2f1..ae9e6b66a4aec06fe3d95fe3c4ee2f90acbc7b0e 100755 GIT binary patch delta 25 hcmaFC@`7bTB$JWR#AqW9BMSvXODjXujZ-f(0sw0Y2mAm4 delta 25 hcmaFC@`7bTB$J`V#AqW9Ln8$v11m$bjZ-f(0sv~(2lD^` diff --git a/languages/userswp-en_US.po b/languages/userswp-en_US.po index d19119ed..980fbf97 100644 --- a/languages/userswp-en_US.po +++ b/languages/userswp-en_US.po @@ -1,9 +1,9 @@ msgid "" msgstr "" -"Project-Id-Version: UsersWP 1.2.18\n" +"Project-Id-Version: UsersWP 1.2.22\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-12 20:16+0530\n" -"PO-Revision-Date: 2024-11-12 20:16+0530\n" +"POT-Creation-Date: 2024-11-28 19:15+0530\n" +"PO-Revision-Date: 2024-11-28 19:15+0530\n" "Last-Translator: \n" "Language-Team: AyeCode Ltd \n" "Language: en_US\n" @@ -3568,19 +3568,19 @@ msgstr "" msgid "The UsersWP user data" msgstr "" -#: includes/class-uwp-privacy.php:24 includes/class-uwp-privacy.php:27 +#: includes/class-uwp-privacy.php:34 includes/class-uwp-privacy.php:37 msgid "UsersWP User Data" msgstr "" -#: includes/class-uwp-privacy.php:37 +#: includes/class-uwp-privacy.php:47 msgid "User data/profile" msgstr "" -#: includes/class-uwp-privacy.php:38 +#: includes/class-uwp-privacy.php:48 msgid "Example privacy texts." msgstr "" -#: includes/class-uwp-privacy.php:39 +#: includes/class-uwp-privacy.php:49 msgid "" "We collect information about you during the registration and edit profile " "process on our site. This information may include, but is not limited to, " @@ -3589,33 +3589,33 @@ msgid "" "profile." msgstr "" -#: includes/class-uwp-privacy.php:40 +#: includes/class-uwp-privacy.php:50 msgid "Handling this data also allows us to:" msgstr "" -#: includes/class-uwp-privacy.php:42 +#: includes/class-uwp-privacy.php:52 msgid "- Send you important account/order/service information." msgstr "" -#: includes/class-uwp-privacy.php:43 +#: includes/class-uwp-privacy.php:53 msgid "" "- Display this information in a public facing manner (such as a web page or " "API request) and allow website users to search and view submitted " "information." msgstr "" -#: includes/class-uwp-privacy.php:44 +#: includes/class-uwp-privacy.php:54 msgid "- Respond to your queries or complaints." msgstr "" -#: includes/class-uwp-privacy.php:45 +#: includes/class-uwp-privacy.php:55 msgid "" "- Set up and administer your account, provide technical and/or customer " "support, and to verify your identity. We do this on the basis of our " "legitimate business interests." msgstr "" -#: includes/class-uwp-privacy.php:47 +#: includes/class-uwp-privacy.php:57 msgid "" "Any profile information provided to this site may be displayed publicly." msgstr "" diff --git a/readme.txt b/readme.txt index 629729ba..e372f69c 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.7 -Stable tag: 1.2.21 +Stable tag: 1.2.22 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -146,7 +146,7 @@ Yes, you can customize it with Elementor, but also with Gutenberg, Divi, Beaver == Changelog == -= 1.2.22 - TBD = += 1.2.22 - 2024-11-28 = * WordPress 6.7 compatibility changes for translation - CHANGED = 1.2.21 - 2024-11-12 = diff --git a/userswp.php b/userswp.php index eec6f800..960a32bc 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.21 +Version: 1.2.22 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.21' ); + define( 'USERSWP_VERSION', '1.2.22' ); } if ( ! defined( 'USERSWP_PATH' ) ) {