File Details
v1.8.1
- R
- Jul 9, 2026
- 189.16 KB
- 120
- 2.5.6
- Classic TBC
File Name
RaidLead-v1.8.1.zip
Supported Versions
- 2.5.6
The WoW TBC Classic Anniversary client updated to patch 2.5.6 (build 2.5.6.68575),
which bumps the addon Interface version to 20506. 2.5.6 is a service/backend-only
patch — no gameplay or API changes — so no code changes are needed, only the .toc
compatibility tag.
Please update <AddonName> for 2.5.6 and cut a patch release:
- Verify the live client version by reading
D:\World of Warcraft\.build.info(theVersionfield should read2.5.6.x). - In
D:\development\wow_addons<AddonName><AddonName>.toc, change## Interface: 20505→## Interface: 20506. (If it's already 20506, no change needed — just confirm.) - Do NOT change any Lua/gameplay code — 2.5.6 has no API impact.
- Cut a patch release with the
release-addonskill: bump the version in the.toc## Version:line AND the addon's Lua version constant, add a short "Compatibility: updated for TBC Classic 2.5.6 (Interface 20506)" CHANGELOG entry, commit only the named files, push, tagvX.Y.Z, build the zip, andgh release create. - Install to the live client with the
install-addonskill.
Version-constant locations (keep in sync with the .toc):
- WTFAY →
WTFAY.lua(local ADDON_VERSION = "X.Y.Z"and the header banner) - Cohort →
Core/Utils.lua(ns.VERSION = "X.Y.Z") - (RaidLead uses
Core/Utils.luans.ADDON_VERSION— already done.)