* update changelog;

This commit is contained in:
Mykyta Synelnikov
2024-10-14 13:05:42 +03:00
parent cd70fe6df6
commit 64c6a92560
3 changed files with 29 additions and 1 deletions
+20
View File
@@ -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 `<iframe>` for displaying HTML formatted textarea value
- Fixed: Capability to edit user profile for Administrator when user doesn't have a capability to edit its profile
- Fixed: Sending email notifications based on user status after registration
* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade
= 2.8.8 October 04, 2024 =
* Bugfixes: