mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
* update changelog;
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user