89 Commits

Author SHA1 Message Date
Mykyta Synelnikov d28642a657 Fix email validation logic in Ultimate Member forms
Updated the condition to ensure proper validation for secondary email fields. This change ensures unique email addresses and prevents potential conflicts in user data.
2025-06-25 18:09:48 +03:00
Mykyta Synelnikov 4d83a7eec3 Fix email validation logic in Ultimate Member forms
Updated conditions to handle empty and invalid email input more accurately. Ensures required emails are not skipped and includes stricter checks for existing or incorrect emails.
2025-06-25 16:24:14 +03:00
Mykyta Synelnikov 213b419913 Fix user ID comparison with absint to ensure type safety
Updated the user ID comparison logic in the Ultimate Member plugin to use `absint` for both values. This prevents type mismatches and ensures robust validation during form submission.
2025-06-24 17:19:48 +03:00
Mykyta Synelnikov 53b0d479c8 Ensure email validation handles primary and secondary emails.
Added checks to enforce primary email requirement and prevent secondary email duplication with the primary email. Improved user lookup for unique email verification using meta queries.
2025-06-18 14:28:38 +03:00
Mykyta Synelnikov e5fe05503a * fixed security issue CVE ID: CVE-2025-0308
* fixed security issue CVE ID: CVE-2025-0318
2025-01-08 12:20:35 +02:00
Mykyta Synelnikov cccce6ebc3 * fixed running UM()->fields()->get_restricted_fields_for_edit() function in the fields loop; 2024-09-27 17:55:44 +03:00
ashubawork 691f2fdc48 - fix checking for unique_email validation 2024-05-08 10:41:12 +03:00
ashubawork d26de2a85c - add alpha_numeric validation to fields 2024-02-06 15:19:33 +02:00
Mykyta Synelnikov e008d661f8 - fixed typo; 2024-02-06 01:55:46 +02:00
Mykyta Synelnikov 2f44cc48f3 Merge pull request #1452 from ultimatemember/fix/english_letters_validation
English letters validation
2024-02-06 01:54:52 +02:00
Mykyta Synelnikov 94b236cc17 - wpcs; 2024-02-06 01:16:34 +02:00
ashubawork b406edc0ac - add english letters validation 2024-02-02 12:18:16 +02:00
ashubawork e00f17edc1 - fix unique value on registration 2024-02-02 11:13:38 +02:00
Mykyta Synelnikov 5d750f35dc - reviewed #1343;
- wpcs;
2023-11-21 15:28:20 +02:00
Mykyta Synelnikov 57fc9fda0a Merge pull request #1343 from ultimatemember/fix/number_field_required_validation
Required condition not working for the Number field
2023-11-21 15:11:47 +02:00
yuriinalivaiko b85fe08bc5 - fixed YouTube link validation 2023-11-10 20:14:38 +02:00
yuriinalivaiko ab4ae6bdd0 - fixed the Required condition validation for the Number field. 2023-10-28 13:13:22 +03:00
ashubawork b88ddf881f - add a youtube video validatation 2023-10-09 18:53:34 +03:00
Mykyta Synelnikov 11c0a8ebf9 - fixed HTML validation for user description field in header;
- fixed escaping HTML in user description field;
2023-08-15 23:52:40 +03:00
Mykyta Synelnikov 4e1fcbd90b - fixed max chars validation for user description field in header; 2023-08-15 17:39:28 +03:00
Mykyta Synelnikov 89ec90dd77 - fixed max chars validation for user description field in header; 2023-08-15 15:56:41 +03:00
Mykyta Synelnikov bfef1f9dc7 - reviewed #1269;
- unified `UM()->fields()->editing` and `UM()->fields()->viewing` to bool variables use true|false in conditions to make `===` or `!==` comparing;
2023-08-15 03:49:13 +03:00
ashubawork 60a71ec983 - small wpcs fix 2023-07-31 10:02:48 +03:00
ashubawork 7f7556719b - fix description length error 2023-07-31 09:11:05 +03:00
ashubawork 9cb4d5fa8f - fix count of words and letters for the bio field 2023-07-27 14:39:08 +03:00
ashubawork 2ea7fb9e33 - fix counting words in a textarea field 2023-07-24 12:31:11 +03:00
ashubawork 5b647ae5e9 - add translators 2023-07-13 11:36:29 +03:00
Mykyta Synelnikov 246de13726 - finished with UM Forms validations; 2023-06-30 16:58:12 +03:00
Mykyta Synelnikov 71f2360694 - review login form and submission data. optimized submission; 2023-06-30 15:56:30 +03:00
Mykyta Synelnikov 2529a0db7f - fixed edit "Master row" in form builder;
- maybe fixed "Confirm Password";
2023-06-29 12:21:40 +03:00
Mykyta Synelnikov 6f9109adca - review edit_field(); 2023-06-28 20:56:09 +03:00
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