Commit Graph

190 Commits

Author SHA1 Message Date
nikitozzzzzzz a714be2d5c commit by denisbaranov:
- fixed conditional logic in form;
- fixed prohibition on editing a field (Form->field->Can user edit this field?);
- fixed cleaning on XSS injection;
- fixed addition "wp_unslash" and "esc_attr" in the "Admin_Forms" class method "render_form_row";
2017-10-03 16:29:04 +03:00
nikitozzzzzzz 92336d76d8 - fixed registration process;
- fixed tooltips for profile menu;
- changed readme.txt;
2017-09-18 14:44:40 +03:00
nikitozzzzzzz c79e76ad25 - fixed conditional logic with not selected default radio button; 2017-09-11 17:03:16 +03:00
Champ Camba f1834b0017 Update functions script minified version 2017-09-03 21:10:14 +08:00
nikitozzzzzzz a1bb992c3b - fixed conditional logic (by Denis), code reviewed; 2017-08-16 17:06:50 +03:00
nikitozzzzzzz 7a604e956a - fixed membersgrid edit profile button; 2017-08-16 12:59:55 +03:00
nikitozzzzzzz e03b16adac - fixed integration with core and another extensions (removed class_exists checking); 2017-08-14 17:24:38 +03:00
Champ Camba e5badabece Add function to select field options 2017-08-11 19:26:27 +08:00
nikitozzzzzzz 2b21ebbc7c - FontAwesome new version;
- fixed enqueue backend styles&js;
2017-08-06 21:55:09 +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 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
Champ Camba a420e09549 Fix conditional logic script error 2017-07-20 22:41:22 +08:00
Champ Camba 0e4a21a1bd Fix conditional logic fields 2017-07-17 23:43:11 +08:00
Champ Camba 9e768561ad Add recaptcha support and submit button id 2017-07-08 00:23:17 +08:00
Champ Camba e29d31d13f Fix file clean up with image/file fields on profile update 2017-06-14 16:03:11 +08:00
Champ Camba f3acef90ac Fix conditional logic with radio and checkbox fields 2017-06-09 21:59:50 +08:00
Champ Camba ea87899031 update minified script version 2017-06-08 20:18:24 +08:00
denisbaranov 2294a815fb Fixed double click for android device 2017-06-08 14:43:42 +03:00
Champ Camba 388cec866b Fix conditional logic fields 2017-06-02 21:57:42 +08:00
Champ Camba 4cb3f12c68 Fix double click submission in UM forms 2017-05-14 17:53:40 +08:00
Champ Camba c7da367044 Fix double click submission in registration form 2017-05-04 21:47:36 +08:00
Champ Camba 4e8229821e Move conditional field functions to related file 2017-04-26 22:17:07 +08:00
Champ Camba 739aaa4255 Fix conditional logic 'content block' field 2017-04-21 23:20:50 +08:00
Champ Camba c6e7a1d092 Fix conditional logic fields flickering issue 2017-04-16 22:54:19 +08:00
Champ Camba 38830d9efa Update minified script 2017-04-13 00:12:45 +08:00
Champ Camba 11b146ff40 refactor conditional logic fields 2017-04-13 00:12:15 +08:00
Champ Camba 5b23ec5417 Fix conditional fields 2017-04-05 12:33:57 +08:00
nikitasinelnikov fdf7d1a615 styles for .um-popup 2017-04-03 17:19:04 +03:00
nikitasinelnikov 28abb5acc6 styles for .um-popup 2017-04-03 17:18:39 +03:00
Champ Camba 404ba31e01 Fix color of radio and checbox disabled fields on active state 2017-03-08 18:38:16 +08:00
Champ Camba e80077bdd9 Fix field icons display 2017-02-15 13:27:22 +08:00
Champ Camba 809da7768e Fix dynamic CSS options in member directory 2017-02-12 20:26:48 +08:00
Champ Camba a5c212c790 Remove pointer cursor from field areas in profile view mode 2017-02-10 09:34:07 +08:00
Champ Camba b68eaf6bb1 Fix user deletion on mobile browsers 2017-01-16 15:46:26 +08:00
Champ Camba 0328988b54 Add confirmation on user deletion 2017-01-13 17:15:38 +08:00
Champ Camba 2266f57b8c Add main profile dynamic text color 2016-12-21 20:58:42 +08:00
Champ Camba 4fd9e852ef Fix datepicker active field highlighter 2016-12-13 16:29:32 +08:00
Champ Camba 2d934fbb9c Update minified js 2016-11-14 16:34:45 +08:00
Champ Camba 6ab8b3dc57 Fix child options cache 2016-11-13 20:11:27 +08:00
Champ Camba 790f0d8a02 Fix options cache 2016-11-13 13:14:35 +08:00
Champ Camba 3866aeced8 Adds parent select field option to dynamically populate child select fields 2016-11-11 23:04:51 +08:00
champsupertramp a66407f4d6 Fix select field search 2016-07-22 18:34:10 +08:00
champsupertramp ecdb9ceaf8 Fix change password 2016-06-23 13:45:26 +08:00
champsupertramp 4b33e56230 Fix image modal and cropper 2016-06-19 23:46:34 +08:00
champsupertramp ddc3ce8264 Fix modal style 2016-06-18 14:12:04 +08:00
champsupertramp 4bcfafe640 Fix image cropper and modal 2016-06-18 13:56:36 +08:00
champsupertramp 07b3e71528 Fix upload form with nonce 2016-06-17 11:39:04 +08:00
champsupertramp cc6382c7f5 Update minified core script 2016-06-12 07:18:55 +08:00
champsupertramp 30c997faf4 Fix select field multiple select 2016-06-12 07:18:09 +08:00
champsupertramp 8a69c95e7c Fix upload image cropper 2016-06-10 22:07:57 +08:00