File Details
GCDwithPing_14-06-26.zip
- R
- Jun 14, 2026
- 35.26 KB
- 99
- 12.0.7+4
- Classic + 3
File Name
GCDwithPing_14-06-26.zip
Supported Versions
- 12.0.7
- 12.0.5
- 5.5.4
- 2.5.5
- 1.15.8
[1.10.5] - 2026-06-14
Fixed
-
Disabled addon overlays —
UpdateButtonnow hides the overlay when the addon is off, so late Blizzard cooldown callbacks cannot leave stale text on screen. -
hookIfCooldowngate — UsesShouldTrackCooldownFrame()before hooking, so non-action frames are not tracked when Cooldown Manager support is disabled. -
Cooldown Manager toggle — Turning off Cooldown Manager support in settings immediately runs a cooldown refresh to untrack viewer-only frames (no wait for the next tick).
-
API hardening —
GetCooldownTimes,GetFrameLevel,GetAttribute("action"), and size reads on secure-button sync paths are wrapped inpcall; debug logs use a sharedGetFrameName()helper. -
ActionButton_UpdateCooldownhook — Skips forbidden or invalid button frames before hooking.
Changed
-
ApplyOverlayFrameLevel— Reads the anchor button's frame level throughpcall, matching other frame-access guards.

