Commit Graph

19 Commits

Author SHA1 Message Date
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 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 0e5dcd91b4 - fixed additional slashes in the role titles; 2020-08-26 23:47:26 +03: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
nikitozzzzzzz da43ae19ae - fixed asc_attr(); 2018-09-07 15:30:37 +03:00
nikitozzzzzzz c6a00afa9a - remove cache on upgrade user role;
- removed deprecated functions-
- text changes;
2018-04-05 14:38:20 +03:00
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +02:00
nikitozzzzzzz 12891ff743 - hook docs; 2018-03-05 16:35:51 +02:00
nikitozzzzzzz 810bd07244 - fixed role keys for no-UTF8 titles; 2018-02-12 15:37:58 +02: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