WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Minion (https://www.wowinterface.com/forums/forumdisplay.php?f=124)
-   -   Wrong addon version (https://www.wowinterface.com/forums/showthread.php?t=50090)

Kodewulf 10-15-14 06:00 PM

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


Pangentor 10-17-14 07:38 PM

Along the same lines, Minion will indicate that an upgrade is available when the installed version is a higher revision. For example, I have GoGoMount version 6.0.6 installed (from Curse), yet Minion wants me to update to version 5.4.13.

Phanx 10-17-14 09:59 PM

Yeah, it currently doesn't have any awareness of numbers, and whether 6 is higher than 5, etc. If the version number doesn't match exactly then it will tell you to update. It's also easily confused by additional letters or words in the version, eg. if the author wrote "v7.8" in the version box when they uploaded to WoWInterface, but the TOC file says "7.8" then it will tell you to update. Hopefully this will be improved in the future, but for now you just have to let Minion borrow some of your own brain power and look before you click. :p

Danpiel 10-18-14 01:32 AM

Also Minion sees ElvUI as ElvUI Lite, a outdated and abandoned addon

DonCorneo 10-22-14 09:39 PM

Version issue
 
This was an issue in the old Minion also.
I'm glad it is being worked on, and I hope that Minion does not die again.
I would like to make the addon I manage only available here, especially since I think WoWI was backstabbed during the WoW Matrix issue.
I am happy to BETA Minion for WoWI. Please contact me via email anytime you need tests ran.
Keep up the good work.


All times are GMT -6. The time now is 01:42 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI