Nikita Sinelnikov
15ee898905
- fixed stripping tags in the biography field;
2021-08-12 14:39:50 +03:00
Nikita Sinelnikov
7a9e2b118b
- code formatting;
2021-08-02 17:47:50 +03:00
yuriinalivaiko
bc5aec27d3
Fix columns
2021-08-02 16:31:58 +03:00
Nikita Sinelnikov
eeb7c39471
- fixed maybe serialized custom fields;
...
- fixed sanitizing;
2021-07-16 01:35:13 +03:00
yuriinalivaiko
a2f8efb412
Fix placeholder for the “Confirm password” field
2021-07-08 12:43:05 +03:00
Nikita Sinelnikov
fec9c50c1c
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into development/2.1.22
2021-07-07 21:06:08 +03:00
Nikita Sinelnikov
07e664be80
- intermediate results with sanitizing form handlers;
2021-06-29 02:51:54 +03:00
yuriinalivaiko
9f4585de43
The field setting "Confirm password field label"
...
See GitHub issue #828
2021-06-07 16:50:05 +03:00
nikitasinelnikov
60187cdc67
- fixed XSS issue with current profile URL
2021-05-07 13:42:20 +03:00
nikitasinelnikov
b2bb2c13eb
- code formatting;
...
- small changes for #790 ;
2021-04-05 19:06:44 +03:00
nikitasinelnikov
6889f2244d
Merge branch 'development/2.1.17' of https://github.com/ultimatemember/ultimatemember into development/2.1.17
2021-04-05 13:21:19 +03:00
nikitasinelnikov
a495d43fbb
- code formatting;
2021-04-05 13:21:05 +03:00
Nikita Sinelnikov
70993ed6c2
Merge pull request #790 from ultimatemember/fix/permanently_delete_fields
...
Permanently deleting form's field (issue #786 )
2021-04-05 13:20:55 +03:00
yuriinalivaiko
ce73840ce2
Fixed: default value with comma for checkbox
2021-04-01 13:51:07 +03:00
andrewshuba
2f31e574ee
- fixed permanently deleting form's field
2021-03-25 13:41:37 +02:00
Champ Camba
5fb10b8228
Remove notice in empty label of confirm password
2021-03-25 17:25:00 +08:00
Champ Camba
b396240eff
Refactor confirm password label and placeholder
2021-03-25 17:16:00 +08:00
Champ Camba
19abbce9c3
Fix confirm password placeholder when label is empty
2021-03-25 17:13:49 +08:00
Champ Camba
ef849c7fb6
Fix notice in confirm password label
...
https://wordpress.org/support/topic/undefined-index-label-php-notice/
2021-03-25 14:54:49 +08:00
nikitasinelnikov
5740bc637d
- fixed: PHP notices and warnings
...
- fixed: security vulnerability with User Account page and password field
2021-03-03 13:13:44 +02:00
nikitasinelnikov
d1feb6dd75
- fixed conditional logic;
2020-12-24 14:55:18 +02:00
Nikita Sinelnikov
4b4137b267
Merge pull request #705 from ultimatemember/fix/fields_without_metakey_displaying_by_hook
...
Fixed displaying by the hook issues with fields without metakeys
2020-12-21 02:58:26 +02:00
nikitasinelnikov
41350e1391
- fixed PHP notices when there aren't UM custom roles and we get bool variable from get_option( 'um_roles' );
2020-12-16 13:37:13 +02:00
nikitasinelnikov
1adc51aa02
- fixed displaying by the hook issues with fields without metakeys;
2020-12-14 14:39:47 +02:00
nikitasinelnikov
67420b11b0
- Fixed: Vulnerability with timestamp field on UM Forms
...
- changed readme;
2020-12-04 00:10:20 +02:00
Champ Camba
124addd38e
Fix translation for Password label
2020-12-01 17:40:20 +08:00
nikitasinelnikov
dfc6f876ac
- Added: um_member_directory_cover_image_size hook with ability to change the cover photo size on the member directory
...
- Added: `um_member_directory_get_members_allow` JS hook for 3rd-party integration with the member directory. You could use a time throttle until some data is loaded
- Fixed: Upgrade process on websites where a hosting locks the frequent AJAX requests (added default JS throttle between requests)
2020-11-18 16:56:01 +02:00
nikitasinelnikov
427bb6da1c
- 2.1.12 pre-release;
2020-10-29 19:02:40 +02:00
nikitasinelnikov
4668cab812
Merge remote-tracking branch 'remotes/origin/fix/confirm-password-placeholder'
2020-10-29 18:54:34 +02:00
nikitasinelnikov
b1b5ce0e1c
- 2.1.12 pre-release;
2020-10-29 18:54:15 +02:00
nikitasinelnikov
e53034fbd3
Merge remote-tracking branch 'remotes/origin/origin/fix/ratings-required-notice-warning'
2020-10-29 18:52:03 +02:00
Champ Camba
09bebe967f
Fix Confirm Password
2020-10-14 12:04:42 +08:00
Champ Camba
037daa4277
Add ratings required notice and warning
2020-10-12 17:54:22 +08:00
nikitasinelnikov
4ac6071aa2
- fixed roles field, which isn't customized;
2020-09-22 14:30:25 +03:00
nikitasinelnikov
ec1db4f5cd
- fixed roles options;
2020-09-11 00:14:20 +03:00
nikitasinelnikov
3ca3dee394
- added unique ID for view field on the profile form;
2020-08-24 12:40:32 +03:00
nikitasinelnikov
dc281c2c0d
- code review;
2020-08-10 11:40:30 +03:00
Champ Camba
0d199d5b19
Stop displaying error & notice when the text is empty + esc_attr $text
2020-08-06 17:58:08 +08:00
nikitasinelnikov
5e782cf922
- fixed account submission for password reset;
2020-08-03 18:06:26 +03:00
nikitasinelnikov
2dad3d2704
- Fixed "get_profile_photo_size" function (avoid PHP notice with array_combine )
...
- Fixed password reset/change form when other forms are initialized at the same page
- Fixed getting extension updates on multisites
- Deprecated JS event 'um_before_modal_removed', use wp.hooks action 'um_before_modal_removed' instead
2020-07-06 14:20:29 +03:00
nikitasinelnikov
073a9bc329
Merge remote-tracking branch 'remotes/origin/feature/apply_shortcodes'
2020-05-25 17:37:49 +03:00
nikitasinelnikov
1ee20b9b33
- fixed user locations for custom usermeta table;
2020-04-10 17:32:32 +03:00
ashubawork
523e00133a
- add apply_shortcodes
2020-04-03 11:21:35 +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
72a1e9a7c3
- small code formatting;
2020-03-02 16:47:56 +02:00
nikitasinelnikov
cf9cc22d41
- small refactor;
2020-02-19 14:40:23 +02:00
Champ Camba
8bcc8287af
Add notice element to a select field
2020-02-17 20:35:17 +08:00
nikitasinelnikov
7ab7a06b75
- submitting details code review;
...
- fixed small notices and CSS;
2020-02-06 16:01:21 +02:00
nikitasinelnikov
f16783c047
Merge remote-tracking branch 'remotes/origin/origin/improvement/field-notice'
2020-02-06 15:05:34 +02:00
nikitasinelnikov
067f0d6a78
Fixed issues with "key => value" fields (dropdown + multiselect) if 'um_select_options_pair' filter is used;
...
Added JS filters to member directory functionality;
2020-02-06 14:54:13 +02:00