File Details
12.0.0
- R
- Feb 27, 2026
- 65.88 KB
- 2.0K
- 12.0.1+3
- Classic + 3
File Name
TrinketMenu-12.0.0.zip
Supported Versions
- 12.0.1
- 5.5.3
- 2.5.5
- 1.15.8
lightweight tag cf9b1622cc4f721bb84d9e871fc9fb9a97563ed0 12.0.0
Author: Resike <resike@gmail.com>
Date: Fri Feb 27 19:39:13 2026 +0100
commit cf9b1622cc4f721bb84d9e871fc9fb9a97563ed0
Author: Resike <resike@gmail.com>
Date: Fri Feb 27 19:39:13 2026 +0100
12.0.0
commit 001aaad491245701233ec29ff16b197ee795ab77
Author: kAldown <kaldownb@gmail.com>
Date: Sat Feb 21 22:50:26 2026 +0100
fix(taint): guard protected operations with InCombatLockdown checks
Prevent ADDON_ACTION_BLOCKED errors by checking InCombatLockdown() before StartMoving, StopMovingOrSizing, and SetAttribute calls on frames that parent secure action buttons.
commit 001aaad491245701233ec29ff16b197ee795ab77
Author: kAldown <kaldownb@gmail.com>
Date: Sat Feb 21 22:50:26 2026 +0100
fix(taint): guard protected operations with InCombatLockdown checks
Prevent ADDON_ACTION_BLOCKED errors by checking InCombatLockdown() before StartMoving, StopMovingOrSizing, and SetAttribute calls on frames that parent secure action buttons.
commit c84a69357eba51355f3c276b9758daf08a4b603f
Author: kAldown <kaldownb@gmail.com>
Date: Fri Feb 20 00:13:59 2026 +0100
fix(compat): add TBC Classic 2.5.5 support
Guard C_AddOns and C_Container namespaced APIs with fallbacks to
global functions for TBC 2.5.5 where these namespaces don't exist.
Fix CastingInfo/ChannelInfo calls to only run on Classic Era where
they exist as globals. Update Interface versions for Anniversary
and TBC Classic.