Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-15-14, 06:00 PM   #1
Kodewulf
Premium Member
 
Kodewulf's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 114
Wrong addon version

Minion build: 5301f19c2a83d870393a28eb91242540375ffd3c

Minion doesn't detect the correct version of addons installed. For example Minion tells me that I have version 3.0.5 installed of AckisRecipeList and that I should upgrade to version 3.0.6.

Code:
#@non-debug@
## Title: Ackis Recipe List
## Title-frFR: Ackis Recipe List
## Title-deDE: Ackis Rezeptliste 2.0
## Title-itIT: Ackis Recipe List
## Title-koKR: Ackis의 제조법 리스트 2.0
## Title-esMX: Ackis Recipe List 2.0
## Title-ruRU: Ackis Recipe List
## Title-zhCN: Ackis Recipe List
## Title-esES: Ackis Recipe List 2.0
## Title-zhTW: Ackis Recipe List
## Title-ptBR: Ackis Recipe List
#@end-non-debug@
#@debug@
# ## Title: Ackis Recipe List - Development Version
#@end-debug@
## X-Curse-Packaged-Version: 3.0.6
## X-Curse-Project-Name: Ackis Recipe List
## X-Curse-Project-ID: arl
## X-Curse-Repository-ID: wow/arl/mainline

#@non-debug@
## Notes: Ackis Recipe List is an addon which will scan your trade skills and provide information on how to obtain recipes. It works for all tradeskills including Runeforging.
## Notes-frFR: Ackis Recipe List est un addon qui analyse vos métiers et fournit des informations sur la façon d'obtenir les recettes manquantes. Il fonctionne pour tous les métiers, y compris Runeforge.
## Notes-deDE: Ackis Recipelist ist ein AddOn, das deine Berufe durchsucht und dir mitteilt, wo du fehlende Rezepte bekommst. Es funktioniert mit allen Berufen, inklusive Runenschmiedens.
## Notes-koKR: Ackis Recipe List|1은;는; 당신의 전문 기술들을 훑어서 제조법들을 얻는 방법에 대한 정보를 제공할 애드온입니다. 룬 벼리기를 포함하여 모든 전문 기술들에 작용합니다.
## Notes-itIT: Ackis Recipe List è un addon che scansiona le tue competenze nelle professioni e fornisce informazioni su come ottenere ricette. Funziona per tutte le professioni, inclusa Forgiarune.
## Notes-esMX: Examina sus profesiones y se dice cómo obtener las recetas que faltan. Se funciona con todas las profesiones, incluias Forja de runas.
## Notes-ruRU: Сканирует ваши профессии, составляет список отсутствующих рецептов, отображает информацию о способах их получения.
## Notes-zhCN: 扫描并告知如何获取缺失配方的详细商业技能信息插件。
## Notes-esES: Ackis Recipe List es un addon que escanea tus habilidades comerciales y provee información de cómo obtener las recetas. Funciona para todas las habilidades comerciales, incluida Forja de Runas.
## Notes-zhTW: 掃描並告知如何獲取缺失配方的詳細商業技能訊息插件。
## Notes-ptBR: Ackis Recipe List é um addon que irá escanear suas profissões e lhe provirá informações de como obter receitas. Funciona com todas profissões incluindo Forja Rúnica
#@end-non-debug@
#@debug@
# ## Notes: Latest alpha version of Ackis Recipe List
#@end-debug@

## Author: Ackis, Torhal, Zhinjio

## Interface: 60000
## X-Compatible-With: 60000
## Version: 3.0.6
## X-Revision: f2b1246
## X-Date: 2014-08-05T23:43:28Z

## X-Credits: FGWarmonger, Kagaro, Speeddymon, Xinhuan, Aesir, BWMerlin, everyone who translated stuff and more!
## X-Category: Tradeskill
## X-Localizations: enUS, frFR, zhCN, zhTW, deDE, itIT, koKR, esES, esMX, ruRU, ptBR
## X-Website: http://wow.curse.com/downloads/wow-addons/details/arl.aspx
## X-Feedback: http://www.wowace.com/addons/arl/forum/

## OptionalDeps: Ace3, LibAboutPanel, LibBabble-Boss-3.0, LibSharedMedia-3.0, LibQTip-1.0, LibTextDump-1.0, LibToast-1.0, LibDialog-1.0, Skillet, ATSW, Cauldron, TomTom, TipTac, Carbonite, tekDebug
## DefaultState: Enabled

## X-WoWI-ID: 5061
## SavedVariables: ARLDB2

## LoadManagers: AddonLoader
## X-LoadOn-Slash: /arl
## X-LoadOn-Events: TRADE_SKILL_SHOW
## X-LoadOn-TRADE_SKILL_SHOW: AddonLoader:LoadAddOn("AckisRecipeList"); AckisRecipeList:TRADE_SKILL_SHOW()

#@no-lib-strip@
# Libraries
embeds.xml
#@end-no-lib-strip@

# Localization files
locale.xml

# Constants should be loaded first - many files use them in their main chunk.
Constants.lua

# AcquireTypes should be loaded second.
AcquireTypes.lua

Core.lua
Utilities.lua
Recipe.lua
Config.lua
Waypoint.lua
Scanner.lua
Player.lua

# User Interface files
interface.xml

# Database files
database.xml
__________________
I will never forget. I will never regret. I will live my life.
  Reply With Quote
 

WoWInterface » Site Forums » Minion » Wrong addon version


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off