Commit Graph

22 Commits

Author SHA1 Message Date
nikitasinelnikov 5af560e4c9 - fixed enqueue; 2019-04-18 16:28:15 +03:00
nikitasinelnikov c3b308f0e7 - added default values for date/time picker;
- fixed theme upgrader;
2019-04-16 00:57:27 +03:00
nikitasinelnikov 2203007194 - fixed tinyMCE editor;
- fixed Live Preview;
2018-12-13 17:47:01 +02:00
nikitasinelnikov 748a82baf3 - fixed live preview in Form Builder; 2018-12-13 14:57:56 +02:00
nikitasinelnikov 479bec1809 - 2.0.35 release;
- fixed JS enqueue;
2018-12-09 15:48:17 +02:00
nikitasinelnikov 141305c746 - recover 2.0.34 2018-12-05 10:50:08 +02:00
Yurii Nalivaiko a32ddcd13b Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2018-11-22 14:04:18 +02:00
nikitozzzzzzz 0ceab69793 - added nonce fields; 2018-11-21 14:01:18 +02:00
andrewshuba 97b712a4d2 style and/or conditions. fix reset all fields. fix bug add 2 fields 2018-10-31 14:55:33 +02:00
andrewshuba 1725444b02 remove value field if empty/not empty
remove conditional logic if there aren't any fields in forms
remove conditions for field from other forms
2018-10-29 14:38:37 +02:00
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