Nikita Sinelnikov
2004aa7dde
Custom dropdown callback functions security enhancements:
...
- avoid using different letter case for bypass the blacklist e.g. phpInfo
- avoid using root namespace for bypass the blacklist e.g. \phpinfo
2022-11-09 03:17:23 +02:00
Nikita Sinelnikov
aa6a238c61
- added callbacks blacklist. Added PHP command execution functions here to exclude the running them from the custom callback;
2022-09-30 12:31:40 +03:00
Nikita Sinelnikov
fe88b40939
- using slashes in the callback function setting of the dropdown fields;
2022-06-08 21:24:23 +03:00
Nikita Sinelnikov
b3d9c8f989
- code review;
...
- changed readme;
2021-12-15 16:40:25 +02:00
ashubawork
01a91bfb46
- fixed discord field validation
2021-12-15 13:18:41 +02:00
ashubawork
ff18aa5ec7
- added a discord field (issue #926 )
2021-12-13 12:52:36 +02:00
nikitasinelnikov
73105dc2d1
- fixed #812 ;
...
- changed version name;
2021-04-15 14:17:16 +03:00
nikitasinelnikov
06723798bc
- updated readme;
2020-11-18 17:33:02 +02:00
nikitasinelnikov
908c914ca0
- fixed password strength validation for the Unicode symbols;
2020-11-18 17:32:19 +02:00
nikitasinelnikov
bb948b59af
- fixed validation URLs;
...
- code formatting;
2020-02-23 23:34:11 +02:00
nikitasinelnikov
5f66fd5fe3
- added escape functions, security fix for XSS;
2019-08-08 00:36:33 +03:00
Champ Camba
9a2df1fee3
Fix retrieval of options from callback function
2019-07-25 01:52:38 +08:00
Champ Camba
90db7d422c
Fix saving select/multi-select options with custom source function
2019-07-25 01:52:05 +08:00
nikitasinelnikov
dea3112dde
- prepare release;
2019-07-16 14:24:12 +03:00
nikitasinelnikov
da1e58c369
Merge remote-tracking branch 'remotes/origin/fix/wporg/choice-callback-um-class-validation-error'
2019-07-16 14:14:16 +03:00
nikitasinelnikov
7bc90bf58a
- formatting fixes;
2019-07-16 14:14:07 +03:00
denisbaranov
3618b7bf13
Issue: Choice Callback – UM class validation error
...
Link: https://wordpress.org/support/topic/choice-callback-um-class-validation-error/
2019-07-15 17:52:02 +03:00
Champ Camba
5656dad18d
Remove notice
2019-06-19 16:53:33 +08:00
nikitasinelnikov
0408067a6b
- fixed save empty value to the selectbox;
2019-05-13 17:19:12 +03:00
nikitasinelnikov
e53924a0b2
- fixed save fields register/profile;
2019-05-13 14:16:11 +03:00
nikitasinelnikov
aaab2668d6
- XSS validation;
...
- fixed saving radio button field;
2019-05-08 18:50:25 +03:00
nikitasinelnikov
f628703b12
- fixed security issue with Profile/Registration form;
2019-05-08 16:05:27 +03:00
nikitasinelnikov
f5752e9248
- fixed vulnerabilities reported by Sucuri;
2019-05-08 12:51:55 +03:00
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +03:00
nikitozzzzzzz
3d19aa00b8
- made hooks documentation;
...
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +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