Commit Graph

109 Commits

Author SHA1 Message Date
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
nikitasinelnikov 774ac88c74 - fixed fields privacy, editable and visibility attributes;
- fixed Verified Users license slug;
2019-11-18 17:01:40 +02:00
nikitasinelnikov 8675bbcf2c - fixed notice for fields without label on member directory;
- fixed issue with default values for select, multiselect, radio and checkbox fields;
2019-10-23 17:20:01 +03:00
nikitasinelnikov c81c52dda5 - added ability to set cover/avatar size from predefined sizes in Ultimate Member -> Settings -> General -> Uploads; 2019-10-10 17:22:24 +03:00
Champ Camba 1c6fd98a43 Additional parameter 'user_id' to action hook um_user_after_updating_profile 2019-08-25 20:58:16 +08:00
nikitasinelnikov 11ec47d488 Merge remote-tracking branch 'remotes/origin/fix/default_buttons_text' 2019-08-14 11:15:21 +03:00
andrewshuba 9374b7e2cb - fix default buttons text
- show default button text if filed value is empty
2019-08-09 14:56:27 +03:00
denisbaranov 77b7dd9429 Issue: Undefined Index error on divider element in um-actions-profile.php,
Link: https://secure.helpscout.net/conversation/924073619/32732?folderId=1651531
2019-08-09 09:35:25 +03:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
nikitasinelnikov 954dfa7fc5 - fixed Edit Profile mode;
- added esc functions;
- added Unsplash extension;
- added new conditional setting for admin forms;
2019-08-01 14:23:13 +03:00
Champ Camba b5c12c5545 Add new filter to modify home URL
Allows to change the home/landing page URL when viewing restricted pages instead of permanently set the redirection to the default home page
2019-07-24 20:06:08 +08:00
nikitasinelnikov ceb2d38988 - profile tabs changes; 2019-07-19 15:41:10 +03:00
nikitasinelnikov e76e416ae9 - fixed profile tabs nav bar visibility; 2019-07-16 15:14:58 +03:00
nikitasinelnikov d95001359c Merge remote-tracking branch 'remotes/origin/feature/option__Profile_Photo_Uploader'
# Conflicts:
#	includes/admin/core/class-admin-settings.php
2019-07-16 14:51:14 +03:00
nikitasinelnikov b5f4cd723e - code review; 2019-07-16 14:35:57 +03:00
nikitasinelnikov 77a98acc2f Merge remote-tracking branch 'remotes/origin/fix/custom_callback_function_for_multi-select_select_type_field' 2019-07-16 14:26:34 +03:00
nikitasinelnikov 7bc90bf58a - formatting fixes; 2019-07-16 14:14:07 +03:00
denisbaranov bdd191d4fd fix stripslashes warning 2019-07-12 14:00:12 +03:00
nikitasinelnikov 17acd0eb82 - xss security fix; 2019-07-11 18:50:41 +03:00
denisbaranov 5c71255d66 Add option to Switch on/off the profile photo uploader 2019-06-04 19:21:36 +03:00
Champ Camba 4d53a629a0 Add filter hooks to populate dropdown options alternative to callback function 2019-06-03 01:20:31 +08:00
denisbaranov d948f1d7f5 the issue with the options from custom callback function for multi-select/select type field (Telegram, May 30) 2019-05-30 18:59:03 +03:00
nikitasinelnikov 572f47033f - 2.0.49 release; 2019-05-29 18:51:22 +03:00
nikitasinelnikov 881b131060 - fixed displaying cover image for 3rd party integration; 2019-05-15 12:30:14 +03:00