Releases: solocommand/Socialite
Releases · solocommand/Socialite
Fix guild member right-click from tooltip
Prevents a LUA error from happening when right-clicking on a guild member in the TitanSocial tooltip
Battle for Azeroth Update
Updates to remove deprecated events and version bump.
Please note:
- This requires an update to the
TitanPanel
dependency. Until Titan is updated, it must be modified to load. See more information here: https://sourceforge.net/p/titanpanel/tickets/1068/ - With significant changes coming to the Guild and Social UIs, there is a strong chance that this addon will break again once those changes are re-enabled. Will be doing testing on Beta as soon as they are available!
Group mobile app users with other battle.net app users
Merge pull request #20 from solocommand/bnet-mobile Group mobile with battle.net app
Update interface version
No longer displays as out of date.
Backwards compatibility for LibUIDropDownMenu
Merge pull request #18 from solocommand/7.2.5 version bump
Update interface version
No longer displays as an out-of-date addon.
Actual fix for right-click
Previous change left in some of the NoTaint UIDropDownMenu function calls for variables that were out of scope. Since they are already locally scoped, restored these segments to the original.
Fix for right-click functions
The previous update to the right-click menu support broke the ability to send invites, and has been corrected.
Fix for right click menu taint
Version bump, performance updates
- Update ToC Version for patch 7.1
- Defer frame rendering to limit redrawing the frame multiple times in a single update.