Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Feb 12:22
· 134 commits to main since this release

PatchWerk

v1.0.2 (2026-02-19)

Full Changelog Previous Releases

  • Fix GetAddOnMetadata crash on TBC Classic Anniversary
    GetAddOnMetadata does not exist as a global in TBC Anniversary.
    Use C_AddOns.GetAddOnMetadata with fallback, matching the pattern
    already used in VersionCheck.lua.