Commit Graph

58 Commits

Author SHA1 Message Date
ashubawork 4c6a2c3b45 - add a spotify field 2023-06-13 09:32:03 +03:00
Nikita Sinelnikov 4af87d9834 - removed Google+, VKonakte but leaves these custom fields as just URL type with Website URL validation;
- added 2.6.0 version upgrade script for changing 'vk_url', 'google_url', 'googleplus_url' just to 'url' validate value;
- close #1145;
2023-03-27 16:56:58 +03:00
Nikita Sinelnikov 2d036eafa4 Merge pull request #1124 from ultimatemember/feature/new_social_networks
New social networks
2023-02-06 12:41:50 +02:00
ashubawork 4d9f3e0341 - add twitch and reddit 2023-01-18 14:56:03 +02:00
ashubawork 055f7984c8 - add tiktok 2023-01-18 13:47:07 +02:00
yuriinalivaiko 32517ccbe4 - fixed PHP Warning if password is empty 2023-01-09 21:49:12 +02:00
Nikita Sinelnikov 0f8b87f288 - closed #1100; 2022-12-13 15:25:32 +02:00
Nikita Sinelnikov fac2f9fdc5 - fixed #1085; 2022-10-24 17:34:54 +03:00
Nikita Sinelnikov af13de140a - fixed using "'" symbols in emails. There is possible to register with it and login after that. Closed #1059; 2022-10-24 16:22:04 +03:00
Nikita Sinelnikov cfd8365afd - code review; 2022-02-07 12:20:24 +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 74bfdbcb18 - closed #927;
- updated readme;
2021-12-14 18:31:47 +02:00
ashubawork ff18aa5ec7 - added a discord field (issue #926) 2021-12-13 12:52:36 +02:00
ashubawork ce3fbbc512 - fixed the skype field for new skype id
- added viber, whatsapp and telegram fields
2021-10-05 10:05:16 +03:00
Nikita Sinelnikov e8c1497ec4 - fixed password length validation;
- added settings for the password min/max length;
2021-09-21 13:25:49 +03:00
nikitasinelnikov d577108707 - fixed field's privacy settings on the profile page when view mode;
- fixed "Edit" button visibility in the member directory grid;
2021-04-07 02:43:33 +03:00
nikitasinelnikov a4a954b7e6 - fixed fields validation based on field's privacy settings; 2021-04-06 12:30:33 +03:00
nikitasinelnikov ba291a6bfe - fixed PHP notices/warnings; 2020-12-16 14:46:38 +02:00
nikitasinelnikov 5afebdd786 - Added: Ability for the integration with Gutenberg Block restriction settings (extends the block restriction settings via 3rd-party plugins);
- Added: Invalid nonce validation on Login and Registration pages instead of wp_die()
2020-12-04 03:54:59 +02:00
nikitasinelnikov 6a5396106a - added profile form nonce; 2020-09-29 15:40:20 +03:00
nikitasinelnikov 88c3720106 - fixed member directory sorting;
- fixed member directory list dropdown init after changing view type;
- fixed registration form;
2020-07-14 04:21:03 +03:00
nikitasinelnikov db2bc4a855 - fixed using HTML in textarea validation; 2020-07-09 15:00:01 +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
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
nikitasinelnikov bb948b59af - fixed validation URLs;
- code formatting;
2020-02-23 23:34:11 +02:00
denisbaranov d5ab8b7b79 Fix endless recursion in the function um_check_conditions_on_submit() 2019-11-20 16:45:37 +02:00
Champ Camba 5e126d9437 Add Form fields validation for E-mail( not unique ) 2019-11-15 17:27:27 +08:00
nikitasinelnikov 2547d54ddd - fixed validation on edit mode for username, username or email, password and email fields; 2019-10-24 16:17:16 +03:00
andrewshuba 4e791ef722 - fix not English letters in forms 2019-10-22 10:32:29 +03:00
nikitasinelnikov c81c52dda5 - added ability to set cover/avatar size from predefined sizes in Ultimate Member -> Settings -> General -> Uploads; 2019-10-10 17:22:24 +03:00
nikitasinelnikov 9418161306 - fixed issue #376 2019-08-23 20:22:42 +03:00
nikitasinelnikov 043d8f9d99 - fixed conditional logic validation at the back; 2019-08-14 10:59:37 +03:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
denisbaranov 3678816d5d description validation, length 2019-07-16 19:01:58 +03:00
nikitasinelnikov e101bdbb39 - code review for reset password link; 2019-05-05 23:01:07 +03:00
denisbaranov 4d4e7c08fa Issue: str_word_count on biography #508
Link: https://github.com/ultimatemember/ultimatemember/issues/508
2019-03-21 18:31:57 +02:00
andrewshuba 16ec637483 add condition logic and/or in admin, fix logic in front, fix condition required fields in edit profile 2018-10-17 13:56:44 +03:00
Yurii Nalivaiko 8646e061af Merge branch 'release/2.0.26' of https://github.com/ultimatemember/ultimatemember into release/2.0.26 2018-10-01 10:24:18 +03:00
Yurii Nalivaiko 64c51f969b - fixes in conditional logic 2018-10-01 10:24:10 +03:00
nikitozzzzzzz 202bf57c53 - fixed small notices; 2018-09-27 23:30:34 +03:00
nikitozzzzzzz 7a032a02d4 - fixed issue https://wordpress.org/support/topic/corrections-for-core-um-actions-forms-php-um-v2-0-11/ 2018-05-29 22:35:57 +03:00
nikitozzzzzzz 2ce33098b5 - fixed user registration;
- phpDoc;
2018-03-20 13:24:38 +02:00
nikitozzzzzzz 12891ff743 - hook docs; 2018-03-05 16:35:51 +02:00
Denis Baranov 2e619ae995 - fixed required field "image". Does not work check, if you delete the previously uploaded image when you update the profile again 2018-03-02 17:35:42 +02:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
Denis Baranov b7e8009268 - fixed notification if the field label is not set and when a field is required 2018-02-26 11:54:55 +02:00
nikitozzzzzzz 1b03923c6b - fixed small notices about array_intersect; 2018-02-19 12:10:54 +02:00
nikitozzzzzzz 5ac147e41f - fixed roles priority and added functions to work with roles (all|priority|um role);
- fixed um_is_core_page function with WPML;
- added general admin notice when user have old extensions;
- text changes;
2018-02-07 16:44:40 +02:00