From 42aa4ab1698430c62de01f9554bc99c8602cb44a Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Tue, 10 Feb 2026 10:30:30 +0200 Subject: [PATCH] Update plugin changelog and readme for version 2.11.2 Adjusted dates for version 2.11.2 release and added details of a new JS filter for improved 3rd-party integration. This update includes enhancements like server-side validation for search forms and a new action hook for user approval after email validation. --- changelog.txt | 3 ++- readme.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 36a987b2..4dfd29cb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,12 @@ == Changelog == -= 2.11.2 February 09, 2026 = += 2.11.2 February 10, 2026 = * Enhancements: - Added: Server-side validation when the Search Form is submitted. - Added: Action hook `um_approve_user_on_email_confirmation` to natively approve the user after validating the email activation link. + - Added: JS filter wp.hook `um_member_directory_popstate_ignore` to stop window.pushSate in the member directory for 3rd-party integrations. * Bugfixes: diff --git a/readme.txt b/readme.txt index ea574ada..f30a5bf3 100644 --- a/readme.txt +++ b/readme.txt @@ -167,12 +167,13 @@ 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.11.2 2026-02-09 = += 2.11.2 2026-02-10 = **Enhancements** * Added: Server-side validation when the Search Form is submitted. * Added: Action hook `um_approve_user_on_email_confirmation` to natively approve the user after validating the email activation link. +* Added: JS filter wp.hook `um_member_directory_popstate_ignore` to stop window.pushSate in the member directory for 3rd-party integrations. **Bugfixes**