Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Dec 8, 2023
1 parent 3dd48e9 commit d8cf122
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<h3>Bug Fixes</h3>
<ul>
<li>Fix Blizzard issue with tooltips.</li>
<li>Remove unrelated chat command aliases.</li>
<li>Fix issue when attempting to cache nonexistent items.</li>
</ul>
9 changes: 9 additions & 0 deletions CHANGELOG_HISTORY.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h1>1.4.2</h1>
<h3>Bug Fixes</h3>
<ul>
<li>Remove unrelated chat command aliases.</li>
<li>Fix issue when attempting to cache nonexistent items.</li>
</ul>


<p>&nbsp;</p>
<h1>1.4.1</h1>
<h3>Bug Fixes</h3>
<ul>
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, 5
local MAJOR, MINOR = ADDON_NAME, 6
local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not ItemCache and not IsStandalone then
return
Expand Down
8 changes: 4 additions & 4 deletions ItemCache.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 30402
## Interface-Wrath: 30402
## Interface-Classic: 11403
## Version: 1.4.1
## Interface: 30403
## Interface-Wrath: 30403
## Interface-Classic: 11500
## Version: 1.4.2
## Author: Anonomit

## X-Curse-Project-ID: 591277
Expand Down

0 comments on commit d8cf122

Please sign in to comment.