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.
This commit is contained in:
Mykyta Synelnikov
2025-09-05 12:08:19 +03:00
parent 2b8d964a1d
commit 58fdd9f943
2 changed files with 30 additions and 5 deletions
+7 -1
View File
@@ -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 =