From 58fdd9f9433187407c5bcfb8e697630e92e98a28 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Fri, 5 Sep 2025 12:08:19 +0300 Subject: [PATCH] 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. --- includes/frontend/class-user-profile.php | 27 ++++++++++++++++++++---- readme.txt | 8 ++++++- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/includes/frontend/class-user-profile.php b/includes/frontend/class-user-profile.php index 428450b5..5a155640 100644 --- a/includes/frontend/class-user-profile.php +++ b/includes/frontend/class-user-profile.php @@ -1,6 +1,8 @@ user_id ); } } diff --git a/readme.txt b/readme.txt index 01ccf2e3..002955c8 100644 --- a/readme.txt +++ b/readme.txt @@ -167,9 +167,15 @@ No specific extensions are needed. But we highly recommended keep active these P IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSION 2.6.7 PATCHES SECURITY PRIVILEGE ESCALATION VULNERABILITY. PLEASE SEE [THIS ARTICLE](https://docs.ultimatemember.com/article/1866-security-incident-update-and-recommended-actions) FOR MORE INFORMATION -= 2.10.6 2025-07-xx = += 2.10.6 2025-09-xx = +**Enhancements** +* Added: Avoid caching of the UM Forms on the mobile devices via adding the nocache headers to the screens with UM Forms. + +**Bugfixes** + +* Fixed: Changed the view and the edit user profile links in the comments section on the frontend. = 2.10.5 2025-06-25 =