diff --git a/CHANGELOG.html b/CHANGELOG.html index 023b87f..1d2ab2d 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -1,3 +1,16 @@ +
+
API
++
Bug Fixes
+
API
diff --git a/ItemCache.lua b/ItemCache.lua index 847e87a..fcdbf42 100644 --- a/ItemCache.lua +++ b/ItemCache.lua @@ -4,7 +4,7 @@ local ADDON_NAME = "ItemCache" local HOST_ADDON_NAME, Data = ... local IsStandalone = ADDON_NAME == HOST_ADDON_NAME -local MAJOR, MINOR = ADDON_NAME, 2 +local MAJOR, MINOR = ADDON_NAME, 3 local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR) if not ItemCache and not IsStandalone then return diff --git a/ItemCache.toc b/ItemCache.toc index c63309c..d68e924 100644 --- a/ItemCache.toc +++ b/ItemCache.toc @@ -1,5 +1,5 @@ -## Interface: 20504 -## Version: 1.2.0 +## Interface: 30400 +## Version: 1.3.0 ## Author: Anonomit ## Title: ItemCache diff --git a/ItemCache_TBC.toc b/ItemCache_TBC.toc index c63309c..d68e924 100644 --- a/ItemCache_TBC.toc +++ b/ItemCache_TBC.toc @@ -1,5 +1,5 @@ -## Interface: 20504 -## Version: 1.2.0 +## Interface: 30400 +## Version: 1.3.0 ## Author: Anonomit ## Title: ItemCache diff --git a/ItemCache_Vanilla.toc b/ItemCache_Vanilla.toc index b66711a..2650e0b 100644 --- a/ItemCache_Vanilla.toc +++ b/ItemCache_Vanilla.toc @@ -1,5 +1,5 @@ ## Interface: 11403 -## Version: 1.2.0 +## Version: 1.3.0 ## Author: Anonomit ## Title: ItemCache diff --git a/ItemCache_Wrath.toc b/ItemCache_Wrath.toc new file mode 100644 index 0000000..d68e924 --- /dev/null +++ b/ItemCache_Wrath.toc @@ -0,0 +1,21 @@ +## Interface: 30400 +## Version: 1.3.0 +## Author: Anonomit + +## Title: ItemCache +## Notes: Caches item data returned by GetItemInfo() and more. Can be run standalone to store data between sessions, or can be embedded as a library. + +## SavedVariables: ItemCacheDB, ItemCacheStorage + +## X-Embeds: LibStub, Ace3 + + +embeds.xml + +Config.lua + +locales.xml + +ItemCache.lua + +