View Single Post
10/23/22, 03:50 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
You can write me a pm too, I'm also able to help with discontiued/outdated moves.

I've moved it to the category "Combat" now. If you want it to be in another main category pleae write me a PM and tell me which category you want it to be.
You can afterwards edit the addon and add it to additional categories there.


What Sharlikran already found and described can be read "describing it in general" here too:
https://www.esoui.com/forums/showthread.php?t=9149


Please also check the APIversion in your txt file AND most important: Check the dependencies in your txt file.
If you use LibAddonMenu please make sure your txt references the currently most up2date version via the >= <version> tag addition!

e.g. if LibAddonMenu-2.0 's txt file says
## AddOnVersion: 34

You should update your addon to require that version, which is the curerntly most up2date, too!:

## DependsOn: LibAddonMenu-2.0>=34

You assure that noone will use a very outdated version of LAM 2 e.g. version 21 where the global variable LibAddonMenu2 did not exist!!!
Tat way you also remove yourself work if users report errors that do not exist if the would update their libsand use the newest ones :-)
It was added with version 26 or something like that (see LAM changelog).

Last edited by Baertram : 10/23/22 at 03:58 AM.
  Reply With Quote