View Single Post
05/21/18, 11:12 AM   #8
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,979
How are we able to load the same addon twice, with different versions? The foldername would be the same for the addons thus the filenames would replace themselves and the game got no comparison to the addon versions anymore as there is only 1 folder containing the files.

The same for libraries which use libStub already to only load the "newest" version.

Originally Posted by ZOS_ChipHilseberg View Post
The version field is meant to hold an unsigned integer and is used to prevent a lower version of an addon from loading if there is a higher version. We can add an API to return this number, but it would not work with your "4.0.6" example.

Last edited by Baertram : 05/21/18 at 01:31 PM.
  Reply With Quote