Commit Graph

32 Commits

Author SHA1 Message Date
nikitasinelnikov 127086942a - fixed member directory edit profile button;
- small fixes for password reset;
2019-03-22 14:12:44 +02:00
nikitozzzzzzz 0ca9213dbe - fixed conditional js;
- fixed um_ prefix for role data;
2018-11-09 16:21:34 +02:00
nikitozzzzzzz 75c2469bb2 - small code formatting changes; 2018-09-18 09:43:47 +03:00
nikitozzzzzzz 16356d59a4 - fixed WP Capabilities for Gravity Forms plugin;
- fixed ability to view other users profiles;
2018-08-05 14:30:17 +03:00
nikitozzzzzzz ed564fcf45 - fixed conditional logic;
- fixed roles field notice;
2018-08-03 17:03:17 +03:00
Denis Baranov 6ec8fcc688 fix selecting radio and select roles 2018-06-17 22:49:01 +03:00
nikitozzzzzzz 61684c5707 Merge remote-tracking branch 'remotes/origin/fix/um_user_can_array_value' into release/2.0.18 2018-06-03 20:19:07 +03:00
nikitozzzzzzz 011b6d6013 - fixed roles capabilities for edit and delete users (Profile Page actions); 2018-06-03 17:45:21 +03:00
yura_nalivaiko c2f6148802 fix; 2018-05-29 18:40:53 +03:00
nikitozzzzzzz c26806a881 - fixed native roles, which start from "um_" symbols; 2018-04-23 20:38:06 +03:00
nikitozzzzzzz a97e83c526 - fixed delete user account;
- fixed upgrade scripts;
- fixed tooltip scripts;
2018-04-09 00:45:43 +03:00
nikitozzzzzzz 3eca951d07 - fixed class exists operators; 2018-03-26 01:27:46 +03:00
nikitozzzzzzz 2ce33098b5 - fixed user registration;
- phpDoc;
2018-03-20 13:24:38 +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 1b03923c6b - fixed small notices about array_intersect; 2018-02-19 12:10:54 +02:00
nikitozzzzzzz 7dcfd2bb75 - added some roles getting functions;
- fixed displaying role at profile page;
2018-02-09 10:53:56 +02:00
nikitozzzzzzz 5ac147e41f - fixed roles priority and added functions to work with roles (all|priority|um role);
- fixed um_is_core_page function with WPML;
- added general admin notice when user have old extensions;
- text changes;
2018-02-07 16:44:40 +02:00
nikitozzzzzzz 71a9b3da11 - fixed logout process for WPML;
- added priority to the User Roles;
2018-01-29 00:25:08 +02:00
nikitozzzzzzz 1a754a0a93 - fixed roles wp_capabilities init;
- fixed 2.0 upgrade transfer logic with roles and capabilities;
2018-01-24 21:07:11 +02:00
Champ Camba 9da2a73bb9 Revert remove role duplication issue 2018-01-07 23:29:11 +08:00
Champ Camba c072745179 Add remove role 2018-01-07 23:20:59 +08:00
nikitozzzzzzz 2f773ee070 - added simple function to delete any user's role (custom UM or any other WP); 2018-01-07 23:14:16 +08:00
nikitozzzzzzz b9ecb63cb3 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into fix/wpml_emails_templates
Conflicts:
	includes/um-deprecated-functions.php
	includes/um-short-functions.php
2017-12-19 14:47:47 +02:00
nikitozzzzzzz 0dc68c2313 - fixed deprecated capabilities checking; 2017-12-08 11:58:57 +02:00
nikitozzzzzzz 1be33b1c4a - fixed add/edit user/profile UM section at backend;
- fixed submit of profile/registration page at frontend with user roles;
- fixed notifications about change role;
2017-11-06 15:28:07 +02:00
nikitozzzzzzz 22e43eb32d - fixed set role function (issue #320); 2017-10-13 11:48:48 +03:00
nikitozzzzzzz 495f447b5c - fixed accessible settings and register and password-reset page;
- fixed roles filtration on social registration;
2017-09-10 20:06:00 +03:00
nikitozzzzzzz 9d6f6231bd - fixed user update logic;
- checked and optimized um_role() function;
- small changes and fixes for 2.0;
2017-08-31 17:42: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 8b9320b09f - removed UM prefix before UM custom roles; 2017-07-30 22:54:39 +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