promotional bannermobile promotional banner

VersionCheck

This is a library for use in WoW Classic addons to do version checks

File Details

VersionCheck-v1.2.5

  • R
  • Mar 30, 2026
  • 6.51 KB
  • 3.9K
  • 3.4.3+2
  • Classic + 1

File Name

VersionCheck-1.0-VersionCheck-v1.2.5.zip

Supported Versions

  • 3.4.3
  • 2.5.5
  • 1.15.8

VersionCheck-1.0

VersionCheck-v1.2.5 (2026-03-30)

Full Changelog Previous Releases

  • fix: use GetAddOnMetadata fallback to correctly detect @project-version@
    When Enable() is called with a plain string, hostEntry.host is nil,
    causing myVersion to fall back to "unknown" and bypass the @project-version@
    suppression check. Now falls back to GetAddOnMetadata(addonName, "Version")
    in both FireBatch and ProcessVersionResponsesForHost.