Commit Graph

1252 Commits

Author SHA1 Message Date
Aswin Giri 99d2b4ec27 Fixed issue with class name in checkbox and radio
Issue: class name being 'activeright' instead of 'active right' .
Fix: fixed by adding space around the class name ' right '.
2022-10-23 22:09:17 +05:45
Nikita Sinelnikov d34a5faa11 - fixed restriction base on term restriction settings; 2022-09-03 01:56:03 +03:00
Nikita Sinelnikov fc1ecbf74a - fixed text filter label on the member directory; 2022-08-17 18:54:12 +03:00
Nikita Sinelnikov 5281c1e654 - fixed upgrade script; 2022-08-15 14:25:19 +03:00
Nikita Sinelnikov 6aa634f812 Merge pull request #1026 from ultimatemember/fixed/wp-admin-performance
Fixed/wp admin performance
2022-08-13 02:28:52 +03:00
Nikita Sinelnikov c1b3b0d3c4 - fixed issues related to the registration users with awaiting admin review or email confirmation; 2022-08-12 23:07:16 +03:00
Nikita Sinelnikov f4f84bbd7e - added expiration for the um_count_users_unassigned transient for the checking everyday the users who don't have the account_status meta (registered 3rd-party way); 2022-08-12 16:33:23 +03:00
Nikita Sinelnikov 69321f0cb1 - return from the function update_usermeta when old value the same as new; 2022-08-12 16:20:14 +03:00
Nikita Sinelnikov 9b74beab8b - fixed performance issue by using add or deduct count instead of the WP_Users_Query; 2022-08-12 02:53:25 +03:00
Nikita Sinelnikov b98f2a6edf - fixed issue with visible ID. Changed it to the user_login. It's WordPress native logic for reset password links and form; 2022-08-11 21:49:19 +03:00
Nikita Sinelnikov 95a26c97bb Merge pull request #1033 from ultimatemember/feature/phone_field
Phone fields (issue #988)
2022-08-11 15:44:24 +03:00
ashubawork 1568f0189c - change label in filter for select 2022-07-25 22:09:39 +03:00
ashubawork c8c7ee8fd9 - leave symbol + 2022-07-15 10:08:30 +03:00
yuriinalivaiko c0f5ec75e2 - fix fatal error on unset 2022-07-12 19:35:22 +03:00
Nikita Sinelnikov 5df4dfcde5 Merge pull request #1038 from ultimatemember/fix/tab_edit_url
Edit tabs URL
2022-07-07 14:36:13 +03:00
Nikita Sinelnikov fb6a4f5679 - fixed security vulnerability in member directories queries; 2022-07-07 14:30:10 +03:00
ashubawork 4da0ae5392 - fix url for edit tabs 2022-07-06 13:04:09 +03:00
ashubawork bc8a0b1f04 - fix code for phone field 2022-06-30 09:33:47 +03:00
ashubawork 6440499b17 - change type for phones fields 2022-06-29 13:49:10 +03:00
Nikita Sinelnikov c9f90c54dd - User queries performance fix; 2022-06-20 17:29:31 +03:00
Nikita Sinelnikov fa9b85773e - fixed using special chars inside the password; 2022-06-10 01:53:35 +03:00
Nikita Sinelnikov 03af2b3c0c - fixed #1002; 2022-06-09 17:31:49 +03:00
Nikita Sinelnikov 72d58f709d - fixed #1008;
- fixed #1005;
- fixed #1006;
- fixed #1010;
2022-06-09 17:17:15 +03:00
Nikita Sinelnikov ca2493c01c Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2022-06-08 21:26:33 +03:00
Nikita Sinelnikov fe88b40939 - using slashes in the callback function setting of the dropdown fields; 2022-06-08 21:24:23 +03:00
ashubawork 3e9638ea0b - delete um_member_directory_data meta on user delete 2022-06-06 19:02:03 +03:00
Nikita Sinelnikov c5b648d454 - fix for #1013. fixed #1013; 2022-06-06 15:56:53 +03:00
Nikita Sinelnikov 60bff9e2be - fixed XSS issue related to the JS confirmation and links with JS code inside. 2022-06-03 12:06:46 +03:00
Nikita Sinelnikov b13e063f95 Merge branch 'development/2.3.3' of https://github.com/ultimatemember/ultimatemember into development/2.3.3 2022-05-24 18:30:01 +03:00
Nikita Sinelnikov 9cdf65973c - prepared for 2.4.0 release; 2022-05-24 18:29:39 +03:00
yuriinalivaiko 6794aa2bb4 - fixed glob function 2022-05-20 23:12:59 +03:00
Nikita Sinelnikov b54672908c - 2.3.2-rc.1; 2022-04-21 10:35:45 +03:00
Nikita Sinelnikov e1cf3cd0d6 - small changes for the checkbox field type sanitizing; 2022-04-20 17:34:09 +03:00
yuriinalivaiko 70ab56465a - Fixed: checkbox field data type on sanitize 2022-04-19 19:56:12 +03:00
Nikita Sinelnikov 9ae27fae62 - added redirection to the 3rd-party URL alert; 2022-04-08 18:06:41 +03:00
Nikita Sinelnikov a35dbba905 - fixed issue with echo XSS in user description; 2022-03-22 23:06:34 +02:00
Nikita Sinelnikov 5d4eb539c1 - fixed PHP warning when there aren't proper user while login; 2022-02-11 13:23:23 +02:00
Nikita Sinelnikov cfd8365afd - code review; 2022-02-07 12:20:24 +02:00
Nikita Sinelnikov 566634ffeb Merge pull request #972 from ashubawork/fix/blacklist
fix usernames and emails blacklists
2022-02-07 12:13:06 +02:00
Nikita Sinelnikov d281972849 Merge pull request #959 from ultimatemember/fix/upload_fields_editing
Editing upload fields (issue #958)
2022-02-07 11:55:24 +02:00
Nikita Sinelnikov e0042ea13d - enhancement for dropdown.js (not completed); 2022-02-04 17:19:01 +02:00
ashubawork 2b7aa51d80 fix usernames and emails blacklists
- fix uppercase usernames and emails from blacklists
2022-02-02 15:19:22 +02:00
Nikita Sinelnikov 744727fe75 - added query_var for UM additional Users_Query on users.php 2022-01-20 15:53:34 +02:00
Nikita Sinelnikov 7e635967f6 - changed WP Cron scheduled events; 2022-01-03 13:25:43 +02:00
ashubawork e90efd0983 - fixed editing upload fields (issue #958) 2021-12-22 10:44:27 +02:00
Nikita Sinelnikov 96b7837d16 - fixed PHP warning related for the custom fields without type; 2021-12-21 18:16:52 +02:00
Nikita Sinelnikov cafabe5f12 - hotfix for fields without type showing in profile meta; 2021-12-17 15:51:39 +02:00
Nikita Sinelnikov b3d9c8f989 - code review;
- changed readme;
2021-12-15 16:40:25 +02:00
ashubawork 01a91bfb46 - fixed discord field validation 2021-12-15 13:18:41 +02:00
Nikita Sinelnikov ea8ce49698 - fixed replacing placeholders in nav menus. Used an earlier hook for filtering items before generating HTML and avoided issues with raw, not-escaped HTML inside tags' attributes 2021-12-15 03:30:34 +02:00