NE Stats v1.1.8
NE Stats v1.1.8
Changes since v1.1.7.
Merged pull requests
#117 chore: refresh WoW API docs (build 12.0.7.68974)
Automated WoW API doc refresh from Gethe/wow-ui-source (live). Does not touch ZhuraStats.toc, so no release is cut.
#118 chore: add WoW 12.1 support
Summary
- declare compatibility with both World of Warcraft 12.0.7 (Interface 120007) and Midnight 12.1.0 (Interface 120100)
- bump the addon version to 1.1.8 so the release workflow publishes a new build after merge
Patch 12.1.0, Curse of Ula'tek, launches in Europe on August 12, 2026.
Compatibility review
Compared the API digest generated from Gethe/wow-ui-source ptr build 12.1.0.69189 with the current 12.0.7.68974 digest.
- all stat APIs used by NE Stats are still present
- their signatures and Secret-value restrictions are unchanged
- all registered events used by the addon are still present
UnitClassgainsSecretWhenUnitIdentityRestricted, but NE Stats only queries"player", which remains readable under that predicate- generated PTR API docs are intentionally not included; the nightly workflow tracks the
livebranch and will refresh them after the patch goes live
Validation
git diff --check- verified
Interface: 120007, 120100 - verified
Version: 1.1.8 - no Lua files changed