API version 17

这个提交包含在:
Florian Brinker 2016-10-10 21:53:09 +02:00
当前提交 e138b89b20
共有 3 个文件被更改,包括 9 次插入3 次删除

查看文件

@ -1,10 +1,10 @@
## Title: AchievementInfo ## 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. ## 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 ## Author: |c87B7CCAsto|r, @Astarax
## Contact: mail@coded-with-heart.com ## Contact: mail@coded-with-heart.com
## APIVersion: 100016 ## APIVersion: 100017
## SavedVariables: ACHIEVEMENT_INFO_DB ## SavedVariables: ACHIEVEMENT_INFO_DB
## OptionalDependsOn: LibAddonMenu-2.0, LibStub ## OptionalDependsOn: LibAddonMenu-2.0, LibStub

查看文件

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

6
README.md 普通文件
查看文件

@ -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.