From 8f34bbb4fa844f05913f53d5162a100c5ea645cc Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Thu, 19 Jun 2025 12:41:32 +0300 Subject: [PATCH] Update changelog and readme for version 2.10.5 release Document enhancements, bug fixes, and template update for v2.10.5, including new filter hooks, email placeholder fixes, and Action Scheduler updates. Highlight required cache flush and asset regeneration post-update. --- changelog.txt | 20 ++++++++++++++++++++ readme.txt | 16 +++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 888d7c1b..f1eb47df 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,25 @@ == Changelog == += 2.10.5 June 25, 2025 = + +* Enhancements: + + - Added: Filter hooks for primary button classes in UM forms. + +* Bugfixes: + + - Fixed: Email placeholders values. + - Fixed: Refactor deactivation logic to un-schedule Action Scheduler actions. + - Fixed: Action Scheduler library errors. Updated to the recent 3.9.2 version. + - Fixed: Secondary email field validation. + - Fixed: Action Scheduler batch actions with users who have Undefined status. + +* Templates required update: + + - password-reset.php + +* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade * + = 2.10.4 May 15, 2025 = * Bugfixes: diff --git a/readme.txt b/readme.txt index 8f4f5c2f..6f532427 100644 --- a/readme.txt +++ b/readme.txt @@ -167,11 +167,25 @@ 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.5 2025-05-xx = += 2.10.5 2025-06-25 = + +**Enhancements** * Added: Filter hooks for primary button classes in UM forms. + +**Bugfixes** + +* Fixed: Email placeholders values. * Fixed: Refactor deactivation logic to un-schedule Action Scheduler actions. * Fixed: Action Scheduler library errors. Updated to the recent 3.9.2 version. +* Fixed: Secondary email field validation. +* Fixed: Action Scheduler batch actions with users who have Undefined status. + +**Templates required update** + +* password-reset.php + +**Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade** = 2.10.4 2025-05-15 =