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.
This commit is contained in:
Mykyta Synelnikov
2026-02-10 10:30:30 +02:00
parent 55db6d7a8b
commit 42aa4ab169
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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:
+2 -1
View File
@@ -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**