Thread: add on updating
View Single Post
10/21/16, 07:57 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
Contact the addon developer by help of a private message and tell him/her what you need to have updated.
Maybe he/she wil limplement it.

If only the API version needs an update because it shows "out of date" ingame, simply edit the addon's manifest txt file and change the line here to the most current api version
Code:
## APIVersion: 100017
Save the file and reload the game.

You can get the most current api version by typing this into your game's chat box:
Code:
/script GetAPIVersion()
If the addon is not working afterwards you need to learn lua and fix it yourself or let the addon developer do this on his own. Assist him/her by providing information via PM or comment to test and find the errors.
  Reply With Quote