From 6cbf6bcb53e5797acc886fb6167d11dc1b51c3ab Mon Sep 17 00:00:00 2001 From: Anonomit Date: Sun, 25 Sep 2022 16:34:59 -0400 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.html | 12 ++++++++++++ ItemCache.lua | 2 +- ItemCache_TBC.toc | 21 --------------------- ItemCache_Vanilla.toc | 2 +- ItemCache_Wrath.toc | 2 +- 5 files changed, 15 insertions(+), 24 deletions(-) delete mode 100644 ItemCache_TBC.toc diff --git a/CHANGELOG.html b/CHANGELOG.html index 1d2ab2d..033a001 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -1,3 +1,15 @@ +

1.4.0

+

 

+

API

+ +

 

+

Bug Fixes

+ +

 

1.3.0

 

API

diff --git a/ItemCache.lua b/ItemCache.lua index 2dfe495..5531144 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, 3 +local MAJOR, MINOR = ADDON_NAME, 4 local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR) if not ItemCache and not IsStandalone then return diff --git a/ItemCache_TBC.toc b/ItemCache_TBC.toc deleted file mode 100644 index d68e924..0000000 --- a/ItemCache_TBC.toc +++ /dev/null @@ -1,21 +0,0 @@ -## 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 - - diff --git a/ItemCache_Vanilla.toc b/ItemCache_Vanilla.toc index 2650e0b..35a3d98 100644 --- a/ItemCache_Vanilla.toc +++ b/ItemCache_Vanilla.toc @@ -1,5 +1,5 @@ ## Interface: 11403 -## Version: 1.3.0 +## Version: 1.4.0 ## Author: Anonomit ## Title: ItemCache diff --git a/ItemCache_Wrath.toc b/ItemCache_Wrath.toc index d68e924..f21317c 100644 --- a/ItemCache_Wrath.toc +++ b/ItemCache_Wrath.toc @@ -1,5 +1,5 @@ ## Interface: 30400 -## Version: 1.3.0 +## Version: 1.4.0 ## Author: Anonomit ## Title: ItemCache