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**