diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 73159d0..3674b65 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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` diff --git a/CooldownTracker.toc b/CooldownTracker.toc index 4a89473..3003d8a 100755 --- a/CooldownTracker.toc +++ b/CooldownTracker.toc @@ -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 diff --git a/README.md b/README.md index e23a60a..2db01d9 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/curseforge_description.md b/curseforge_description.md index 27cb5a9..2850b62 100644 --- a/curseforge_description.md +++ b/curseforge_description.md @@ -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.*