mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
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:
+2
-1
@@ -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
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user