Commit Graph

587 Commits

Author SHA1 Message Date
Mykyta Synelnikov e14f165e73 - fixed issue with lack of the nonces in the um_adm_action handler;
- fixed #1263;
2023-07-24 22:30:33 +03:00
Mykyta Synelnikov fa2108172f - fixed issue with lack of the nonces in the um_adm_action handler; 2023-07-24 12:57:18 +03:00
Mykyta Synelnikov e6a9c4060f - fixed #1261; 2023-07-24 11:58:20 +03:00
Mykyta Synelnikov 83f42af8f6 - added um_adm_action_custom_update_notice hook for custom admin notices; 2023-07-18 22:34:15 +03:00
Mykyta Synelnikov ce4cf8fe7b - updated hookdocs;
- reviewed `um_safe_redirect()`;
- updated readme.txt
2023-07-18 12:06:17 +03:00
Mykyta Synelnikov 7ed46093e7 - fixed JB() using instead of UM(); 2023-07-13 15:29:19 +03:00
Mykyta Synelnikov 3fe9053cc8 Merge pull request #1249 from ultimatemember/fix/translators
Translators
2023-07-13 14:01:38 +03:00
Mykyta Synelnikov 7267c08527 - fixed JS error when modal is opened with User Info; 2023-07-13 13:53:15 +03:00
ashubawork 5b647ae5e9 - add translators 2023-07-13 11:36:29 +03:00
Mykyta Synelnikov e152a1da8f - fixed not-closed tooltip issue; 2023-07-12 16:50:00 +03:00
ashubawork 82ae1dc614 - notices, gdpr, settings, metabox, menu 2023-07-12 15:31:06 +03:00
Mykyta Synelnikov 55a29378b9 - fixed PHP notice; 2023-07-12 10:36:22 +03:00
Mykyta Synelnikov 474a2295a6 - fixed PHP notice; 2023-07-12 10:31:30 +03:00
Mykyta Synelnikov 9b84d842cf - added administrative roles notice; 2023-07-12 00:40:19 +03:00
Mykyta Synelnikov bdfcd0f55f - added form administrative roles notice;
- fixed #1245;
2023-07-11 22:31:02 +03:00
Mykyta Synelnikov 979927a9df - fixed #1244 issue; 2023-07-11 21:38:27 +03:00
Mykyta Synelnikov e41cd58e21 - reviewed #1239; 2023-07-11 14:27:57 +03:00
Mykyta Synelnikov 0bb73218ba - fixed conflict with saving capabilities; 2023-07-07 15:06:08 +03:00
Mykyta Synelnikov 75e3ce9391 - review for secure functionality; 2023-07-07 00:34:11 +03:00
Mykyta Synelnikov 25aa40b1c2 - review for secure functionality; 2023-07-06 01:56:59 +03:00
Champ Camba a0b52f2698 Add disabled options in multi checkbox render 2023-07-05 13:13:33 +08:00
Mykyta Synelnikov 2529a0db7f - fixed edit "Master row" in form builder;
- maybe fixed "Confirm Password";
2023-06-29 12:21:40 +03:00
Mykyta Synelnikov 80455599e7 - prepared to 2.6.4 release; 2023-06-27 10:49:11 +03:00
Mykyta Synelnikov d2ca061212 Merge pull request #1217 from ultimatemember/fix/Install_Info_emails
Custom emails data in Install info
2023-06-27 10:39:20 +03:00
Mykyta Synelnikov 0f2d1d1333 Merge pull request #1216 from ultimatemember/fix/template_override
Override templates
2023-06-27 10:34:24 +03:00
ashubawork a8db1d43c5 - change str_contains to strpos 2023-06-26 14:04:54 +03:00
Mykyta Synelnikov 5c33c9b1d3 - small code enhancement + PHPDoc for um_admin_field_update_error_handling(); 2023-06-22 23:55:23 +03:00
Mykyta Synelnikov 6a67582e42 - wpcs for load_field_order(); 2023-06-22 23:44:14 +03:00
Mykyta Synelnikov 3c11dfb47a - removed extract() from dynamic_modal_content() function;
- wpcs for `dynamic_modal_content()`;
- updated hookdocs for `um_admin_ajax_modal_content__hook_{$act_id}` hook;
- updated hookdocs for `um_admin_ajax_modal_content__hook` hook;
2023-06-22 23:29:57 +03:00
Mykyta Synelnikov 4246f6e66a - removed extract() from update_field() function;
- wpcs for `update_field()`;
- updated hookdocs for `um_admin_pre_save_field_to_form` hook;
- updated hookdocs for `um_admin_pre_save_field_to_db` hook;
2023-06-22 20:02:44 +03:00
Mykyta Synelnikov 069a8d15ac - removed extract() from show_builder() function;
- wpcs for `show_builder()`;
2023-06-22 17:06:01 +03:00
Mykyta Synelnikov d5990c7bbb - removed extract() from um_admin_pre_save_fields_hook() function;
- updated hookdoc for `um_admin_pre_save_fields_hook` hook;
- updated hookdoc for `um_fields_without_metakey` hook;
2023-06-22 16:09:17 +03:00
Mykyta Synelnikov 4869d273ba - removed extract() function from um_admin_field_update_error_handling() function;
- added hookdoc for `um_admin_builder_skip_field_validation` hook;
- updated hookdoc for `um_admin_field_update_error_handling` hook;
- fixed deprecated PHP notice for $set_field_type variable;
- changed htmlspecialchars to esc_attr() for form builder modal;
2023-06-22 12:00:45 +03:00
ashubawork 0df59e0549 - fix custom emails data 2023-06-21 16:43:34 +03:00
ashubawork b7aa168e62 - fix override templates 2023-06-20 09:53:04 +03:00
Mykyta Synelnikov 02b4f4049b Merge pull request #1206 from ultimatemember/ext/stripe/info_text
Support button element for info_text field type in settings
2023-06-12 22:58:31 +03:00
Mykyta Synelnikov ca092d9496 - updated hookdocs markup;
- updated release docs;
2023-06-12 17:02:56 +03:00
Mykyta Synelnikov 06f8d843c1 - fixed #1197; 2023-06-12 15:34:04 +03:00
Mykyta Synelnikov 49c0cf3555 Merge pull request #1190 from ultimatemember/feature/sorting_data_type
Sorting data type and order
2023-06-12 13:21:40 +03:00
Mykyta Synelnikov 30663c3ecd - reviewed #1190; 2023-06-12 13:20:00 +03:00
Mykyta Synelnikov fd1782df79 - probably fix #1199; 2023-06-09 14:53:02 +03:00
Mykyta Synelnikov 336e807a50 - added comments; 2023-06-08 13:52:11 +03:00
Mykyta Synelnikov 78d326fc47 Merge pull request #1198 from ultimatemember/feature/for_private_content
Hooks for private content
2023-06-08 13:23:02 +03:00
Mykyta Synelnikov 14b9cbc11b - code review, added comments; 2023-06-08 13:15:12 +03:00
Champ Camba 4b21b16880 Support button element for info_text field type in settings
- This allows the info_text field to display a button element. Button element is used for Stripe's Connect/Disconnect functionality. The issue with anchor tag, it requires to deattach the onclick function before you can disable it. With button, you only need to add a disabled attribute to prevent the js function from triggering
2023-06-07 18:06:09 +08:00
ashubawork 29eceaeff7 - add hooks after delete role and reset role 2023-06-06 17:12:35 +03:00
Mykyta Synelnikov 4d8799b4f9 - added users dropdown field. Closed #1034 2023-06-06 17:00:45 +03:00
ashubawork f8c0bbe28e - add a hook for private content 2023-06-05 13:20:53 +03:00
Mykyta Synelnikov 03224e2b13 - fixed content block WP_Editor displaying #1195; 2023-05-31 10:55:21 +03:00
ashubawork 568b56d267 - fix small errors 2023-05-24 16:18:08 +03:00