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
|
7a9e2b118b
|
- code formatting;
|
2021-08-02 17:47:50 +03:00 |
|
yuriinalivaiko
|
ed5c3c7203
|
Merge remote-tracking branch 'origin/master' into fix/form_columns_display
|
2021-08-02 16:32:24 +03:00 |
|
yuriinalivaiko
|
bc5aec27d3
|
Fix columns
|
2021-08-02 16:31:58 +03:00 |
|
Nikita Sinelnikov
|
418da5b50f
|
- fixed builder PHP errors;
|
2021-08-02 16:23:50 +03:00 |
|
Nikita Sinelnikov
|
7380313760
|
- fixed issues with sanitizing and filters;
|
2021-07-30 15:43:25 +03:00 |
|
Nikita Sinelnikov
|
eeb7c39471
|
- fixed maybe serialized custom fields;
- fixed sanitizing;
|
2021-07-16 01:35:13 +03:00 |
|
Nikita Sinelnikov
|
8ad07b264f
|
- fixed saving shortcode + content block settings using sanitize;
|
2021-07-15 17:09:20 +03:00 |
|
Nikita Sinelnikov
|
a6fa8ab3ea
|
- fixed sanitizing data on submit field data in wp-admin builder;
|
2021-07-15 13:50:23 +03:00 |
|
Nikita Sinelnikov
|
07e664be80
|
- intermediate results with sanitizing form handlers;
|
2021-06-29 02:51:54 +03:00 |
|
andrewshuba
|
a0d9ad9746
|
- added a tooltip with meta key name for fields in a form settings
|
2020-12-16 13:41:31 +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
|
e9801ee98e
|
Merge remote-tracking branch 'remotes/origin/feature/instruction_for_condition_operator'
|
2020-12-04 00:18:57 +02: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 |
|
denisbaranov
|
ed7ce130a6
|
Added: Instruction how to use condition operator.
|
2020-06-03 13:26:13 +03:00 |
|
ashubawork
|
523e00133a
|
- add apply_shortcodes
|
2020-04-03 11:21:35 +03:00 |
|
nikitasinelnikov
|
0aab9853d9
|
- sanitizing variables in wp-admin classes;
|
2020-02-28 15:51:45 +02:00 |
|
Champ Camba
|
70e4082f0b
|
Push updates
|
2020-01-28 20:57:14 +08:00 |
|
nikitasinelnikov
|
6a93771511
|
- added fix for options if they contains spaces in the start and the end of option (added trim);
|
2020-01-21 15:13:33 +02:00 |
|
nikitasinelnikov
|
e965b1b3c1
|
- code formatted;
- added handlers when you create UM custom fields;
|
2020-01-06 11:05:32 +02:00 |
|
nikitasinelnikov
|
31e84f3e11
|
- fixed forms preview by overlay;
- fixed profile submit and wrong $user_id from um_user();
|
2019-11-29 19:08:17 +02:00 |
|
nikitasinelnikov
|
8859c48cdc
|
- fixed select-type filters options;
|
2019-11-21 11:41:52 +02:00 |
|
denisbaranov
|
122d71a244
|
Skip field validation for '_options' if Choices Callback specified
|
2019-11-13 13:41:07 +02:00 |
|
nikitasinelnikov
|
61df68a5b2
|
- fixed builder, added fields only for view;
|
2019-11-12 16:31:32 +02: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 |
|
nikitasinelnikov
|
78c8a57ea7
|
- fixed preview of the Profile form;
|
2019-10-23 17:40:35 +03:00 |
|
nikitasinelnikov
|
58cfb1549d
|
- changed Reviews_API() method to Reviews();
- added a few translations for admin builder;
- account page CSS responsive fix;
- translations updated;
|
2019-10-23 13:13:11 +03:00 |
|
nikitasinelnikov
|
2261c102a9
|
- move billing & shipping fields code to UM: Woocommerce extension;
|
2019-08-23 22:47:04 +03:00 |
|
nikitasinelnikov
|
55744b0aa3
|
Merge remote-tracking branch 'remotes/origin/fix/helpscout#32251_fields_with_countries'
|
2019-08-23 20:51:36 +03:00 |
|
nikitasinelnikov
|
3919b62c17
|
- fixed issues with the fields without metakeys;
- fixed integration issues for the fields without metakeys;
|
2019-08-20 16:11:01 +03:00 |
|
andrewshuba
|
d2701c6f17
|
- fix the metakey in the admin builder if the metakey not exist
|
2019-08-12 15:49:50 +03:00 |
|
nikitasinelnikov
|
5f66fd5fe3
|
- added escape functions, security fix for XSS;
|
2019-08-08 00:36:33 +03:00 |
|
denisbaranov
|
90bef79a4b
|
Fix for fields shipping_country and billing_country.
Issue: billing_country not working in Default Profile anymore.
Link: https://secure.helpscout.net/conversation/907381731/32251?folderId=1651531
|
2019-07-19 15:10:23 +03:00 |
|
nikitasinelnikov
|
141305c746
|
- recover 2.0.34
|
2018-12-05 10:50:08 +02:00 |
|
Yurii Nalivaiko
|
a32ddcd13b
|
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember
|
2018-11-22 14:04:18 +02:00 |
|
nikitozzzzzzz
|
0ceab69793
|
- added nonce fields;
|
2018-11-21 14:01:18 +02:00 |
|
andrewshuba
|
97b712a4d2
|
style and/or conditions. fix reset all fields. fix bug add 2 fields
|
2018-10-31 14:55:33 +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 |
|
nikitozzzzzzz
|
c177a7f870
|
- fixed buffer echo and close;
|
2018-09-28 17:14:50 +03:00 |
|
nikitozzzzzzz
|
3314ea50a6
|
- remove comments;
|
2018-07-03 15:55:24 +03:00 |
|
Denis Baranov
|
0e6f5d0e2d
|
fix problem with save
|
2018-07-03 13:29:40 +03:00 |
|
Denis Baranov
|
c57459bba8
|
code refactor
|
2018-07-02 17:53:33 +03:00 |
|
Denis Baranov
|
804984e587
|
code refactor
|
2018-06-05 15:39:18 +03:00 |
|
Denis Baranov
|
30b5e0bbbf
|
allow condition value to be zero
|
2018-06-03 00:58:11 +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
|
8e348e084e
|
- conditional logic fixed;
- some code optimization and documentation;
- fixed conflict with WP Fusion;
|
2018-03-16 09:37:19 +02:00 |
|
nikitozzzzzzz
|
12891ff743
|
- hook docs;
|
2018-03-05 16:35:51 +02:00 |
|