Fix and enhance Ultimate Member plugin functionality

Resolved conflicts in the image uploader caused by third-party lazy-loading attributes and improved emoji handling with a refined regex. Added an extra condition to license activation checks and updated the `Extensions_Updater` to utilize Action Scheduler for smoother extension upgrades.
This commit is contained in:
Mykyta Synelnikov
2025-11-18 13:17:09 +02:00
parent b2903abdd0
commit de67468da0
3 changed files with 7 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -1,15 +1,17 @@
== Changelog ==
= 2.10.7 November 19, 2025 =
= 2.10.7 November 20, 2025 =
* Enhancements:
- Added: Extra condition for checking the license activation requests.
- Tweak: Updated `Extensions_Updater` class to use Action Scheduler in the upgrade process of the UM extensions.
* Bugfixes:
- 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: Typo in labels.
= 2.10.6 October 02, 2025 =
+3 -1
View File
@@ -167,16 +167,18 @@ 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.7 2025-11-12 =
= 2.10.7 2025-11-20 =
**Enhancements**
* Added: Extra condition for checking the license activation requests.
* Tweak: Updated `Extensions_Updater` class to use Action Scheduler in the upgrade process of the UM extensions.
**Bugfixes**
* 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: Typo in labels.
= 2.10.6 2025-10-02 =