Commit Graph

1503 Commits

Author SHA1 Message Date
ashubawork bb4139e514 - fix bio conflict 2023-07-28 10:49:36 +03:00
ashubawork 9cb4d5fa8f - fix count of words and letters for the bio field 2023-07-27 14:39:08 +03:00
Mykyta Synelnikov c9789b8462 - standardize the condition for checking not editable fields to empty( $data['editable'] 2023-07-27 13:37:01 +03:00
Mykyta Synelnikov 886d418705 - reviewed #1212 and manually merged it into development/2.6.9; 2023-07-25 13:22:22 +03:00
Mykyta Synelnikov 72dfbf4014 Merge pull request #1255 from ultimatemember/feature/description_sync
Biography (description) fields syncing
2023-07-25 00:12:23 +03:00
Mykyta Synelnikov 7683ec7bbc Merge pull request #1262 from ultimatemember/fix/textarea_count_words
Textarea count words
2023-07-24 22:37:05 +03:00
Mykyta Synelnikov e14f165e73 - fixed issue with lack of the nonces in the um_adm_action handler;
- fixed #1263;
2023-07-24 22:30:33 +03:00
Mykyta Synelnikov fa2108172f - fixed issue with lack of the nonces in the um_adm_action handler; 2023-07-24 12:57:18 +03:00
ashubawork 2ea7fb9e33 - fix counting words in a textarea field 2023-07-24 12:31:11 +03:00
Mykyta Synelnikov bf2ddacb73 - fixed singleton for Account shortcode;
- there were a conflicts with plugins who render shortcodes in hidden mode before loading shortcodes on the page content;
2023-07-22 00:51:26 +03:00
Mykyta Synelnikov ad11a6c479 - fixed singleton for shortcode;
- there were a conflicts with plugins who render shortcodes in hidden mode before loading shortcodes on the page content;
2023-07-21 15:47:01 +03:00
yuriinalivaiko dbe71b73b9 - synchronization of biography (description) fields in the profile header and profile body 2023-07-20 16:20:52 +03:00
Mykyta Synelnikov 6034b61deb - added compatibility with UM:Stripe 2023-07-19 16:15:16 +03:00
ashubawork 4675f619a7 - fix wpcs 2023-07-19 13:51:26 +03:00
ashubawork 51f2606931 - fix um_safe_redirect for deleting user 2023-07-19 13:49:49 +03:00
Mykyta Synelnikov 66ed23cfec - fixed saving the user's bio; 2023-07-18 14:47:01 +03:00
Mykyta Synelnikov ce4cf8fe7b - updated hookdocs;
- reviewed `um_safe_redirect()`;
- updated readme.txt
2023-07-18 12:06:17 +03:00
ashubawork 7cdd2728e0 - add um safe redirect 2023-07-18 09:39:34 +03:00
Mykyta Synelnikov 565a8f074a - fixed loading UM forms shortcode twice; 2023-07-13 16:03:28 +03:00
Mykyta Synelnikov 8718e19707 - fixed loading account shortcode twice; 2023-07-13 15:50:56 +03:00
Mykyta Synelnikov 3fe9053cc8 Merge pull request #1249 from ultimatemember/fix/translators
Translators
2023-07-13 14:01:38 +03:00
ashubawork 5b647ae5e9 - add translators 2023-07-13 11:36:29 +03:00
Mykyta Synelnikov 0644bac8aa - updated hookdocs for um_browser_url_redirect_to__filter hook; 2023-07-12 15:56:45 +03:00
Mykyta Synelnikov 14e9a47f2e Merge pull request #1248 from ultimatemember/fix/blocks
Account and User page blocks
2023-07-12 14:45:36 +03:00
ashubawork 973dd64713 - fix user page blocks 2023-07-12 11:46:03 +03:00
ashubawork 0ae17ff00f - wp_kses for field error 2023-07-12 10:10:09 +03:00
ashubawork b56573dd9b - checking for account block 2023-07-12 09:41:25 +03:00
Mykyta Synelnikov bdfcd0f55f - added form administrative roles notice;
- fixed #1245;
2023-07-11 22:31:02 +03:00
Mykyta Synelnikov 6c3b06dff0 - fixed #1241 issue; 2023-07-11 17:59:54 +03:00
Mykyta Synelnikov 6a484b32a2 - updated hookdocs; 2023-07-10 11:14:02 +03:00
Mykyta Synelnikov dd128f833a Merge pull request #1243 from ultimatemember/feature/security-setting-review
Security settings and Scanner
2023-07-10 10:59:53 +03:00
Mykyta Synelnikov cb3897c48b - UM cron class review;
- schedule events on the first install;
- make an event's starting time base on recurrence;
2023-07-07 13:34:55 +03:00
Mykyta Synelnikov 75e3ce9391 - review for secure functionality; 2023-07-07 00:34:11 +03:00
Mykyta Synelnikov 25aa40b1c2 - review for secure functionality; 2023-07-06 01:56:59 +03:00
Champ Camba 110f22c92e Add locked capabilities in the settings to improve readability 2023-07-05 13:16:38 +08:00
Champ Camba 0a4551c0a5 Fix default locked capabilities 2023-07-05 13:04:08 +08:00
Champ Camba 51a5b5ed66 Add secure doc article link 2023-07-05 12:57:42 +08:00
Champ Camba a03d76bfdf Fix admin notice expiration 2023-07-05 12:54:04 +08:00
Champ Camba e8be3cbb4f Add secure global notice for first-time 2023-07-05 12:51:48 +08:00
Champ Camba a3cdba07cb Add secure's restore account 2023-07-05 12:00:26 +08:00
Mykyta Synelnikov 8ac7016a1d - added additional hook attributes to 'um_reset_password_errors_hook' and 'um_reset_password_process_hook'; 2023-07-04 16:47:32 +03:00
Mykyta Synelnikov efa1a8a636 - fixed editable field; 2023-07-04 13:01:04 +03:00
Mykyta Synelnikov a7f3b80d3e - reviewd #1237; 2023-07-04 12:44:06 +03:00
Champ Camba 85ebc8b83b Include flagged user's browser data in the captured metadata 2023-07-04 03:57:29 +08:00
Champ Camba 8dba1534a0 Add account form to check capabilities integrity 2023-07-04 03:34:19 +08:00
Champ Camba 9856a4b719 Refactor email subject 2023-07-04 02:53:53 +08:00
Champ Camba 46720f0a32 Tweak property visibillity for WP CLI 2023-07-04 01:42:27 +08:00
Champ Camba e1c3950fb9 capture submitted data for flagged users 2023-07-04 01:05:54 +08:00
Champ Camba 42188baea6 Fix wp schedule event for email notifications 2023-07-04 00:37:17 +08:00
Champ Camba 753db264f8 Add filter hook for redirecting flagged user 2023-07-04 00:18:36 +08:00