Commit Graph

627 Commits

Author SHA1 Message Date
Mykyta Synelnikov bfe4c436f2 - fixed select2 JS errors for the user dropdown field; 2023-10-10 00:55:23 +03:00
ashubawork 30c4ba215b - delete comments after user deleting 2023-10-03 14:34:59 +03:00
Mykyta Synelnikov 47e97ceb59 - updated hookdocs;
- partially reviewed site health functionality;
- hide notifications tab setting when there aren't any possible notifications for disabling in User Account (#1318)
2023-10-03 13:30:02 +03:00
Mykyta Synelnikov 97bfe62407 - reviewed #1313; 2023-09-28 12:27:54 +03:00
ashubawork 2e8f79c375 - active extensions 2023-09-28 12:03:31 +03:00
ashubawork 9278cb2f4b - forms 2023-09-28 11:37:53 +03:00
ashubawork 8c36396043 - roles 2023-09-28 11:35:42 +03:00
ashubawork 350e52acfe - secure settings 2023-09-28 10:53:15 +03:00
ashubawork 0e1df8e22e - misc settings 2023-09-27 15:34:41 +03:00
ashubawork fb2730b4f3 - appearance settings 2023-09-27 15:17:15 +03:00
ashubawork 5737a42c5e - email settings 2023-09-27 14:02:23 +03:00
ashubawork b135f883a1 - access settings 2023-09-27 13:43:28 +03:00
ashubawork 4ec604ad4a - upload settings 2023-09-27 12:58:12 +03:00
ashubawork a8523e10a2 - account settings 2023-09-26 14:33:02 +03:00
ashubawork 40bbf7cd00 - users settings 2023-09-26 13:36:38 +03:00
ashubawork fe52c731d7 - pages 2023-09-26 13:10:47 +03:00
Mykyta Synelnikov e971d1e6b3 - updated dependencies versions;
- fixed permalinks generate function for getting raw base permalink from the user meta;
2023-09-25 21:08:35 +03:00
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 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
ashubawork bf7f3f06e6 - fix validation 2023-09-13 15:08:52 +03:00
ashubawork 35132844c5 - change validation 2023-09-13 15:06:22 +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 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 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
Champ Camba 7e4543f0d3 Add nonce validation for download install info 2023-08-23 19:40:06 +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
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 2d5ab45c01 - added "Show/hide password button" option; 2023-07-25 12:42:39 +03:00
Mykyta Synelnikov 15a18cf6d4 - reviewed #1256; 2023-07-24 22:57:49 +03:00
Mykyta Synelnikov 563ed8c21e Merge pull request #1256 from ultimatemember/fix/directory_name
Directory name
2023-07-24 22:52:16 +03:00
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
ashubawork f085af988f - form name 2023-07-20 16:59:38 +03:00
ashubawork 909968df97 - fix sanitize directory name 2023-07-20 16:31:12 +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