Commit Graph

42 Commits

Author SHA1 Message Date
Mykyta Synelnikov e1f550afb5 - changed "e-mail" to "email";
- changed texts for admin notices;
- added a few links to docs;
2024-02-16 15:12:21 +02:00
Mykyta Synelnikov f814faf239 - fixed tooltip; 2024-02-14 15:25:33 +02:00
Mykyta Synelnikov 336e807a50 - added comments; 2023-06-08 13:52:11 +03:00
ashubawork f2e49490d9 - add a hook for role save 2023-06-05 19:25:57 +03:00
yuriinalivaiko 2a184cbe68 - fixed role setting "Avoid indexing profile by search engines" 2023-02-24 16:08:16 +02:00
Nikita Sinelnikov 641f2c5a74 - fixed restriction logic cases;
- fixed conditions for the restriction logic options;
2021-09-14 18:21:41 +03:00
yuriinalivaiko cf4bfac55b -fixed role ID regexp 2021-09-13 17:35:59 +03:00
Nikita Sinelnikov a7b9a03db7 - fixed role list-table + role edit screen for invalid role keys; 2021-09-13 17:02:16 +03:00
Nikita Sinelnikov 07e664be80 - intermediate results with sanitizing form handlers; 2021-06-29 02:51:54 +03:00
Nikita Sinelnikov ac4f42aef3 - added sanitizing of the role meta; 2021-06-17 00:57:25 +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 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 c112f02743 - added WP Users restrictions by UM Roles settings;
- added new extensions to the list;
2020-08-31 18:05:54 +03:00
nikitasinelnikov 0e5dcd91b4 - fixed additional slashes in the role titles; 2020-08-26 23:47:26 +03:00
nikitasinelnikov f31d283eae - added string translation; 2020-04-09 16:22:53 +03:00
nikitasinelnikov 0aab9853d9 - sanitizing variables in wp-admin classes; 2020-02-28 15:51:45 +02:00
nikitasinelnikov 2d36eaea36 - fixed member directory scripts enqueue;
- added integration with User Location extension;
- sanitize $_GET variables in wp-admin side;
2020-02-12 12:36:47 +02:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
nikitasinelnikov 1caf85bf31 - fixed licenses validation;
- fixed no-UM custom roles update;
2019-07-17 12:44:39 +03:00
nikitasinelnikov 17acd0eb82 - xss security fix; 2019-07-11 18:50:41 +03:00
nikitasinelnikov bd3ec79461 - bugfix for roles secutiry; 2019-07-09 18:41:40 +03:00
Champ Camba 586132e9d3 Add translatable dynamic strings in register form notices 2019-02-07 20:56:07 +08:00
nikitozzzzzzz da43ae19ae - fixed asc_attr(); 2018-09-07 15:30:37 +03:00
nikitozzzzzzz 16356d59a4 - fixed WP Capabilities for Gravity Forms plugin;
- fixed ability to view other users profiles;
2018-08-05 14:30:17 +03:00
nikitozzzzzzz c6a00afa9a - remove cache on upgrade user role;
- removed deprecated functions-
- text changes;
2018-04-05 14:38:20 +03:00
nikitozzzzzzz cf0f7b1d10 - added filter for the integration with email notification's content;
- fixed homepage User Role setting;
2018-03-25 20:44:54 +03:00
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +02:00
nikitozzzzzzz 8e348e084e - conditional logic fixed;
- some code optimization and documentation;
- fixed conflict with WP Fusion;
2018-03-16 09:37:19 +02:00
nikitozzzzzzz 6f97449626 - fixed force hiding adminbar wp-admin setting; 2018-03-06 16:49:23 +02:00
nikitozzzzzzz 12891ff743 - hook docs; 2018-03-05 16:35:51 +02:00
nikitozzzzzzz 7bd09d77c4 - fixed default values on Add User Role;
- fixed some PHP notices;
2018-02-20 17:19:30 +02:00
nikitozzzzzzz 810bd07244 - fixed role keys for no-UTF8 titles; 2018-02-12 15:37:58 +02:00
nikitozzzzzzz 71a9b3da11 - fixed logout process for WPML;
- added priority to the User Roles;
2018-01-29 00:25:08 +02:00
nikitozzzzzzz 519372cb33 - added "Check/Uncheck All" WP Capabilities to Add/Edit User Role form; 2018-01-18 09:23:17 +02:00
nikitozzzzzzz 9e4a0b5309 - removed redundant data; 2017-12-10 16:32:12 +02:00
nikitozzzzzzz 502231671b - new Email Templates logic with save template to Theme(Child Theme);
- small fixes;
2017-08-29 15:01:29 +03:00
nikitozzzzzzz 1ba933a2fd - set default "read" for UM custom roles; 2017-07-31 11:46:16 +03:00
nikitozzzzzzz 8b9320b09f - removed UM prefix before UM custom roles; 2017-07-30 22:54:39 +03:00
nikitozzzzzzz 9e53314c3a !!! IMPORTANT 2.0 version before upgrade please run full backup of your site !!!
- new code structure, optimized for next development;
  - created spl_autoloader for remove includes;
  - UM classes with namespaces;
  - deprecated global $ultimatemember; variable (use UM() instead);
- new UM/WP roles logic;
- new settings class and logic (deprecated Redux framework, deprecated some old options, added some new options);
- new dependencies class for extensions;
- WP native styles for backend fields;
- new upgrades and license activations for extensions;
- new logic form backend forms and fields;
- created uninstall.php file for delete permanently all UM settings;
- optimized registration/upgrade profile process;

Deprecated Hooks:

um_new_user_registration_plain
um_user_registration_extra_hook
um_add_user_frontend
um_post_registration_global_hook
um_admin_extend_directory_options_general (was action...will be filter)
2017-07-26 14:57:52 +03:00