API version 17

Este commit está contenido en:
Florian Brinker 2016-10-10 21:53:09 +02:00
commit e138b89b20
Se han modificado 3 ficheros con 9 adiciones y 3 borrados

Ver fichero

@ -1,10 +1,10 @@
## Title: AchievementInfo
## Description: Displays progress updates for achievements in the chat. You can display update-details like 'Slay 25/100 Monsters' if interested. |cFF0000Important:|r The messages appear only when an achievement is updated. This is no permanent tracking tool.
## Version: 2.10
## Version: 2.11
## Author: |c87B7CCAsto|r, @Astarax
## Contact: mail@coded-with-heart.com
## APIVersion: 100016
## APIVersion: 100017
## SavedVariables: ACHIEVEMENT_INFO_DB
## OptionalDependsOn: LibAddonMenu-2.0, LibStub

Ver fichero

@ -8,7 +8,7 @@
AchievementInfo = {}
AchievementInfo.name = "AchievementInfo"
AchievementInfo.author = "Asto, @Astarax"
AchievementInfo.version = 2.10
AchievementInfo.version = 2.11
AchievementInfo.savedVars = nil
AchievementInfo.LangStore = {}

6
README.md Archivo normal
Ver fichero

@ -0,0 +1,6 @@
# AchievementInfo
This is an Elderscrolls Online addon. [See all details and the download @ESOUI](http://www.esoui.com/downloads/info350-AchievementInfo.html#info).
## Why is it up here?
In case I quit or pause playing TESO and cannot maintain this addon, feel free to contribute to keep this up to date and running.
I'll still be active on Github and be able to update the ESOUI page.