9.0.5.5

Details

  • Filename
    Broker_Currency-9.0.5.5.zip
  • Uploaded by
  • Uploaded
    Apr 20, 2021
  • Size
    156.54 KB
  • Downloads
    415
  • MD5
    7273e94e4fef3012dc7d47f2dc0c5390

Supported WoW Retail Versions

  • 9.0.5

Changelog

Broker: Currency

9.0.5.5 (2021-04-21)

Full Changelog

  • Try to update currency descriptions before opening the preferences frame.
  • Use references to libraries instead of spawning them at will.
  • Remove dead code.
  • Move the (Items) indicator to the top of the currency description, on its own line.
  • Remove unnecessary AceTimer embed.
  • Use a function to return the currency description value, so later updates will be reflected.
  • Add (Items) to the end of the item currency description.
  • Set initial item currency description value to 'Loading...'
  • Remove :UnregisterEvents, merge :RegisterEvents into :OnUpdate, and move UpdateEventNames to just before it's used.
  • Create README.md
  • Check that the tooltip region isn't nil before attempting to call its GetText method. Resolves the https://www.curseforge.com/wow/addons/broker-currency/issues/74 issue.
  • Clean up event handling. Resolves the https://www.curseforge.com/wow/addons/broker-currency/issues/73 issue.