Commit Graph

36 Commits

Author SHA1 Message Date
yuriinalivaiko d20adc7cb3 - fixed a conflict with the bootstrap.min.js script in admin modal 2023-08-15 17:34:43 +03:00
Mykyta Synelnikov 1f3ebdcdd0 - reviewed #1275;
- fixed #1274;
2023-08-11 11:57:43 +03:00
Mykyta Synelnikov 7267c08527 - fixed JS error when modal is opened with User Info; 2023-07-13 13:53:15 +03:00
Mykyta Synelnikov 00fad2390d - fixed not-closed tooltip issue; 2023-07-12 17:09:23 +03:00
Mykyta Synelnikov fc038cdb9f - fixed not-closed tooltip issue; 2023-07-12 16:41:54 +03:00
nikitasinelnikov 219cde7776 - fixed modal window layout;
- added filter for avatar size on the member directory;
2020-12-04 16:52:17 +02:00
nikitasinelnikov 9698241362 - fixed some styles;
- fixed modal fonticons close;
- fixed vulnerability with sanitizing $_POST;
2020-02-14 11:54:12 +02:00
nikitasinelnikov 067f0d6a78 Fixed issues with "key => value" fields (dropdown + multiselect) if 'um_select_options_pair' filter is used;
Added JS filters to member directory functionality;
2020-02-06 14:54:13 +02:00
denisbaranov dcb14f4e05 TODO: fix JS errors 2020-01-31 18:25:20 +02:00
nikitasinelnikov ba96d28b50 - added integration with Profile Tabs;
- added ignore show after search/filtering option via JS hook (fixed User Tags);
2019-12-10 17:50:56 +02:00
nikitasinelnikov 31e84f3e11 - fixed forms preview by overlay;
- fixed profile submit and wrong $user_id from um_user();
2019-11-29 19:08:17 +02:00
nikitasinelnikov 78c8a57ea7 - fixed preview of the Profile form; 2019-10-23 17:40:35 +03:00
nikitasinelnikov 627bbb0fae - fixed issue with avatars/cover photos upload without crop; 2019-10-21 23:39:19 +03:00
Champ Camba 67066f3bfd Add form_mode to ajax request headers in form builder 2019-08-31 19:53:51 +08:00
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