Commit Graph

15 Commits

Author SHA1 Message Date
nikitozzzzzzz ee55c1fa9a - fixed is_admin_screen function; 2018-04-04 16:17:03 +03:00
nikitozzzzzzz 3eca951d07 - fixed class exists operators; 2018-03-26 01:27:46 +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 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz 54016fdaab - 2.0.1 version;
- small code optimization;
- fix for update user profile role change;
2018-02-08 15:27:01 +02:00
Denis Baranov 1d62265544 - fixed nav menus 2018-01-31 18:05:13 +02:00
nikitozzzzzzz 31c3ad62c0 - fixed add/edit UM Forms footer text layout; 2017-11-16 01:43:47 +02:00
nikitozzzzzzz 9d6f6231bd - fixed user update logic;
- checked and optimized um_role() function;
- small changes and fixes for 2.0;
2017-08-31 17:42:01 +03: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 7a1c93cc4c - fixed profile form preview styles; 2017-08-15 17:27:17 +03:00
Champ Camba 92ab044b8a Fix localize admin scripts 2017-08-09 23:03:16 +08:00
nikitozzzzzzz 2b21ebbc7c - FontAwesome new version;
- fixed enqueue backend styles&js;
2017-08-06 21:55:09 +03:00
nikitozzzzzzz b6aff77568 - fixed upload files;
- minified js files and changed enqueue to classic WP logic with DEBUG_SCRIPTS constant;
2017-08-06 19:50:31 +03: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 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