Commit Graph

13 Commits

Author SHA1 Message Date
Denis Baranov 2e619ae995 - fixed required field "image". Does not work check, if you delete the previously uploaded image when you update the profile again 2018-03-02 17:35:42 +02:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
Denis Baranov b7e8009268 - fixed notification if the field label is not set and when a field is required 2018-02-26 11:54:55 +02:00
nikitozzzzzzz 1b03923c6b - fixed small notices about array_intersect; 2018-02-19 12:10:54 +02:00
nikitozzzzzzz 5ac147e41f - fixed roles priority and added functions to work with roles (all|priority|um role);
- fixed um_is_core_page function with WPML;
- added general admin notice when user have old extensions;
- text changes;
2018-02-07 16:44:40 +02:00
nikitozzzzzzz cb0de87668 - added deprecated functions;
- added security ABSPATH checking;
2017-12-18 15:36:04 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz b2a67974bd - hotfix, removed PHP notices and warnings; 2017-10-31 15:49:48 +02:00
nikitozzzzzzz 2921707a65 - fixed integration with User Tags extension (remove some hardcode, changed to hooks);
- fixed 2.0 upgrades for User roles meta data;
- clear/review code;
2017-09-06 09:03:24 +03:00
nikitozzzzzzz b9df5b3758 + 2017-09-04 16:17:52 +03:00
nikitozzzzzzz 1d246e0046 - fixed conditional logic for profile form fields on submit;
- small notices fixes;
2017-09-01 16:39:01 +03: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 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