Mykyta Synelnikov
|
7fafa3a4b3
|
- fix for registration form;
|
2023-06-30 21:55:59 +03:00 |
|
Mykyta Synelnikov
|
246de13726
|
- finished with UM Forms validations;
|
2023-06-30 16:58:12 +03:00 |
|
Mykyta Synelnikov
|
84ea062a1f
|
- fixed getting permalink for profile tab if permalinks settings are disabled;
|
2023-06-29 13:50:47 +03:00 |
|
Mykyta Synelnikov
|
78a1a32530
|
Merge pull request #1219 from ultimatemember/fix/remove_extract_frontend
Remove extract() frontend
|
2023-06-28 21:41:00 +03:00 |
|
Mykyta Synelnikov
|
fc07de48b7
|
- fixed vulnerability with banned keys (made them not case-sensitive);
|
2023-06-28 11:17:28 +03:00 |
|
Mykyta Synelnikov
|
f52f266aa8
|
- reviewed um_pre_profile_shortcode();
|
2023-06-23 03:16:42 +03:00 |
|
Mykyta Synelnikov
|
9d36b6fdec
|
- reviewed um_profile_content_main();
|
2023-06-23 01:25:48 +03:00 |
|
ashubawork
|
915ec79bd1
|
- fix um_pre_profile_shortcode()
|
2023-06-22 11:19:44 +03:00 |
|
ashubawork
|
be70ef5a66
|
- fix um_profile_content_main()
|
2023-06-22 10:21:49 +03:00 |
|
Mykyta Synelnikov
|
ca092d9496
|
- updated hookdocs markup;
- updated release docs;
|
2023-06-12 17:02:56 +03:00 |
|
ashubawork
|
6cafe591d2
|
- add a hook for nav links attributes
|
2023-06-12 16:25:43 +03:00 |
|
Nikita Sinelnikov
|
aa8000bde9
|
- added filter for making 3rd-party roles editable through Ultimate Member interfaces. Use 'um_extend_editable_roles' and pass there an array of role keys( e.g. 'editor', 'administrator', etc. );
- reviewed and closed #1151;
|
2023-03-28 01:53:50 +03:00 |
|
yuriinalivaiko
|
dee3ea90c5
|
- added hooks to change the profile SEO image
- added hook 'um_profile_dynamic_meta_image_size'
- added hook 'um_profile_dynamic_meta_image_type'
|
2023-03-08 14:07:49 +02:00 |
|
Nikita Sinelnikov
|
2004aa7dde
|
Custom dropdown callback functions security enhancements:
- avoid using different letter case for bypass the blacklist e.g. phpInfo
- avoid using root namespace for bypass the blacklist e.g. \phpinfo
|
2022-11-09 03:17:23 +02:00 |
|
Nikita Sinelnikov
|
aa6a238c61
|
- added callbacks blacklist. Added PHP command execution functions here to exclude the running them from the custom callback;
|
2022-09-30 12:31:40 +03:00 |
|
Nikita Sinelnikov
|
4e90ec5502
|
- Skype field code review;
|
2021-12-11 02:55:42 +02:00 |
|
dbaranov
|
e34f55cd8a
|
- fixed profile Twitter card
|
2021-10-09 20:21:03 +03:00 |
|
Nikita Sinelnikov
|
fc92903f97
|
- fixed updating display_name if there is set the User Display Name setting to Default WP Display Name in UM > General > Users > Display name;
- fixed typo in the password validation
|
2021-09-21 18:26:57 +03:00 |
|
Nikita Sinelnikov
|
5d773256b9
|
- fixed profile form nonce;
- fixed profile form getting ID and data;
- fixed class-access.php when restricted taxonomies are disabled;
|
2021-08-19 12:58:13 +03:00 |
|
Nikita Sinelnikov
|
bdbb60e3c4
|
- fixed show secondary button attribute;
|
2021-07-27 16:50:19 +03:00 |
|
Nikita Sinelnikov
|
07e664be80
|
- intermediate results with sanitizing form handlers;
|
2021-06-29 02:51:54 +03:00 |
|
nikitasinelnikov
|
383e563e53
|
- setting label changed;
- added filter hook 'um_change_usermeta_for_update' for extending $to_update usermeta array after all profile fields validations;
|
2021-04-30 17:05:08 +03:00 |
|
nikitasinelnikov
|
e32b28d1ee
|
- fixed editing private profiles;
|
2021-04-12 12:54:43 +03:00 |
|
nikitasinelnikov
|
7f7dae9979
|
- reviewed No Index functionality;
|
2021-03-03 15:21:18 +02:00 |
|
Nikita Sinelnikov
|
8dc7d9f425
|
Merge pull request #709 from ultimatemember/feature/profile_noindex
Indexing of Profiles
|
2021-03-03 14:41:14 +02:00 |
|
denisbaranov
|
0fdb5635eb
|
The general users setting "Avoid indexing profile by search engines" is added.
The user role setting "Avoid indexing profile by search engines" is changed.
|
2020-12-22 20:13:58 +02:00 |
|
nikitasinelnikov
|
0b8ca8e3e7
|
- added argument to a hook to avoid the fatal error in Profile Tabs
|
2020-12-17 14:12:56 +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 |
|
denisbaranov
|
3ffb8257af
|
New: The user role setting 'Avoid indexing profile by search engines'
|
2020-12-15 17:25:24 +02:00 |
|
nikitasinelnikov
|
fa13e82202
|
- There are changed PHP’s intval(), strval(), floatval(), and boolval() typecasting functions to (int), (string), (float) and (bool) regarding [this doc](https://make.wordpress.org/core/2020/11/20/miscellaneous-developer-focused-changes-in-wordpress-5-6/).
|
2020-11-24 12:55:22 +02:00 |
|
nikitasinelnikov
|
083a98a50b
|
- fixed security issues
|
2020-10-26 17:21:42 +02:00 |
|
nikitasinelnikov
|
fa3c4f4b9e
|
- removed Instagram extension from marketing pages;
- fixed security lack with not editable roles field;
|
2020-10-05 23:21:40 +03:00 |
|
nikitasinelnikov
|
e26a6a33ab
|
- fixed redirect after registration;
- removed empty set_roles() function;
- added function for checking AMP;
|
2020-10-02 15:48:59 +03:00 |
|
nikitasinelnikov
|
6a5396106a
|
- added profile form nonce;
|
2020-09-29 15:40:20 +03:00 |
|
nikitasinelnikov
|
2343a1891e
|
- fixed security vulnerability in queries with role attribute;
- fixed um_can_view_profile function;
|
2020-09-28 21:34:14 +03:00 |
|
denisbaranov
|
4f444b94e6
|
Minor changes. Fix PHP notice.
|
2020-09-20 14:06:00 +03:00 |
|
nikitasinelnikov
|
e5928ea2f9
|
- fixed PHP warning;
- added stripslashes to the WP head title/description;
|
2020-08-26 22:56:26 +03:00 |
|
nikitasinelnikov
|
3d8b9f7cf4
|
- code review;
|
2020-07-08 19:34:40 +03:00 |
|
nikitasinelnikov
|
ea86441823
|
Merge remote-tracking branch 'remotes/origin/fix/canonical_link'
|
2020-07-08 19:29:36 +03:00 |
|
denisbaranov
|
3851781161
|
Fixed: SEO link canonical for the profile page
|
2020-06-19 17:56:49 +03:00 |
|
nikitasinelnikov
|
02fde13b39
|
- added profile privacy setting for the avoiding profile indexation;
|
2020-06-19 13:07:04 +03:00 |
|
nikitasinelnikov
|
b19d9591cc
|
Merge remote-tracking branch 'remotes/origin/feature/YoastSEO_compatibility'
|
2020-05-26 17:44:54 +03:00 |
|
denisbaranov
|
798f7e2118
|
Fixed: Remove Yoast meta tags from the Profile page
|
2020-05-20 18:20:26 +03:00 |
|
nikitasinelnikov
|
a0e84bdaca
|
- added filter for the changing redirect after profile edited;
|
2020-05-18 03:00:29 +03:00 |
|
nikitasinelnikov
|
958c9f7a64
|
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember
# Conflicts:
# includes/core/um-actions-profile.php
|
2020-05-13 15:58:25 +03:00 |
|
nikitasinelnikov
|
46a3acc3bf
|
- fixed account page import data queries;
- fixed member directory role filter PHP notice;
- fixed OpenGraph data on the user profile page;
|
2020-05-13 15:57:23 +03:00 |
|
denisbaranov
|
4a98f4e300
|
Added: The profile page SEO meta tags for OG, Twitter and schema.org
|
2020-05-13 14:37:10 +03:00 |
|
nikitasinelnikov
|
7841911413
|
- added ability to customize custom key sorting type (CHAR, NUMERIC, etc.)
- added ability to customize 'bio' key at the profile header;
- 2.1.3 pre-release;
|
2020-01-20 10:39:40 +02:00 |
|
nikitasinelnikov
|
d70e402ab2
|
- added $user_id variable to update profile hooks, for properly callbacks;
|
2019-12-02 11:08:39 +02:00 |
|
nikitasinelnikov
|
31e84f3e11
|
- fixed forms preview by overlay;
- fixed profile submit and wrong $user_id from um_user();
|
2019-11-29 19:08:17 +02:00 |
|