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
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