Commit Graph

19 Commits

Author SHA1 Message Date
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 8f60eef636 - email templates message 2019-04-10 11:45:45 +03:00
nikitozzzzzzz 614fe50a60 - fixed hidden input by esc_attr; 2018-07-13 11:35:49 +03: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 12891ff743 - hook docs; 2018-03-05 16:35:51 +02:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz 71a9b3da11 - fixed logout process for WPML;
- added priority to the User Roles;
2018-01-29 00:25:08 +02:00
nikitozzzzzzz 489cf3cc1a - fixed deleting UM roles; 2017-12-22 16:48:55 +02:00
nikitozzzzzzz 98e2618e90 - code reviewed created external integrations class (for 3-d party plugins/themes integrations); 2017-12-20 10:58:39 +02:00
nikitozzzzzzz f861de65a8 - made external integrations class; 2017-12-19 14:44:06 +02:00
Denis Baranov b0576e0b19 - add column "icl_translations" to UM_Emails_List_Table 2017-12-19 11:56:42 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz 375ba106db - fixed pagination at roles page; 2017-12-10 10:13:16 +02:00
nikitozzzzzzz b6e39844af - fixed email notifications status at list table; 2017-11-16 12:19:05 +02:00
nikitozzzzzzz 7d45a0a229 - fixed issue with deleting custom roles; 2017-11-16 01:07:08 +02:00
nikitozzzzzzz e059e78c91 - fixed roles table;
- added onleave event to settings page;
- added install info to settings tab;
2017-07-31 16:56: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