v2026.4

Details

  • Filename
    DropTheCheapestThing-v2026.4.zip
  • Uploaded by
  • Uploaded
    Aug 9, 2026
  • Size
    138.84 KB
  • Downloads
    2,723
  • MD5
    410d18e6a5435f286ae8225afd6aeb2a

Supported WoW Retail Versions

  • 12.1.0
  • 12.0.7

Supported WoW Mists of Pandaria Classic Versions

  • 5.5.4

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.5

Supported WoW Classic Versions

  • 1.15.8

Supported WoW Burning Crusade Classic Versions

  • 2.5.6

Changelog

DropTheCheapestThing

v2026.4 (2026-08-09)

Full Changelog Previous Releases

  • TOC for 12.1.0, 12.0.7, 5.5.4, 2.5.6
  • Actions: use the luacheck action instead of installing it from luarocks
    The lint job ran apt-get install with no apt-get update ahead of it, which
    fails whenever the runner image package index is stale.
    lunarmodules/luacheck@v1 replaces those three steps and runs the same
    luacheck . --no-color -q. Updates the checkout action from v2 to v7, which
    was still running a node version GitHub is retiring; nothing in that range
    affects a push-triggered workflow. Pins the packager to v2 rather than
    master, so an upstream change can no longer land in a release without
    warning; v2 is the maintained major tag, so fixes within the v2 line still
    arrive.