Skip to content

Commit

Permalink
Merge pull request #739 from kprajapatii/master
Browse files Browse the repository at this point in the history
1.2.8
  • Loading branch information
kprajapatii authored Mar 15, 2024
2 parents a991a40 + ab12a02 commit edaf6db
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
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.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 <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.0.1\n"
"X-Generator: Poedit 3.0\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: vendor\n"

Expand Down Expand Up @@ -298,8 +298,8 @@ msgstr ""
#: admin/class-uwp-admin-help.php:65
#, php-format
msgid ""
"Should you need help understanding, using, or extending UsersWP <a "
"href=\"%1$s\">please read our documentation</a>. You will find all kinds of "
"Should you need help understanding, using, or extending UsersWP <a href="
"\"%1$s\">please read our documentation</a>. You will find all kinds of "
"resources including snippets, tutorials and much more.,"
msgstr ""

Expand Down Expand Up @@ -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 <a "
"href=\"%1$s\">Github issues</a>. Ensure you read the <a "
"href=\"%2$s\">contribution guide</a> prior to submitting your report. To "
"help us solve your issue, please be as descriptive as possible and include "
"your <a href=\"%3$s\">system status report</a>"
"If you find a bug within UsersWP core you can create a ticket via <a href="
"\"%1$s\">Github issues</a>. Ensure you read the <a href=\"%2$s"
"\">contribution guide</a> prior to submitting your report. To help us solve "
"your issue, please be as descriptive as possible and include your <a href="
"\"%3$s\">system status report</a>"
msgstr ""

#: admin/class-uwp-admin-help.php:76
Expand Down Expand Up @@ -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: <a "
"href=\"%s\">UsersWP Addons</a>"
"All of our UsersWP Addons can be found on UsersWP.io here: <a href=\"%s"
"\">UsersWP Addons</a>"
msgstr ""

#: admin/views/html-admin-page-addons.php:96
Expand Down Expand Up @@ -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: <a href=\"%s\" "
"target=\"_blank\">How to create a child theme</a>"
"personally we recommend using a child theme. See: <a href=\"%s\" target="
"\"_blank\">How to create a child theme</a>"
msgstr ""

#: admin/views/html-admin-page-status.php:12
Expand Down Expand Up @@ -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 <a "
"href=\"%s\">visit here</a>."
"received in your email. To request new password reset link <a href=\"%s"
"\">visit here</a>."
msgstr ""

#: templates/bootstrap/user-avatar.php:34 templates/profile-header.php:70
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.5
Stable tag: 1.2.7
Stable tag: 1.2.8
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.7
Version: 1.2.8
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.7' );
define( 'USERSWP_VERSION', '1.2.8' );
}

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

0 comments on commit edaf6db

Please sign in to comment.