Commit Graph

13 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 cbf06f5835 - fixed bbPress restrict content message on forums;
- fixed issues with permalinks (issue #375);
- fixed replacing placeholders in [show_content_for_role] shortcode;
2018-02-18 13:27:46 +02:00
Denis Baranov 092be40448 - formatted code 2018-02-13 11:28:54 +02:00
Denis Baranov 8fa0561e20 - fixed user profile url slug name 2018-02-13 11:23:17 +02:00
nikitozzzzzzz 7a93ed0138 - code reviewed; 2018-02-12 16:27:34 +02:00
Denis Baranov 7bdc82ef4a -fixed formated code 2018-02-12 15:37:10 +02:00
Denis Baranov 4d9ba51afe - fixed unique address of the user's link 2018-02-12 13:31:54 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
Denis Baranov 545804f4b3 - fixed generated profile permalink base. 2017-11-30 16:27:30 +02:00
Denis Baranov 17906e5485 - fixed generated profile permalink base. 2017-11-27 12:44:21 +02:00
nikitozzzzzzz 824da3f036 - fixed allowed memory size on multisites; 2017-11-14 17:50:37 +02:00
nikitozzzzzzz de3355e059 - fixed activation at multisite (issue #319);
- small notices fixes;
2017-09-14 17:39:26 +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