- Backport security fix for user mentions in for legacy profile post & reports formats as this also applies to user group mentions
- Fix banned users would get mentions/quote emails (and alerts)
Improve XF cloud compatibility
Fix usergroup mention's editor integration causing a non-deterministic javascript stack overflow when using the FireFox plugin Decentraleyes
Fix "structured text" user-group mention linking could disclose user-group ids if the visitor didn't have permission to view user-groups
The "structured text" type (vs bb-code) isn't used in stock XenForo, but 3rd party add-on's could use it.
Fix "structured text" user-group mention output was missing attributes from bb-code output target
- Fix mentioning a group when [UMI]View mentionable user group members permission isn't granted but [UMI] Mention user groups permission is, didn't work.
Require StandardLib v1.21.0+
XF2.3 support
php 8.4+ compatibility fixes
Require php 7.2+
Require StandardLib v1.18.0+
Minor code cleanup, confirm support for one-click email unsubscribe header for XF2.2.15+
- Fix cases where usergroup mentions could unexpectedly not match non-english titles
- Fix linking to report comment from mention email
- Require XenForo 2.2+
- Require Standard Library By Xon v1.12.0+
- Changes for public user-group list view:
- Implement pagination
- Add username filtering
- Adjust defaults for new groups to consistently not be mentionable and to be private.
- Fix user-group mentions did not preserve the original order of the groups in the text, resulting in functionally random ordering of groups
- Usergroup mention alerts now list all groups that mention a user
Fix typo breaking stopping quote emails from opt-out from emails link
- Add "view public groups" permission to registered and guest user-groups on install
- Remove bad permission entries leftover from very old versions; xenforo's permission cleanup has likely zapped these anyway.
- Force global namespace for functions which are known to be optimizable to bytecode in php
- Minor code cleanup