Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _Describe how to verify this in-game, or note if the change is non-functional (C

# Checklist

- [ ] Tested in-game on Midnight (Interface 120001)
- [ ] Tested in-game on Midnight (Interface 120100)
- [ ] No new global variables introduced (or `.luacheckrc` updated if needed)
- [ ] No taint-unsafe patterns introduced (no runtime `CreateFrame`, `SetParent`, or `SetScript` on secure frames)
- [ ] `Data.lua` spell entries include both `duration` and `defaultDuration`
Expand Down
4 changes: 2 additions & 2 deletions CooldownTracker.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 120007
## Interface: 120100
## Title: Healer Cooldown Tracker
## Notes: Manually track healer cooldowns for raid leaders. Click to start a timer when a healer calls out on comms.
## Author: Reube
## Version: 1.7.3
## Version: 1.8.0
## SavedVariables: CooldownTrackerDB

Data.lua
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ The zip will appear on the [Releases](../../releases) page within a minute or tw

## Compatibility

Tested on **World of Warcraft: Midnight** (Interface 120001). Fully compliant with Midnight's addon restrictions — no combat log reading, no addon messaging.
Tested on **World of Warcraft: Midnight** (Interface 120100). Fully compliant with Midnight's addon restrictions — no combat log reading, no addon messaging.
2 changes: 1 addition & 1 deletion curseforge_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Open `Data.lua` and add a new entry to the cooldowns table — no other file nee

---

*Fully compatible with World of Warcraft: Midnight (Interface 120001). Zero automation — 100% Blizzard ToS compliant.*
*Fully compatible with World of Warcraft: Midnight (Interface 120100). Zero automation — 100% Blizzard ToS compliant.*
Loading