Commit Graph

44 Commits

Author SHA1 Message Date
Mykyta Synelnikov a33be50a55 Fix user profile URL logic for comment authors
Previously, the profile URL was returned even when the user ID was empty. This change ensures the URL is only generated if the user ID is present, preventing potential errors.
2025-10-07 11:56:25 +03:00
Mykyta Synelnikov b8216dee2a Fix null check in comment author URL retrieval
Previously, the method assumed the comment object was always present, which could lead to errors. Added a null check to ensure a fallback to the original URL if the comment object is absent.
2025-10-03 13:59:40 +03:00
Mykyta Synelnikov 58fdd9f943 Update user profile link handling in frontend
Refactored methods to change user profile edit and comment author URL logic, ensuring compatibility with Ultimate Member plugin's structure. Updated readme file to reflect changes and fixed bugs related to profile link display in the comments section.
2025-09-05 12:08:19 +03:00
ashubawork 6905df14ea - fixed comment author link in commetns block 2025-08-26 09:59:53 +03:00
ashubawork 982dbd4e7f - fix edit user link 2025-07-30 12:24:10 +03:00
Mykyta Synelnikov 959bd82cdc Update Ultimate Member plugin honeypot CSS and JS
Removed wp_add_inline_script/style and used `um_request` as default honeypot key in um-styles.css and um-scripts.js.
2025-02-19 12:36:26 +02:00
Mykyta Synelnikov a0d19b7ab6 Simplify honeypot script and inline style logic.
Removed unnecessary condition checks around honeypot script and style injection. Streamlined the code to always enqueue the honeypot logic, improving maintainability and reducing complexity.
2025-02-19 01:03:46 +02:00
Mykyta Synelnikov 865fbf83c2 * added honeypot scripts/styles via
`wp_add_inline_script()`, `wp_add_inline_style()`
2025-01-30 13:00:17 +02:00
Mykyta Synelnikov 820e7b0c56 Merge pull request #1565 from ultimatemember/fix/force_set_status
Avoid using force set user status (#1564 duplicate)
2024-10-14 12:55:03 +03:00
Mykyta Synelnikov 3c56190fa3 * fixed login form after recent updates
* updated um_submit_form_{$mode} hook documentation
2024-10-11 17:10:42 +03:00
yuriinalivaiko 9da58475dc - fixed editing of other members profile for administrator 2024-10-10 19:45:48 +03:00
Mykyta Synelnikov 3ec1f47ed6 * wpcs; 2024-10-01 12:27:01 +03:00
Mykyta Synelnikov 6f9be57495 * updated statuses logic; 2024-09-30 23:10:15 +03:00
Mykyta Synelnikov 09bc57ee57 * changed the place of reject link in the User Profile page dropdown; 2024-09-30 18:01:07 +03:00
Mykyta Synelnikov ea316d0474 * fixed #1553; 2024-09-30 17:37:04 +03:00
Mykyta Synelnikov 4c2415086d * hookdocs; 2024-09-24 13:27:17 +03:00
Mykyta Synelnikov 33bc484629 * Admin Users bulk-actions
* Admin single user actions
* Frontend single user action
2024-09-24 13:18:48 +03:00
Mykyta Synelnikov 9a4bf10df5 - setting for new FA and enqueue styles based on this option; 2024-04-17 12:54:07 +03:00
Mykyta Synelnikov 512787b836 - reviewed #1496; 2024-04-11 14:48:37 +03:00
Mykyta Synelnikov c5931289b7 - fixed deregistered select2 styling; 2024-01-04 16:48:26 +02:00
Mykyta Synelnikov 0041527601 - reviewed #1340; 2023-11-29 20:15:11 +02:00
Mykyta Synelnikov 9798c81a5e - minified assets;
- updated readme.txt > changelog section;
- PHPDoc + Hookdocs updated for enqueue classes (common, admin, frontend);
- fixed typos in PHPDoc;
2023-11-17 17:25:47 +02:00
Mykyta Synelnikov f0a16ea2fb - fixed enqueue dependencies; 2023-11-11 01:46:08 +02:00
Mykyta Synelnikov ed3bc03afd - fixed PHP notice; 2023-11-09 18:40:27 +02:00
Mykyta Synelnikov 3e96b00136 - wp-admin assets refactoring (in process); 2023-11-09 16:13:32 +02:00
Mykyta Synelnikov ecc4346d1f - wp-admin assets refactoring (in process); 2023-11-09 13:47:49 +02:00
Mykyta Synelnikov 10d580908a - wp-admin assets refactoring (in process);
- partially frontend scripts review related to the form builder preview;
2023-11-07 11:34:32 +02:00
Mykyta Synelnikov 8f9ea9c9cb - wp-admin assets refactoring (in process); 2023-11-06 14:22:22 +02:00
Mykyta Synelnikov b40edd26e6 - wp-admin assets refactoring (in process); 2023-11-03 17:31:18 +02:00
Mykyta Synelnikov df47e006d7 - changed version to 2.7.0;
- updated dependencies to 2.7.0;
2023-10-10 18:20:15 +03:00
Mykyta Synelnikov 656081322b - changes for select2 library; 2023-09-28 00:51:50 +03:00
Mykyta Synelnikov 45dbfffb0f - updated minified scripts;
- fixed not-minified files;
2023-09-27 14:50:43 +03:00
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 92be23d00c - changed class for enqueue tipsy and raty assets; 2023-09-20 19:58:45 +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 79bafe1f0e - reviewed https://github.com/ultimatemember/ultimatemember/commit/446250a50a319e51178a5bf43bc80b6d72b1669b; 2023-07-18 16:21:27 +03:00
Mykyta Synelnikov ce4cf8fe7b - updated hookdocs;
- reviewed `um_safe_redirect()`;
- updated readme.txt
2023-07-18 12:06:17 +03:00
Mykyta Synelnikov 6231c5cb78 - changed texts after review; 2023-07-18 11:08:36 +03:00
Mykyta Synelnikov 0bb73218ba - fixed conflict with saving capabilities; 2023-07-07 15:06:08 +03:00
Mykyta Synelnikov 13a3ca50a1 - fixed banned profile; 2023-07-07 02:32:37 +03:00
Mykyta Synelnikov b69e930373 - fixed reset password meta set after update profile; 2023-07-07 02:06:29 +03:00
Mykyta Synelnikov 75e3ce9391 - review for secure functionality; 2023-07-07 00:34:11 +03:00