Commit Graph

2718 Commits

Author SHA1 Message Date
nikitasinelnikov ef4b7bfc25 Create user uploads directory on registration
See https://secure.helpscout.net/conversation/1146469538/39324
See https://secure.helpscout.net/conversation/1116152922/38352/
2020-05-25 18:00:39 +03:00
nikitasinelnikov 3a1366d2b6 - code formatting; 2020-05-25 17:56:24 +03:00
nikitasinelnikov a68b997faa Merge remote-tracking branch 'remotes/origin/feature/email_description' 2020-05-25 17:53:35 +03:00
nikitasinelnikov 0a86b3ec52 - exclude these users for active UM custom metatable;
- code formatting;
2020-05-25 17:51:48 +03:00
nikitasinelnikov 27bbc625d9 Merge remote-tracking branch 'remotes/origin/feature/directory_exclude_users' 2020-05-25 17:49:02 +03:00
nikitasinelnikov 3d0503736a Merge remote-tracking branch 'remotes/origin/mansurahamed-patch-1' 2020-05-25 17:39:37 +03:00
nikitasinelnikov 073a9bc329 Merge remote-tracking branch 'remotes/origin/feature/apply_shortcodes' 2020-05-25 17:37:49 +03:00
nikitasinelnikov 421f22fe3f - PHP fixes;
- fixed profile form duplicates, show only the first shortcode for the user with selected role;
2020-05-25 17:37:20 +03:00
nikitasinelnikov 2a1499aa4d - fixed wp-login error when use email with wrong password; 2020-05-21 16:41:21 +03:00
nikitasinelnikov a0e84bdaca - added filter for the changing redirect after profile edited; 2020-05-18 03:00:29 +03:00
nikitasinelnikov 958c9f7a64 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember
# Conflicts:
#	includes/core/um-actions-profile.php
2020-05-13 15:58:25 +03:00
nikitasinelnikov 46a3acc3bf - fixed account page import data queries;
- fixed member directory role filter PHP notice;
- fixed OpenGraph data on the user profile page;
2020-05-13 15:57:23 +03:00
denisbaranov 4a98f4e300 Added: The profile page SEO meta tags for OG, Twitter and schema.org 2020-05-13 14:37:10 +03:00
denisbaranov 8aee31e7b2 Fixed: Conditional logic for 'User Tag' fields 2020-05-10 19:27:06 +01:00
denisbaranov 749bd65995 Fixed: Disable select and textarea fields in inactive tabs on Account 2020-05-10 17:52:08 +03:00
denisbaranov eceb2b661e Fixed: adminbar 2020-05-04 13:37:24 +03:00
denisbaranov 1c3c6a57a6 Fixed: Admin form field type multi_checkbox 2020-05-03 21:34:40 +03:00
denisbaranov f7d8e02653 Fixed: Don't delete rows in the modal login form 2020-05-01 21:14:21 +03:00
nikitasinelnikov 455f4ab348 - added login form nonce; 2020-04-28 17:30:10 +03:00
ashubawork c9182e942d - fix Skype ID field 2020-04-27 09:27:44 +03:00
denisbaranov d0c405b87a Fixed: Role validation on registration.
WordPress uses the default user role if the role wasn't chosen in the registration form. That is why we should use submitted data to validate fields Roles (Radio) and Roles (Dropdown).
2020-04-24 18:23:47 +03:00
denisbaranov 0acc9ad280 Fixed: Option "Make this profile form role-specific"
Users in WordPress can have several roles. So, we should look for the priority role. Otherwise form may be duplicated.
2020-04-24 14:54:04 +03:00
ashubawork f108a2a42f - fix erase user data field 2020-04-24 12:25:34 +03:00
mansurahamed 20c6d83c28 Translation missiong
Translation option missing for this tooltip text
2020-04-22 14:46:55 +08:00
denisbaranov 42ec7a55db Added: Emails descriptions 2020-04-19 21:08:17 +03:00
Champ Camba 9010bb1493 Remove notices in account form 2020-04-14 16:08:37 +08:00
nikitasinelnikov 1ee20b9b33 - fixed user locations for custom usermeta table; 2020-04-10 17:32:32 +03:00
nikitasinelnikov f31d283eae - added string translation; 2020-04-09 16:22:53 +03:00
ashubawork 523e00133a - add apply_shortcodes 2020-04-03 11:21:35 +03:00
nikitasinelnikov 9f5f7da354 - small fixes before release;
- updated translations;
2020-04-01 18:28:07 +03:00
ashubawork 02d8e2019b - add the field "Exclude specific users" 2020-03-31 14:42:24 +03:00
nikitasinelnikov 25287c77f4 - 2.1.5 pre-release; 2020-03-31 12:43:16 +03:00
nikitasinelnikov 8c1b7811b4 - added a few enhancements in get role data function;
- member directory birth_date filter range queries;
2020-03-31 12:35:09 +03:00
nikitasinelnikov 163fa1551b Merge remote-tracking branch 'remotes/origin/fix/role_field_for_multiple_roles' 2020-03-31 11:05:03 +03:00
denisbaranov 7e7c8dd75c Fixing the issue in the role fields.
Fields "Roles (Dropdown)" and "Roles (Radio)" may work wrong if a member has several roles with the same priority. Old code gets the first role even if it is not editable. This change fixes the issue.
2020-03-30 19:40:36 +03:00
nikitasinelnikov ce49996dc5 Merge remote-tracking branch 'remotes/origin/fix/honeypot' 2020-03-30 13:58:50 +03:00
nikitasinelnikov f3f09e46b0 - fixed fields visibility; 2020-03-30 13:57:38 +03:00
denisbaranov 4f3325b4e2 Minor style fix.
Implement Google's recommendation for the fonts loading.
See https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknown
2020-03-27 19:39:27 +02:00
denisbaranov 1c0e1852d0 fix function um_after_insert_user 2020-03-25 22:48:01 +02:00
denisbaranov 3d88c9fbb8 minor style fix 2020-03-22 18:15:15 +02:00
Champ Camba c363d35482 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2020-03-18 21:51:36 +08:00
Champ Camba 436c46d48a Remove notice 2020-03-18 21:47:56 +08:00
ashubawork 4609f435fc - fix upgrade to 2.1.5 2020-03-18 12:26:28 +02:00
nikitasinelnikov 4e604cad3f - added User Locations extension; 2020-03-03 09:43:58 +02:00
nikitasinelnikov 72a1e9a7c3 - small code formatting; 2020-03-02 16:47:56 +02:00
andrewshuba 75a04aaa85 - fix honeypot js 2020-03-02 13:38:36 +02:00
nikitasinelnikov 0aab9853d9 - sanitizing variables in wp-admin classes; 2020-02-28 15:51:45 +02:00
nikitasinelnikov e0e6030b46 - changed version; 2020-02-28 09:41:33 +02:00
nikitasinelnikov a1f9be9c5a Merge remote-tracking branch 'remotes/origin/feature/export_erase_data' 2020-02-28 01:12:20 +02:00
nikitasinelnikov 36a7819d31 Merge remote-tracking branch 'remotes/origin/fix/member_directory_number' 2020-02-28 01:07:29 +02:00