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