View Single Post
10/02/19, 03:43 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Version was there at first.
Version is not used by the game itsself afaik but is used within Minion e.g. to check for the version of the addon. Maybe in other tools as well.

AddOnVersion was added later and must be an unsigned integer value so the ingame vanilla addon manager can check if you got multiple versions of the same addon (it's meant to be used with libraries!) and ONLY loads the newest version. This tag replaces the usage of the library LibStub which also assures that you only load the newest version (newest = locally available "with the highest integer value") of a library and no older ones.

Last edited by Baertram : 10/02/19 at 04:00 PM.
  Reply With Quote