Mykyta Synelnikov
979927a9df
- fixed #1244 issue;
2023-07-11 21:38:27 +03:00
Mykyta Synelnikov
4d8799b4f9
- added users dropdown field. Closed #1034
2023-06-06 17:00:45 +03:00
Mykyta Synelnikov
034d9e8b43
- fixed dynamically declared variables inside the classes;
2023-04-17 20:16:15 +03:00
Nikita Sinelnikov
4cae48b500
- fixed #1144 ;
2023-03-27 17:29:19 +03:00
Nikita Sinelnikov
c9f90c54dd
- User queries performance fix;
2022-06-20 17:29:31 +03:00
Nikita Sinelnikov
005173765d
- added select2 dropdown with users list;
2022-02-21 16:02:38 +02:00
Nikita Sinelnikov
07e664be80
- intermediate results with sanitizing form handlers;
2021-06-29 02:51:54 +03: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
Champ Camba
5a731e91f3
Revert back the changes made to the user filter
2020-11-18 19:43:17 +08:00
Champ Camba
368bc1114d
Fix parameter variable for verified users filter
2020-11-17 17:27:42 +08:00
Champ Camba
3916168e5d
Fix conflict with other plugins with user status in admin
2020-10-22 13:40:12 +08:00
nikitasinelnikov
c112f02743
- added WP Users restrictions by UM Roles settings;
...
- added new extensions to the list;
2020-08-31 18:05:54 +03:00
nikitasinelnikov
0aab9853d9
- sanitizing variables in wp-admin classes;
2020-02-28 15:51:45 +02:00
nikitasinelnikov
c52dddf116
- added PHP required comment;
2019-10-11 11:32:36 +03:00
nikitasinelnikov
5f66fd5fe3
- added escape functions, security fix for XSS;
2019-08-08 00:36:33 +03:00
denisbaranov
696c6837bb
Issue: site admins cannot approve new users
...
Link: https://secure.helpscout.net/conversation/857561809/30793/
2019-05-24 18:28:04 +03:00
nikitasinelnikov
a021f5e786
Merge remote-tracking branch 'remotes/origin/fix_reset_pass_hash_after_approve'
...
# Conflicts:
# includes/um-short-functions.php
2019-05-06 10:15:58 +03:00
andrewshuba
7a5cbf46e7
fix activation link placeholder, remove repeated um_convert_tags()
2019-05-06 09:24:05 +03:00
nikitasinelnikov
e101bdbb39
- code review for reset password link;
2019-05-05 23:01:07 +03:00
andrewshuba
6451fb29ad
fix reset password email after approve in admin area
2019-05-03 17:51:55 +03:00
nikitozzzzzzz
fdd5dca174
- fixed approving users with "Administrator" role;
2018-04-26 11:31:30 +03:00
nikitozzzzzzz
90ac16d910
- removed procedural methods;
2018-04-03 12:53:41 +03:00
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +03:00
nikitozzzzzzz
68a18b02e9
- added PHPDocs;
...
- small fixes and code optimization;
2018-03-19 16:31:49 +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
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