Commit Graph

68 Commits

Author SHA1 Message Date
nikitozzzzzzz 7c63c20224 - fixed menu items compatibility and integration; 2017-12-14 11:12:15 +02:00
nikitozzzzzzz a6ddfde2d5 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into dev/forms_optimizing
Conflicts:
	includes/admin/core/class-admin-settings.php
2017-12-12 21:24:00 +02:00
nikitozzzzzzz 96c1aaf05a - options optimization; 2017-12-12 11:13:02 +02:00
Champ Camba 0f79100d4c Fix license keys settings 2017-12-11 21:54:10 +08:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz 9e4a0b5309 - removed redundant data; 2017-12-10 16:32:12 +02:00
Champ Camba 3abe1ee0fa Add license keys notice for inactive and unauthorised site activation 2017-12-07 15:03:54 +08:00
nikitozzzzzzz d3990feb4c - fixed issue #321; 2017-11-16 00:37:32 +02:00
nikitozzzzzzz ef653c29d3 - small notices fixes;
- fixed issue #344;
2017-11-14 12:36:44 +02:00
nikitozzzzzzz 90c2063dbf - fixed allow tracking option;
- fixed hide wp-admin bar;
2017-11-02 18:13:50 +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 502231671b - new Email Templates logic with save template to Theme(Child Theme);
- small fixes;
2017-08-29 15:01:29 +03:00
nikitozzzzzzz e03b16adac - fixed integration with core and another extensions (removed class_exists checking); 2017-08-14 17:24:38 +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 3b4da87930 - fixed saving empty value to multi texts fields; 2017-07-31 23:44:29 +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
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