7.3.0.0

Details

  • Filename
    BankItems-r250-alpha.zip
  • Uploaded by
  • Uploaded
    Aug 29, 2017
  • Size
    95.60 KB
  • Downloads
    5,573
  • MD5
    b2abfbf93d3d41c090892567d8ffc7af

Supported WoW Retail Versions

  • 7.3.0

Changelog

------------------------------------------------------------------------
r250 | Burstroc | 2017-08-29 19:41:36 -0500 (Tue, 29 Aug 2017) | 7 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

FIXED: Update calls to PlaySound to use a soundKitID for 7.3.0 api changes
UPDATED: Now store BankItems version in saved variables as a number instead of a string. Makes for easier comparison of data versions. New variable in use to allow safe downgrading to earlier versions.
UPDATED: Combined Legion related update functions into a single function.
UPDATED: Legion update function will run again to convert old string versions to numbers and update old item links to add missing segments added in 7.0.3.
UPDATED: New method for removing accents from special characters during searches. Also moved the strlower calls into the accent removal function since it was called every time the function was anyway.
UPDATED: Unique Item tooltip caching updated for additional Legion segments. Will ignore unique caching of mythic keystones and artifact weapons for now.

------------------------------------------------------------------------
r249 | burstroc | 2016-07-25 00:21:09 -0500 (Mon, 25 Jul 2016) | 2 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

FIXED: Fixed issues with search overlays not displaying on all tabs. Replaced SetTexture with the new SetColorTexture where needed.
ADDED: Added new function to attempt to update saved mailbox data and remove any itemID's that were stored between prior Legion updates. These counts will be set to 1 and an out of date message will print when trying to load mailboxes that needed modification.
------------------------------------------------------------------------
r248 | burstroc | 2016-07-23 21:18:54 -0500 (Sat, 23 Jul 2016) | 1 line
Changed paths:
   M /trunk/BankItems.lua

Ticket 71: Added nil checks when checking for outdated mailbox.
------------------------------------------------------------------------
r247 | burstroc | 2016-07-22 15:09:28 -0500 (Fri, 22 Jul 2016) | 1 line
Changed paths:
   M /trunk/BankItems.lua

FIXED: Fixed errors resulting from 7.0 changes to GetSendMailItem function returns. If you sent mail to another tracked character with an older version of the addon after 7.0 launched you will need to visit their mailbox again to update counts.
------------------------------------------------------------------------
r246 | burstroc | 2016-07-20 00:27:56 -0500 (Wed, 20 Jul 2016) | 2 lines
Changed paths:
   M /trunk/BankItems.lua

FIXED: Updated SetInboxItem tooltip hook for changes to GetInboxItemLink.
UPDATED: Added new tooltip hook for SetRecipeReagentItem and removed old SetTradeSkillItem hook.
------------------------------------------------------------------------
r245 | burstroc | 2016-07-19 17:37:21 -0500 (Tue, 19 Jul 2016) | 3 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

FIXED: Fixed errors resulting from 7.0 changes to GetInboxItem function returns. If you visited a mailbox with an older version of the addon after 7.0 launched you will need to visit the mailbox again to update counts.
UPDATED: Opening the mailbox bag or switching the viewed character in BankItems will check if you used an older version of the addon to save mailbox counts since 7.0 went live and alert you to needing to visit the mailbox again to update.
UPDATED: Removed references to SetToFileData now that 7.0 is live.
------------------------------------------------------------------------