Commit Graph

958 Commits

Author SHA1 Message Date
Mykyta Synelnikov bd2cc5a69d - FontIcons libraries moving to legacy;
- changed FontIcons libraries enqueue place (moved to common);
2023-09-26 12:25:49 +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 200bc9c51f - reviewed #1298;
- temporarily removed Stripe from extensions;
- wpcs for extensions.php;
2023-09-22 11:42:42 +03:00
Mykyta Synelnikov 92be23d00c - changed class for enqueue tipsy and raty assets; 2023-09-20 19:58:45 +03:00
Mykyta Synelnikov 90de5d0d2c - changed UM()->enqueue() to UM()->frontend()->enqueue(); 2023-09-15 14:38:04 +03:00
Mykyta Synelnikov b8aec5da10 - decrease a count of running UM()->enqueue()::get_suffix(); 2023-09-15 12:30:05 +03:00
Mykyta Synelnikov f81c286534 - changed get assets URLs function to public static;
- changed get_suffix() function to public static;
2023-09-15 11:52:24 +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
Mykyta Synelnikov b2d12d49b9 - fixed users dropdown; 2023-09-04 20:55:38 +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
yuriinalivaiko d20adc7cb3 - fixed a conflict with the bootstrap.min.js script in admin modal 2023-08-15 17:34:43 +03:00
Mykyta Synelnikov 1f3ebdcdd0 - reviewed #1275;
- fixed #1274;
2023-08-11 11:57:43 +03:00
Mykyta Synelnikov c540ff56cd - fixed #1272; 2023-08-11 11:36:53 +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 2ac7324f77 - fixed issue with sanitizing "0" values when value is "" empty line;
- added _wpnonce to admin action
2023-07-24 12:26:26 +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 6034b61deb - added compatibility with UM:Stripe 2023-07-19 16:15:16 +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
ashubawork 5e8f7e212e - add secure settings 2023-07-14 12:36:07 +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 00fad2390d - fixed not-closed tooltip issue; 2023-07-12 17:09:23 +03:00
Mykyta Synelnikov e152a1da8f - fixed not-closed tooltip issue; 2023-07-12 16:50:00 +03:00
Mykyta Synelnikov fc038cdb9f - fixed not-closed tooltip issue; 2023-07-12 16:41:54 +03:00
ashubawork 82ae1dc614 - notices, gdpr, settings, metabox, menu 2023-07-12 15:31:06 +03:00