Commit Graph

14 Commits

Author SHA1 Message Date
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz ef9c06185b - fixed access issues with restriction content + rolled back feature with unselected checkboxes access for all logged in users;
- fixed vulnerability on user profile update;
- small changes;
2017-12-19 12:38:00 +02:00
nikitozzzzzzz 0aacb5504f - added info text field; 2017-12-18 15:16:14 +02:00
nikitozzzzzzz 96c1aaf05a - options optimization; 2017-12-12 11:13:02 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz e8c0aa7536 - fixed asc attr for wp_editor field (issue #318); 2017-10-13 11:41:47 +03:00
nikitozzzzzzz a714be2d5c commit by denisbaranov:
- fixed conditional logic in form;
- fixed prohibition on editing a field (Form->field->Can user edit this field?);
- fixed cleaning on XSS injection;
- fixed addition "wp_unslash" and "esc_attr" in the "Admin_Forms" class method "render_form_row";
2017-10-03 16:29:04 +03:00
nikitozzzzzzz de3355e059 - fixed activation at multisite (issue #319);
- small notices fixes;
2017-09-14 17:39:26 +03:00
nikitozzzzzzz 2c56b9c1f4 - private content compatibility added; 2017-09-14 17:12:08 +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 f32d37c09e - small notices fixed; 2017-08-22 14:54:03 +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
Champ Camba 1db8a9ae3a Remove notices 2017-07-27 19:22:37 +08: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