mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
Add new action hook argument and fix PHP warnings
Introduced a 2nd `$args` parameter to the 'um_cover_area_content' action hook for greater flexibility. Also resolved PHP warnings related to roles without metadata to ensure smoother functionality.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* Enhancements:
|
||||
|
||||
- Added: Extra condition for checking the license activation requests.
|
||||
- Added: 2nd `$args` attribute to the action hook 'um_cover_area_content'.
|
||||
- Tweak: Updated `Extensions_Updater` class to use Action Scheduler in the upgrade process of the UM extensions.
|
||||
|
||||
* Bugfixes:
|
||||
@@ -12,6 +13,7 @@
|
||||
- Fixed: User profile links in the comments section on the frontend when the `$comment->user_id` is empty.
|
||||
- Fixed: The `emotize` function regexp for better emoji converting.
|
||||
- Fixed: The conflict between the image uploader and lazy-loading attribute added by 3rd-party plugins.
|
||||
- Fixed: PHP warnings for roles without meta data.
|
||||
- Fixed: Typo in labels.
|
||||
|
||||
= 2.10.6 October 02, 2025 =
|
||||
|
||||
Reference in New Issue
Block a user