promotional bannermobile promotional banner

BetterBags - Teleports

Puts all your teleporting items into a single category.

File Details

3.0.0

  • R
  • Oct 8, 2025
  • 8.26 KB
  • 1.5K
  • 11.2.5+3
  • MoP Classic + 2

File Name

BetterBags-Teleports-3.0.0.zip

Supported Versions

  • 11.2.5
  • 5.5.0
  • 4.4.2
  • 1.15.7

BetterBags - Teleports

3.0.0 (2025-10-08)

Full Changelog Previous Releases

  • Refactor version checks to use addon.data namespace
    Moved all game version detection variables (isRetail, isClassic, etc.) into the addon.data namespace for consistency and to avoid global variable usage. Updated all references in data.lua and main.lua to use addon.data.<var> instead of standalone variables.
  • Add teleportation and hearthstone item data
    Introduces data.lua containing categorized lists of teleportation, portal, and hearthstone items across WoW expansions. This data structure will support addon features related to item-based travel and utility.
  • Refactor teleporters table hydration and config options
    Replaces repetitive teleporters table population with a data-driven approach using a helper function and data tables. Consolidates config option definitions and handlers, reducing code duplication and improving maintainability.
  • Update TOC interface versions and add data.lua
    Updated the Interface versions in the TOC file and added data.lua to the list of files. This ensures compatibility with newer client versions and includes the new data.lua file in the addon.