Commit Graph

47 Commits

Author SHA1 Message Date
andrewshuba 8acf91dc9d fix postmeta when field = 0 2019-02-28 16:11:43 +02:00
nikitasinelnikov 21f266f407 - fixed upload dir on UM upload process for avoid the conflicts; 2019-02-08 11:43:01 +02:00
nikitasinelnikov 8ea3584ff1 - 2.0.34 release; 2018-12-07 10:29:05 +02:00
nikitozzzzzzz 898753cbb9 - fixed "bio" field value on the error submittion; 2018-11-13 09:47:56 +02:00
nikitozzzzzzz 3f9d0b71eb - fixed files download for sites with cache;
- changes in scripts enqueue;
2018-10-23 10:48:55 +03:00
nikitozzzzzzz bb4aff7ee3 - fixed multisite file/image download; 2018-10-04 16:50:47 +03:00
nikitozzzzzzz da74fa7000 - file uploading/downloading fixes; 2018-09-14 14:39:05 +03:00
nikitozzzzzzz b2748d586c - fixed notifier CSS;
- fixed admin forms notice;
2018-08-30 09:24:19 +03:00
nikitozzzzzzz 95d6fe5974 - fixed some users cache; 2018-08-09 11:31:56 +03:00
nikitozzzzzzz fcb8cab209 - deprecated um_before_user_upload, um_after_user_upload;
- fixed issue with deleting old unused files;
- fixed issue with deleting new file after profile upgrade;
2018-08-07 22:22:24 +03:00
nikitozzzzzzz b52d61a05b - fixed file uploading process; 2018-08-07 18:05:13 +03:00
Champ Camba fad46ea012 Initial File and Image Uploader 2018-07-31 01:35:15 +08:00
nikitozzzzzzz edd59fb894 Merge branch 'fix/can_view_tab' of https://github.com/ultimatemember/ultimatemember into release/2.0.18 2018-06-07 12:42:01 +03:00
nikitozzzzzzz 53ada5c443 - fixed profile tab privacy;
- code reviewed;
2018-06-07 12:40:41 +03:00
nikitozzzzzzz 011b6d6013 - fixed roles capabilities for edit and delete users (Profile Page actions); 2018-06-03 17:45:21 +03:00
nikitozzzzzzz 23f693b93a Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into allow_roles_edit_and_delete_members 2018-05-31 11:36:30 +03:00
Denis Baranov 7977d69c5d fix allow roles edit and delete members 2018-05-31 08:28:27 +03:00
nikitozzzzzzz efe91cff2a - fixed profile tabs displaying on desktop/mobile; 2018-05-29 22:24:37 +03:00
nikitozzzzzzz 0ed407e0bc Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into fix/password_field 2018-05-14 11:44:28 +03:00
nikitozzzzzzz 03c47ebc45 - fixed checkboxes with "'" symbols in label;
- fixed User page restriction options;
2018-05-03 16:20:46 +03:00
yura_nalivaiko e49197e588 - changes with avatar; 2018-05-01 10:21:19 +03:00
nikitozzzzzzz 9fff9597c9 - password field initial commit; 2018-04-20 14:28:43 +03:00
nikitozzzzzzz cf0df38d81 - fixed js error; 2018-04-19 09:31:04 +03:00
yura_nalivaiko b099a04aa0 - added hook for friend button; 2018-04-10 10:47:49 +03:00
nikitozzzzzzz 2ce33098b5 - fixed user registration;
- phpDoc;
2018-03-20 13:24:38 +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
nikitozzzzzzz 67aacd1b11 - fixed issues ( escape inside tag otherwise it breaks code #388 ); 2018-03-11 23:25:38 +02:00
nikitozzzzzzz 8aaf1fe6a6 - fixed conditional logic issues; 2018-03-11 22:58:41 +02:00
nikitozzzzzzz f068bf81e4 - fixed view permissions at member directory issue #384 2018-03-11 16:04:43 +02:00
nikitozzzzzzz 179fc36ebf - fixed user permalinks for profile page; 2018-03-07 10:58:58 +02:00
nikitozzzzzzz 12891ff743 - hook docs; 2018-03-05 16:35:51 +02:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz cbf06f5835 - fixed bbPress restrict content message on forums;
- fixed issues with permalinks (issue #375);
- fixed replacing placeholders in [show_content_for_role] shortcode;
2018-02-18 13:27:46 +02:00
nikitozzzzzzz 54016fdaab - 2.0.1 version;
- small code optimization;
- fix for update user profile role change;
2018-02-08 15:27:01 +02:00
nikitozzzzzzz ef9c06185b - fixed access issues with restriction content + rolled back feature with unselected checkboxes access for all logged in users;
- fixed vulnerability on user profile update;
- small changes;
2017-12-19 12:38:00 +02:00
nikitozzzzzzz cb0de87668 - added deprecated functions;
- added security ABSPATH checking;
2017-12-18 15:36:04 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz b2a67974bd - hotfix, removed PHP notices and warnings; 2017-10-31 15:49:48 +02: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 1d246e0046 - fixed conditional logic for profile form fields on submit;
- small notices fixes;
2017-09-01 16:39:01 +03:00
nikitozzzzzzz 026b783a24 - fixed default avatar URL for sites at subfolder;
- user registration optimization (removed edit profile handlers on user registration);
- fixed "can edit" checkbox at Forms add field modal window;
2017-08-31 15:05:27 +03:00
nikitozzzzzzz 8cc7934b0e - fixed profile menu for extension's integration; 2017-08-15 16:34:44 +03:00
nikitozzzzzzz e03b16adac - fixed integration with core and another extensions (removed class_exists checking); 2017-08-14 17:24:38 +03:00
nikitozzzzzzz 6c9668c0cb - fixed encoding if not installed mbstring PHP library;
- some texts changes;
- some fixes on first install and forms metaboxes;
2017-08-03 10:52:40 +03:00
nikitozzzzzzz a0eca5f350 - removed "About" page;
- added tooltips to Profile menu;
- some fixes;
2017-07-28 13:33:14 +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