Mykyta Synelnikov
2c5f396795
- partially reviewed #1361 ;
2023-12-01 00:30:37 +02:00
Mykyta Synelnikov
b40edd26e6
- wp-admin assets refactoring (in process);
2023-11-03 17:31:18 +02:00
Mykyta Synelnikov
df47e006d7
- changed version to 2.7.0;
...
- updated dependencies to 2.7.0;
2023-10-10 18:20:15 +03:00
Mykyta Synelnikov
57ef818cec
- use user_login by default while generating slug if custom user meta is empty;
2023-10-09 19:50:44 +03:00
ashubawork
30c4ba215b
- delete comments after user deleting
2023-10-03 14:34:59 +03:00
Mykyta Synelnikov
e971d1e6b3
- updated dependencies versions;
...
- fixed permalinks generate function for getting raw base permalink from the user meta;
2023-09-25 21:08:35 +03:00
Mykyta Synelnikov
01ee8305a2
- reduced using get_the_time( 'U', $post_id ); and current_time( 'timestamp' );
2023-09-22 20:29:40 +03:00
Champ Camba
7ba73aaf35
Avoid regenerating hash for profile URL on profile update
2023-09-14 19:54:58 +08:00
Mykyta Synelnikov
c144eefe6a
- added um_custom_meta_permalink_base_generate_user_slug hook docs;
2023-09-11 16:18:56 +03:00
Mykyta Synelnikov
0149605a36
- added ability to use custom metakey as profile slug;
...
- important: use for this case required usermeta which cannot be empty
2023-09-11 15:41:29 +03:00
Mykyta Synelnikov
77d3ad9b56
- added hash type for the user permalink like: http://localhost:8000/user/~b866ebabacc30f06c1/ ;
...
- wpcs + documented new hooks;
2023-09-09 02:21:15 +03:00
Mykyta Synelnikov
4e1e577a21
- fixed PHP notice for $cached_user variable;
2023-09-04 13:24:28 +03:00
Mykyta Synelnikov
7cc78e042d
- added $form_data attribute to 'um_before_save_registration_details' hook;
2023-07-02 20:17:18 +03:00
Mykyta Synelnikov
755ff6a790
- fixed account form;
2023-07-01 12:46:43 +03:00
Mykyta Synelnikov
dad4c8017c
- fix for profile form;
2023-07-01 01:52:43 +03:00
Mykyta Synelnikov
7fafa3a4b3
- fix for registration form;
2023-06-30 21:55:59 +03:00
Mykyta Synelnikov
fae47c6065
- fixed vulnerability if wp_capabilities has accent characters;
2023-06-29 19:56:54 +03:00
Mykyta Synelnikov
fc07de48b7
- fixed vulnerability with banned keys (made them not case-sensitive);
2023-06-28 11:17:28 +03:00
Mykyta Synelnikov
f68c1549a0
- updated hookdoc;
2023-06-27 10:25:39 +03:00
Mykyta Synelnikov
fb37b1cfc7
- fixed vulnerability with banned keys in usermeta;
2023-06-27 10:24:54 +03:00
Mykyta Synelnikov
034d9e8b43
- fixed dynamically declared variables inside the classes;
2023-04-17 20:16:15 +03:00
Nikita Sinelnikov
aa8000bde9
- added filter for making 3rd-party roles editable through Ultimate Member interfaces. Use 'um_extend_editable_roles' and pass there an array of role keys( e.g. 'editor', 'administrator', etc. );
...
- reviewed and closed #1151 ;
2023-03-28 01:53:50 +03:00
yuriinalivaiko
2a184cbe68
- fixed role setting "Avoid indexing profile by search engines"
2023-02-24 16:08:16 +02:00
Nikita Sinelnikov
8b2770b12e
- deprecated: UM()->user()->password_reset_key variable;
...
- fixed : #1083 , #991
2022-12-13 23:16:33 +02:00
Nikita Sinelnikov
c5501fe6d6
- fixed #1094 ;
2022-12-13 16:13:29 +02:00
Nikita Sinelnikov
af13de140a
- fixed using "'" symbols in emails. There is possible to register with it and login after that. Closed #1059 ;
2022-10-24 16:22:04 +03:00
Nikita Sinelnikov
0c8e24a194
- fixed #1081 ;
2022-10-10 14:10:32 +03:00
Nikita Sinelnikov
6aa634f812
Merge pull request #1026 from ultimatemember/fixed/wp-admin-performance
...
Fixed/wp admin performance
2022-08-13 02:28:52 +03:00
Nikita Sinelnikov
c1b3b0d3c4
- fixed issues related to the registration users with awaiting admin review or email confirmation;
2022-08-12 23:07:16 +03:00
Nikita Sinelnikov
69321f0cb1
- return from the function update_usermeta when old value the same as new;
2022-08-12 16:20:14 +03:00
Nikita Sinelnikov
9b74beab8b
- fixed performance issue by using add or deduct count instead of the WP_Users_Query;
2022-08-12 02:53:25 +03:00
Nikita Sinelnikov
b98f2a6edf
- fixed issue with visible ID. Changed it to the user_login. It's WordPress native logic for reset password links and form;
2022-08-11 21:49:19 +03:00
Nikita Sinelnikov
c9f90c54dd
- User queries performance fix;
2022-06-20 17:29:31 +03:00
ashubawork
3e9638ea0b
- delete um_member_directory_data meta on user delete
2022-06-06 19:02:03 +03:00
Nikita Sinelnikov
fc92903f97
- fixed updating display_name if there is set the User Display Name setting to Default WP Display Name in UM > General > Users > Display name;
...
- fixed typo in the password validation
2021-09-21 18:26:57 +03:00
Nikita Sinelnikov
07e664be80
- intermediate results with sanitizing form handlers;
2021-06-29 02:51:54 +03:00
Nikita Sinelnikov
90c6f52eb7
- fixed issue with noindex profile role meta value;
2021-06-17 13:40:52 +03:00
nikitasinelnikov
fc2ab58dfe
- added UM setting;
2021-04-09 15:25:01 +03:00
nikitasinelnikov
a8de403837
- minified scripts;
...
- fixed PHP notice with slider's range;
- fixed the issue with the password reset hash;
2021-03-08 16:59:11 +02:00
yuriinalivaiko
16bf0ebd68
Update scripts:
...
jQuery.fn.change() event shorthand is deprecated
jQuery.fn.click() event shorthand is deprecated
jQuery.fn.focus() event shorthand is deprecated
jQuery.fn.keypress() event shorthand is deprecated
jQuery.fn.removeAttr no longer sets boolean properties: disabled
jQuery.fn.submit() event shorthand is deprecated
jQuery.isArray is deprecated; use Array.isArray
2021-03-04 16:39:19 +02:00
nikitasinelnikov
7f7dae9979
- reviewed No Index functionality;
2021-03-03 15:21:18 +02:00
Nikita Sinelnikov
8dc7d9f425
Merge pull request #709 from ultimatemember/feature/profile_noindex
...
Indexing of Profiles
2021-03-03 14:41:14 +02:00
denisbaranov
0fdb5635eb
The general users setting "Avoid indexing profile by search engines" is added.
...
The user role setting "Avoid indexing profile by search engines" is changed.
2020-12-22 20:13:58 +02:00
nikitasinelnikov
41350e1391
- fixed PHP notices when there aren't UM custom roles and we get bool variable from get_option( 'um_roles' );
2020-12-16 13:37:13 +02:00
nikitasinelnikov
67420b11b0
- Fixed: Vulnerability with timestamp field on UM Forms
...
- changed readme;
2020-12-04 00:10:20 +02:00
nikitasinelnikov
fa13e82202
- There are changed PHP’s intval(), strval(), floatval(), and boolval() typecasting functions to (int), (string), (float) and (bool) regarding [this doc]( https://make.wordpress.org/core/2020/11/20/miscellaneous-developer-focused-changes-in-wordpress-5-6/ ).
2020-11-24 12:55:22 +02:00
nikitasinelnikov
3e81db6fa4
- fixed security lacks in form data submissions;
2020-10-29 12:20:47 +02:00
nikitasinelnikov
083a98a50b
- fixed security issues
2020-10-26 17:21:42 +02:00
denisbaranov
27cf1794b6
Fixed: profile privacy
2020-05-29 17:10:21 +03:00
nikitasinelnikov
72a1e9a7c3
- small code formatting;
2020-03-02 16:47:56 +02:00