Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Sep 7, 2022
1 parent f06401c commit ec18002
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<h2>1.3.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
<ul>
<li>Added Item:GetInfoInstant().</li>
<li>Added Item:IsUsable().</li>
</ul>
<p>&nbsp;</p>
<p><strong>Bug Fixes</strong></p>
<ul>
<li>Fixed issue with Blizzard DebugTools.</li>
</ul>
<p>&nbsp;</p>
<h2>1.2.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion ItemCache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ItemCache.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 1.2.0
## Interface: 30400
## Version: 1.3.0
## Author: Anonomit

## Title: ItemCache
Expand Down
4 changes: 2 additions & 2 deletions ItemCache_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 1.2.0
## Interface: 30400
## Version: 1.3.0
## Author: Anonomit

## Title: ItemCache
Expand Down
2 changes: 1 addition & 1 deletion ItemCache_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11403
## Version: 1.2.0
## Version: 1.3.0
## Author: Anonomit

## Title: ItemCache
Expand Down
21 changes: 21 additions & 0 deletions ItemCache_Wrath.toc
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit ec18002

Please sign in to comment.