Commit Graph

43 Commits

Author SHA1 Message Date
nikitasinelnikov d577108707 - fixed field's privacy settings on the profile page when view mode;
- fixed "Edit" button visibility in the member directory grid;
2021-04-07 02:43:33 +03:00
nikitasinelnikov a4a954b7e6 - fixed fields validation based on field's privacy settings; 2021-04-06 12:30:33 +03:00
nikitasinelnikov ba291a6bfe - fixed PHP notices/warnings; 2020-12-16 14:46:38 +02:00
nikitasinelnikov 5afebdd786 - Added: Ability for the integration with Gutenberg Block restriction settings (extends the block restriction settings via 3rd-party plugins);
- Added: Invalid nonce validation on Login and Registration pages instead of wp_die()
2020-12-04 03:54:59 +02:00
nikitasinelnikov 6a5396106a - added profile form nonce; 2020-09-29 15:40:20 +03:00
nikitasinelnikov 88c3720106 - fixed member directory sorting;
- fixed member directory list dropdown init after changing view type;
- fixed registration form;
2020-07-14 04:21:03 +03:00
nikitasinelnikov db2bc4a855 - fixed using HTML in textarea validation; 2020-07-09 15:00:01 +03:00
nikitasinelnikov 421f22fe3f - PHP fixes;
- fixed profile form duplicates, show only the first shortcode for the user with selected role;
2020-05-25 17:37:20 +03:00
nikitasinelnikov 2a1499aa4d - fixed wp-login error when use email with wrong password; 2020-05-21 16:41:21 +03:00
ashubawork c9182e942d - fix Skype ID field 2020-04-27 09:27:44 +03:00
denisbaranov d0c405b87a Fixed: Role validation on registration.
WordPress uses the default user role if the role wasn't chosen in the registration form. That is why we should use submitted data to validate fields Roles (Radio) and Roles (Dropdown).
2020-04-24 18:23:47 +03:00
nikitasinelnikov bb948b59af - fixed validation URLs;
- code formatting;
2020-02-23 23:34:11 +02:00
denisbaranov d5ab8b7b79 Fix endless recursion in the function um_check_conditions_on_submit() 2019-11-20 16:45:37 +02:00
Champ Camba 5e126d9437 Add Form fields validation for E-mail( not unique ) 2019-11-15 17:27:27 +08:00
nikitasinelnikov 2547d54ddd - fixed validation on edit mode for username, username or email, password and email fields; 2019-10-24 16:17:16 +03:00
andrewshuba 4e791ef722 - fix not English letters in forms 2019-10-22 10:32:29 +03:00
nikitasinelnikov c81c52dda5 - added ability to set cover/avatar size from predefined sizes in Ultimate Member -> Settings -> General -> Uploads; 2019-10-10 17:22:24 +03:00
nikitasinelnikov 9418161306 - fixed issue #376 2019-08-23 20:22:42 +03:00
nikitasinelnikov 043d8f9d99 - fixed conditional logic validation at the back; 2019-08-14 10:59:37 +03:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
denisbaranov 3678816d5d description validation, length 2019-07-16 19:01:58 +03:00
nikitasinelnikov e101bdbb39 - code review for reset password link; 2019-05-05 23:01:07 +03:00
denisbaranov 4d4e7c08fa Issue: str_word_count on biography #508
Link: https://github.com/ultimatemember/ultimatemember/issues/508
2019-03-21 18:31:57 +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
Yurii Nalivaiko 8646e061af Merge branch 'release/2.0.26' of https://github.com/ultimatemember/ultimatemember into release/2.0.26 2018-10-01 10:24:18 +03:00
Yurii Nalivaiko 64c51f969b - fixes in conditional logic 2018-10-01 10:24:10 +03:00
nikitozzzzzzz 202bf57c53 - fixed small notices; 2018-09-27 23:30:34 +03:00
nikitozzzzzzz 7a032a02d4 - fixed issue https://wordpress.org/support/topic/corrections-for-core-um-actions-forms-php-um-v2-0-11/ 2018-05-29 22:35:57 +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
Denis Baranov 2e619ae995 - fixed required field "image". Does not work check, if you delete the previously uploaded image when you update the profile again 2018-03-02 17:35:42 +02:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
Denis Baranov b7e8009268 - fixed notification if the field label is not set and when a field is required 2018-02-26 11:54:55 +02:00
nikitozzzzzzz 1b03923c6b - fixed small notices about array_intersect; 2018-02-19 12:10:54 +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 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 2921707a65 - fixed integration with User Tags extension (remove some hardcode, changed to hooks);
- fixed 2.0 upgrades for User roles meta data;
- clear/review code;
2017-09-06 09:03:24 +03:00
nikitozzzzzzz b9df5b3758 + 2017-09-04 16:17:52 +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 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 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