Skip to content

Commit

Permalink
Release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed May 2, 2024
1 parent 351ca92 commit 5af984b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<h3>Bug Fixes</h3>
<ul>
<li>Remove unrelated chat command aliases.</li>
<li>Fix issue when attempting to cache nonexistent items.</li>
<li>Fix for Cataclysm API change which caused druids to fail all usability checks.</li>
</ul>
8 changes: 8 additions & 0 deletions CHANGELOG_HISTORY.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<h1>1.4.3</h1>
<h3>Bug Fixes</h3>
<ul>
<li>Fix for Cataclysm API change which caused druids to fail all usability checks.</li>
</ul>


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

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

0 comments on commit 5af984b

Please sign in to comment.