Commit Graph

12 Commits

Author SHA1 Message Date
andrewshuba 16ec637483 add condition logic and/or in admin, fix logic in front, fix condition required fields in edit profile 2018-10-17 13:56:44 +03:00
nikitozzzzzzz 91f2e95732 - fixed colorpicker; 2018-09-06 17:53:08 +03:00
nikitozzzzzzz 6e0836a4f8 - wp native ajax fix 2018-08-15 13:24:22 +03:00
nikitozzzzzzz a776ff27bf - fixed full version scripts; 2018-07-05 09:28:06 +03:00
nikitozzzzzzz 3314ea50a6 - remove comments; 2018-07-03 15:55:24 +03:00
Denis Baranov 0e6f5d0e2d fix problem with save 2018-07-03 13:29:40 +03:00
Denis Baranov 804984e587 code refactor 2018-06-05 15:39:18 +03:00
Denis Baranov 3b4d28117f Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2018-03-09 14:01:47 +02:00
Denis Baranov 182616864b -fixed ajax field "content block" in form builder 2018-03-09 13:59:02 +02:00
nikitozzzzzzz 94ae70941a - fixed Icon selector JS; 2018-03-09 10:42:08 +02:00
nikitozzzzzzz 1bc03392b7 - fixed init tooltips at modal windows; 2017-07-28 14:24:58 +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