Commit Graph

2371 Commits

Author SHA1 Message Date
Mykyta Synelnikov 26792de205 - updated enqueue classes;
- updated admin-navmenu class (removed support WordPress < 5.4);
2023-09-14 01:08:48 +03:00
Mykyta Synelnikov 2754b864fe - updated jquery-ui library;
- added minified file for jquery-ui styles;
2023-09-13 23:56:59 +03:00
Mykyta Synelnikov 16fb8e32ff - added common enqueue class
- copied blocks.js to the new path for admin JS
2023-09-13 23:43:18 +03:00
Mykyta Synelnikov b83da8b814 - WPCS for defined constants;
* um_url -> UM_URL
   * um_path -> UM_PATH
   * um_plugin -> UM_PLUGIN
   * ultimatemember_version -> UM_VERSION
   * ultimatemember_plugin_name -> UM_PLUGIN_NAME
2023-09-13 22:56:32 +03:00
Mykyta Synelnikov 57159f2496 - WPCS; 2023-09-13 17:00:28 +03:00
Mykyta Synelnikov a605a91b91 - WPCS; 2023-09-13 16:59:15 +03:00
Mykyta Synelnikov 4ea341007f - added 'um_form_version' postmeta for make the legacy functionality in the future; 2023-09-13 16:54:12 +03:00
Mykyta Synelnikov 887dfa4428 - WPCS; 2023-09-13 16:19:48 +03:00
ashubawork bf7f3f06e6 - fix validation 2023-09-13 15:08:52 +03:00
ashubawork 35132844c5 - change validation 2023-09-13 15:06:22 +03:00
ashubawork 1e2f285289 - add the ID to the blacklist of meta key 2023-09-13 13:10:29 +03:00
Mykyta Synelnikov ffc52f3f53 - added docs for um_user_profile_restricted_edit_fields hook; 2023-09-12 01:03:47 +03: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 84c174fc38 Merge pull request #1299 from ultimatemember/feature/hash_slug
Hash slug for user Profile link
2023-09-11 16:11:06 +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 1754555379 - fixed the issue with UM()->metabox()->edit_mode_value variable. We need to flush it after each field_input();
- wpcs for Admin_Metabox() class;
2023-09-09 02:56:11 +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 a813cec062 Merge pull request #1282 from ultimatemember/develoment/2.6.11
Version 2.6.11
2023-09-05 10:30:26 +03:00
Mykyta Synelnikov af140bda82 - added hooks for easy integration cases like #1279; 2023-09-05 02:04:03 +03:00
Mykyta Synelnikov e5b8ff400e - fixed editable attribute base on the legacy code;
- if `editable` attribute  doesn't exist then we set `editable` to true by default;
2023-09-05 01:12:16 +03:00
Mykyta Synelnikov b3bdcff4dd Merge pull request #1294 from ultimatemember/fix/register_redirect
Redirection from default registration to UM registration
2023-09-05 00:04:20 +03:00
Mykyta Synelnikov 8a0e3a0f09 Merge pull request #1291 from ultimatemember/fix/rest_request_pages
REST API endpoint List Pages redirecting to the homepage
2023-09-04 23:34:07 +03:00
Mykyta Synelnikov 78a4450c33 Merge pull request #1284 from ultimatemember/fix/empty_mail_from
Empty mail from
2023-09-04 23:30:53 +03:00
Mykyta Synelnikov 645ae33089 Merge pull request #1287 from ultimatemember/fix/add-nonce-verification-install-info
Add nonce validation for download install info
2023-09-04 22:21:23 +03:00
Mykyta Synelnikov b2d12d49b9 - fixed users dropdown; 2023-09-04 20:55:38 +03:00
Mykyta Synelnikov 4e1e577a21 - fixed PHP notice for $cached_user variable; 2023-09-04 13:24:28 +03:00
Mykyta Synelnikov 6e9d122494 - fixed "is_block" argument for ultimatemember shortcodes;
- added sanitize shortcode arguments functions;
2023-09-02 00:53:51 +03:00
Mykyta Synelnikov fca7b4b0d5 - fixed [ultimatemember] shortcode attributes; 2023-08-31 11:27:11 +03:00
Mykyta Synelnikov a2b52cdd0c - fixed changes added for #1277;
- probably fix for #1292;
2023-08-28 23:20:14 +03:00
Mykyta Synelnikov 8b19234dcf - fixed [ultimatemember] shortcode using with a wrong|empty form_id; 2023-08-28 15:10:42 +03:00
yuriinalivaiko 5496162730 - fixed redirection from default registration to UM registration page 2023-08-27 21:29:36 +03:00
yuriinalivaiko 53a6ffc78d - fixed REST API endpoint List Pages 2023-08-27 00:11:52 +03:00
Mykyta Synelnikov 42bfa3fa61 - added um_force_shortcode_render hook for echo custom content in ultimatemember shortcode; 2023-08-24 17:37:41 +03:00
Mykyta Synelnikov 26de093b38 - fixed variable type for UM()->form()->processing and UM()->fields()->set_id; 2023-08-23 15:00:21 +03:00
Champ Camba 7e4543f0d3 Add nonce validation for download install info 2023-08-23 19:40:06 +08:00
Champ Camba 86075ab59f Fix wp core current version in secure settings page 2023-08-23 19:35:08 +08:00
Mykyta Synelnikov 8cb6c79c26 - fixed "Can user edit this field?" option. It changed to the bool type with true|false values only. Field can be editable only in the case if 'editable'===true 2023-08-22 17:17:40 +03:00
ashubawork 2a9920fad2 - fix empty mail_from and mail_from_addr 2023-08-22 16:19:42 +03:00
Mykyta Synelnikov cb2b4e1dec - fixed "editable" field data format in predefined fields; 2023-08-18 15:33:12 +03:00
Mykyta Synelnikov fd3daabbc7 - fixed "editable" field data format in predefined forms; 2023-08-18 15:28:44 +03:00
Mykyta Synelnikov 8bbcc4479a - added condition for templates customizations exists; 2023-08-17 12:13:19 +03:00
Mykyta Synelnikov 3323322957 - added required child-theme admin notice; 2023-08-17 01:14:47 +03:00
Mykyta Synelnikov edef1d625a Merge pull request #1278 from ultimatemember/fix/admin_modal
Fix admin modal conflict
2023-08-16 00:18:19 +03:00
Mykyta Synelnikov 11c0a8ebf9 - fixed HTML validation for user description field in header;
- fixed escaping HTML in user description field;
2023-08-15 23:52:40 +03:00
Mykyta Synelnikov 999deb6145 - fixed HTML validation for user description field in header; 2023-08-15 23:04:46 +03:00
Mykyta Synelnikov d99b011380 - fixed HTML validation for user description field in header; 2023-08-15 22:39:18 +03:00
Mykyta Synelnikov 4e1fcbd90b - fixed max chars validation for user description field in header; 2023-08-15 17:39:28 +03:00
yuriinalivaiko d20adc7cb3 - fixed a conflict with the bootstrap.min.js script in admin modal 2023-08-15 17:34:43 +03:00
Mykyta Synelnikov 89ec90dd77 - fixed max chars validation for user description field in header; 2023-08-15 15:56:41 +03:00
Mykyta Synelnikov c70d67a829 - fixed #1273 2023-08-15 04:22:50 +03:00