Commit Graph

24 Commits

Author SHA1 Message Date
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +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 f4d1251220 - small fixes for language url function; 2018-02-19 00:22:34 +02:00
nikitozzzzzzz 9546ac0a6c - text changes;
- fixed issue with WPML;
2018-02-08 09:42:03 +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 2223d07031 - fixed register post types on activation process (conflicts with some plugins); 2018-01-30 17:00:27 +02:00
nikitozzzzzzz 15daabf565 - optimized class.shortcodes;
- fixed notices (issue #366);
2018-01-30 16:24:20 +02:00
nikitozzzzzzz f861de65a8 - made external integrations class; 2017-12-19 14:44:06 +02:00
nikitozzzzzzz 7c63c20224 - fixed menu items compatibility and integration; 2017-12-14 11:12:15 +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 7440a16eda - renamed mobile detect class (removed conflict); 2017-11-16 00:32:36 +02:00
yura_nalivaiko e664c328d0 - fixed autoloader; 2017-11-13 16:18:56 +02:00
nikitozzzzzzz cfbdb688fe - fixed email notifications integration;
- fixed small notices;
2017-11-12 15:55:43 +02:00
nikitozzzzzzz d266885384 - user locations feature; 2017-10-23 14:38:24 +03:00
nikitozzzzzzz 2c56b9c1f4 - private content compatibility added; 2017-09-14 17:12:08 +03:00
nikitozzzzzzz c9c68361b7 - plugin updater class for extensions; 2017-09-11 18:05:42 +03:00
nikitozzzzzzz 7a604e956a - fixed membersgrid edit profile button; 2017-08-16 12:59:55 +03:00
nikitozzzzzzz af191ee149 - optimized account page;
- optimized code of shortcodes/password/account classes;
- fixed some enqueue scripts issues;
2017-08-11 14:21:42 +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 404f1aef93 - fixed show avatars on first install (fixed by Mansur); 2017-08-01 17:30:36 +03:00
nikitozzzzzzz a0eca5f350 - removed "About" page;
- added tooltips to Profile menu;
- some fixes;
2017-07-28 13:33:14 +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