View Single Post
08/13/15, 03:57 AM   #11
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
If an addon is multi api version ready, how to specify supported versions so it does not be shown as "out-dated" for one of the clients?
## APIVersion: 100011 100012
or
## APIVersion: 100011
## APIVersion: 100012
?

What happens, if someone tries
## APIVersion: ${apiversion}

/edit:
tried myself:
None of it works. => Once a new api version goes live, one still has to update the addon manifest for those who can't do that on their own.
May I did not get, what it's good for?!?

Last edited by votan : 08/13/15 at 12:56 PM.