Skip to content

Commit 31e2376

Browse files
authored
Merge pull request #770 from kprajapatii/master
1.2.21
2 parents a706e10 + c744b39 commit 31e2376

25 files changed

+3587
-3129
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.3.0",
17+
"php": ">=5.6.0",
1818
"ayecode/wp-font-awesome-settings": "^1.0",
1919
"ayecode/wp-ayecode-ui": "^0.2",
2020
"ayecode/wp-super-duper": "^1.0",

languages/userswp-en_US.mo

0 Bytes
Binary file not shown.

languages/userswp-en_US.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: UsersWP 1.2.18\n"
44
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2024-09-05 20:26+0530\n"
6-
"PO-Revision-Date: 2024-09-05 20:26+0530\n"
5+
"POT-Creation-Date: 2024-11-12 20:16+0530\n"
6+
"PO-Revision-Date: 2024-11-12 20:16+0530\n"
77
"Last-Translator: \n"
88
"Language-Team: AyeCode Ltd <contact@ayecode.io>\n"
99
"Language: en_US\n"
@@ -15,7 +15,7 @@ msgstr ""
1515
"_nx:1,2;_x;_ex;esc_attr_e;esc_attr__\n"
1616
"X-Poedit-Basepath: ..\n"
1717
"X-Poedit-SourceCharset: UTF-8\n"
18-
"X-Generator: Poedit 3.0\n"
18+
"X-Generator: Poedit 3.5\n"
1919
"X-Poedit-SearchPath-0: .\n"
2020
"X-Poedit-SearchPathExcluded-0: vendor\n"
2121

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

@@ -327,11 +327,11 @@ msgstr ""
327327
#: admin/class-uwp-admin-help.php:75
328328
#, php-format
329329
msgid ""
330-
"If you find a bug within UsersWP core you can create a ticket via <a href="
331-
"\"%1$s\">Github issues</a>. Ensure you read the <a href=\"%2$s"
332-
"\">contribution guide</a> prior to submitting your report. To help us solve "
333-
"your issue, please be as descriptive as possible and include your <a href="
334-
"\"%3$s\">system status report</a>"
330+
"If you find a bug within UsersWP core you can create a ticket via <a "
331+
"href=\"%1$s\">Github issues</a>. Ensure you read the <a "
332+
"href=\"%2$s\">contribution guide</a> prior to submitting your report. To "
333+
"help us solve your issue, please be as descriptive as possible and include "
334+
"your <a href=\"%3$s\">system status report</a>"
335335
msgstr ""
336336

337337
#: admin/class-uwp-admin-help.php:76
@@ -2347,8 +2347,8 @@ msgstr ""
23472347
#: admin/views/html-admin-page-addons.php:93
23482348
#, php-format
23492349
msgid ""
2350-
"All of our UsersWP Addons can be found on UsersWP.io here: <a href=\"%s"
2351-
"\">UsersWP Addons</a>"
2350+
"All of our UsersWP Addons can be found on UsersWP.io here: <a "
2351+
"href=\"%s\">UsersWP Addons</a>"
23522352
msgstr ""
23532353

23542354
#: admin/views/html-admin-page-addons.php:96
@@ -2401,8 +2401,8 @@ msgstr ""
24012401
#, php-format
24022402
msgid ""
24032403
"If you are modifying userswp on a parent theme that you did not build "
2404-
"personally we recommend using a child theme. See: <a href=\"%s\" target="
2405-
"\"_blank\">How to create a child theme</a>"
2404+
"personally we recommend using a child theme. See: <a href=\"%s\" "
2405+
"target=\"_blank\">How to create a child theme</a>"
24062406
msgstr ""
24072407

24082408
#: admin/views/html-admin-page-status.php:12
@@ -2790,7 +2790,7 @@ msgstr ""
27902790
#, php-format
27912791
msgid ""
27922792
"An email has been sent to your registered email address. Please click the "
2793-
"activation link to proceed. %sResend%s."
2793+
"activation link to proceed. <a href=\"%s\">Resend</a>."
27942794
msgstr ""
27952795

27962796
#: includes/class-forms.php:959
@@ -4101,8 +4101,8 @@ msgstr ""
41014101
#, php-format
41024102
msgid ""
41034103
"You can not access this page directly. Follow the password reset link you "
4104-
"received in your email. To request new password reset link <a href=\"%s"
4105-
"\">visit here</a>."
4104+
"received in your email. To request new password reset link <a "
4105+
"href=\"%s\">visit here</a>."
41064106
msgstr ""
41074107

41084108
#: templates/bootstrap/user-avatar.php:34 templates/profile-header.php:70

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.ko-fi.com/stiofan
44
Tags: login form, registration, registration form, user profile, user registration, members, membership
55
Requires at least: 4.9
66
Tested up to: 6.7
7-
Stable tag: 1.2.20
7+
Stable tag: 1.2.21
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -146,6 +146,9 @@ Yes, you can customize it with Elementor, but also with Gutenberg, Divi, Beaver
146146

147147
== Changelog ==
148148

149+
= 1.2.21 - 2024-11-12 =
150+
* Update AUI & SD - CHANGED
151+
149152
= 1.2.20 - 2024-10-10 =
150153
* Elementor compatibility error on Events demo site import - FIXED
151154
* Delete account field with default key was not deleting column from our usermeta table - FIXED

userswp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: UsersWP
44
Plugin URI: https://userswp.io/
55
Description: The only lightweight user profile plugin for WordPress. UsersWP features front end user profile, users directory, a registration and a login form.
6-
Version: 1.2.20
6+
Version: 1.2.21
77
Author: AyeCode Ltd
88
Author URI: https://userswp.io
99
License: GPL-2.0+
@@ -24,7 +24,7 @@
2424
}
2525

2626
if ( ! defined( 'USERSWP_VERSION' ) ) {
27-
define( 'USERSWP_VERSION', '1.2.20' );
27+
define( 'USERSWP_VERSION', '1.2.21' );
2828
}
2929

3030
if ( ! defined( 'USERSWP_PATH' ) ) {

vendor/ayecode/wp-ayecode-ui/assets-v5/css/ayecode-ui-compatibility.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/ayecode/wp-ayecode-ui/assets-v5/css/ayecode-ui-fse.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/ayecode/wp-ayecode-ui/assets-v5/css/ayecode-ui.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/ayecode/wp-ayecode-ui/assets-v5/css/flatpickr.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)