From ab12a02ae07d679fc6e0f8c0bc04c4396ddc45cb Mon Sep 17 00:00:00 2001 From: Kiran Prajapati Date: Fri, 15 Mar 2024 16:54:28 +0530 Subject: [PATCH] 1.2.8 --- languages/userswp-en_US.mo | Bin 617 -> 615 bytes languages/userswp-en_US.po | 34 +++++++++++++++++----------------- readme.txt | 2 +- userswp.php | 4 ++-- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/languages/userswp-en_US.mo b/languages/userswp-en_US.mo index 694a922790db5c0bc5ead07792377a5c653ef6a3..e4a8c8d812982a8a005c1fde6bcc6c04826d29b5 100644 GIT binary patch delta 40 wcmaFK@|p?f1_lNjXY?^L=^0K|V{!xl-Vq8* diff --git a/languages/userswp-en_US.po b/languages/userswp-en_US.po index fc6103e7..0bf1334e 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.5\n" +"Project-Id-Version: UsersWP 1.2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-13 13:31+0000\n" -"PO-Revision-Date: 2024-03-13 13:31+0000\n" +"POT-Creation-Date: 2024-03-15 16:53+0530\n" +"PO-Revision-Date: 2024-03-15 16:53+0530\n" "Last-Translator: \n" "Language-Team: AyeCode Ltd \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.0.1\n" +"X-Generator: Poedit 3.0\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: vendor\n" @@ -298,8 +298,8 @@ msgstr "" #: admin/class-uwp-admin-help.php:65 #, php-format msgid "" -"Should you need help understanding, using, or extending UsersWP please read our documentation. You will find all kinds of " +"Should you need help understanding, using, or extending UsersWP please read our documentation. You will find all kinds of " "resources including snippets, tutorials and much more.," msgstr "" @@ -327,11 +327,11 @@ msgstr "" #: admin/class-uwp-admin-help.php:75 #, php-format msgid "" -"If you find a bug within UsersWP core you can create a ticket via Github issues. Ensure you read the contribution guide prior to submitting your report. To " -"help us solve your issue, please be as descriptive as possible and include " -"your system status report" +"If you find a bug within UsersWP core you can create a ticket via Github issues. Ensure you read the contribution guide prior to submitting your report. To help us solve " +"your issue, please be as descriptive as possible and include your system status report" msgstr "" #: admin/class-uwp-admin-help.php:76 @@ -2347,8 +2347,8 @@ msgstr "" #: admin/views/html-admin-page-addons.php:93 #, php-format msgid "" -"All of our UsersWP Addons can be found on UsersWP.io here: UsersWP Addons" +"All of our UsersWP Addons can be found on UsersWP.io here: UsersWP Addons" msgstr "" #: admin/views/html-admin-page-addons.php:96 @@ -2401,8 +2401,8 @@ msgstr "" #, php-format msgid "" "If you are modifying userswp on a parent theme that you did not build " -"personally we recommend using a child theme. See: How to create a child theme" +"personally we recommend using a child theme. See: How to create a child theme" msgstr "" #: admin/views/html-admin-page-status.php:12 @@ -4101,8 +4101,8 @@ msgstr "" #, php-format msgid "" "You can not access this page directly. Follow the password reset link you " -"received in your email. To request new password reset link visit here." +"received in your email. To request new password reset link visit here." msgstr "" #: templates/bootstrap/user-avatar.php:34 templates/profile-header.php:70 diff --git a/readme.txt b/readme.txt index f7bcf1b4..c3356aa7 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.5 -Stable tag: 1.2.7 +Stable tag: 1.2.8 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/userswp.php b/userswp.php index baf50ed8..44d1b395 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.7 +Version: 1.2.8 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.7' ); + define( 'USERSWP_VERSION', '1.2.8' ); } if ( ! defined( 'USERSWP_PATH' ) ) {