Commit Graph

215 Commits

Author SHA1 Message Date
yura_nalivaiko f11a62ad30 fix 2018-05-01 15:04:55 +03:00
nikitozzzzzzz cbb9287534 - 2.0.12 release; 2018-04-30 21:07:55 +03:00
Champ Camba b93d81bb30 update minified script 2018-04-30 16:39:58 +08:00
nikitozzzzzzz 7a72b00129 - fixed JS hide social links; 2018-04-26 14:37:16 +03:00
Champ Camba 64e5e564bf Update minified script 2018-04-19 00:40:59 +08:00
yura_nalivaiko eef19e52ca - fixed cover photo upload; 2018-04-18 14:59:14 +03:00
Champ Camba 054d0be9ba Update minified scripts 2018-04-09 17:05:28 +08:00
nikitozzzzzzz c990cf7adf - fixed click handler for disabled buttons (File/Image upload); 2018-03-28 11:48:34 +03:00
Champ Camba c991c6ac2d Minify updated scripts 2018-03-24 22:36:12 +08:00
yura_nalivaiko 54d1237646 - fixed datepicker selectbox clear; 2018-03-23 11:10:47 +02:00
nikitozzzzzzz 8e348e084e - conditional logic fixed;
- some code optimization and documentation;
- fixed conflict with WP Fusion;
2018-03-16 09:37:19 +02:00
Champ Camba d9f5d2801a Update minified scripts 2018-03-12 20:56:57 +08:00
nikitozzzzzzz 33397c4b1d - added fix for ( overflow for cover image #391 ); 2018-03-11 23:13:11 +02:00
nikitozzzzzzz 8aaf1fe6a6 - fixed conditional logic issues; 2018-03-11 22:58:41 +02:00
Champ Camba a71e9bae10 Update minified scripts 2018-01-31 22:18:26 +08:00
nikitozzzzzzz 58e4225647 - fixed jQuery.browser issue (issue #377) by @leolabs; 2018-01-30 14:58:32 +02:00
nikitozzzzzzz fa288dbe0b - fixed conflicts with raty JS plugin;
- fixed members directory and meta section visibility;
2018-01-29 17:10:02 +02:00
Denis Baranov 6a4e482923 - fixed emotion in member directory tagline 2018-01-26 17:16:49 +02:00
Denis Baranov 03c65a8291 - fixed RTL styles 2018-01-12 11:07:15 +02:00
Champ Camba 47bb4fea61 Update minified scripts 2017-12-21 21:15:38 +08:00
nikitozzzzzzz 8d7816267c - small fix for multiselect conditional logic; 2017-12-20 12:34:11 +02:00
Denis Baranov c01d22d61b - fixed "add friend" button not working in desktop view for logged out users.
- fixed members directory template.
- fixed Content Restriction transfer
2017-11-20 12:38:48 +02:00
nikitozzzzzzz 49630893ce Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0 2017-11-06 15:28:17 +02:00
Champ Camba 2d00af2d85 Add parent option name in child option callback as reference 2017-11-04 16:36:15 +08:00
Champ Camba fbfbf58ad2 Fix show/hide conditional fields for IE browser 2017-11-01 20:05:10 +08:00
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