From 64c6a92560406f80d6d3957e861e764e094cc13c Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Mon, 14 Oct 2024 13:05:42 +0300 Subject: [PATCH] * update changelog; --- changelog.txt | 20 ++++++++++++++++++++ readme.txt | 8 ++++++++ ultimate-member.php | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index fe205a9e..c5bf95f9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,25 @@ == Changelog == += 2.8.9 October 14, 2024 = + +* Enhancements: + + - Added: Using PHP tidy extension (if it's active) to make HTML textarea value clear + - Added: `um_tidy_config` filter hook for setting PHP tidy config + - Tweak: Avoid using force `set_status()` function. + - Tweak: Properly using `UM()->common()->users()->get_status( $user_id )` instead of `um_user( 'account_status' )` + - Tweak: Properly using `UM()->common()->users()->get_status( $user_id, 'formatted' )` instead of `um_user( 'account_status_name' )` + - Tweak: Properly using `um_user( 'status' )` for getting user role setting while registration + +* Bugfixes: + + - Fixed: UM tipsy removing inside .um-page selector (e.g. tipsy init from um-modal) + - Fixed: Rollback using `