Commit Graph

18 Commits

Author SHA1 Message Date
nikitasinelnikov 572f47033f - 2.0.49 release; 2019-05-29 18:51:22 +03:00
andrewshuba 7812103851 separate placeholders into filters 2019-05-06 17:22:57 +03:00
nikitasinelnikov 3383c69e2d - code formatting; 2018-12-07 15:07:50 +02:00
nikitozzzzzzz 0ceab69793 - added nonce fields; 2018-11-21 14:01:18 +02:00
denisbaranov 449cba3190 fix method 'can_view_tab' 2018-11-20 15:50:42 +02:00
nikitozzzzzzz 202bf57c53 - fixed small notices; 2018-09-27 23:30:34 +03:00
nikitozzzzzzz 53ada5c443 - fixed profile tab privacy;
- code reviewed;
2018-06-07 12:40:41 +03:00
dbaranov c38f094557 Fix method Profile->can_view_tab() 2018-06-01 10:37:57 +03:00
yura_nalivaiko 7aed3486f1 - fixed fetch user in tabs; 2018-05-23 09:54:54 +03:00
yura_nalivaiko d6d3a0af07 - fixed problem with tabs; 2018-05-18 10:20:21 +03:00
nikitozzzzzzz 3eca951d07 - fixed class exists operators; 2018-03-26 01:27:46 +03:00
nikitozzzzzzz 2ce33098b5 - fixed user registration;
- phpDoc;
2018-03-20 13:24:38 +02: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 9069c9f17e - small notices fixed; 2018-02-23 15:16:19 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz ba02dd61fc - fixed issue #346 with encode Biography field; 2017-12-07 18:42:14 +02: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