Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Aug 18, 2024
1 parent 2b614ef commit caf3a2a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h3>Changes</h3>
<ul>
<li>Improve error messages if the library is misused.</li>
<li>Comparing items will now compare IDs instead of localized names.</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.8.0</h1>
<h3>Changes</h3>
<ul>
<li>Comparing items will now compare IDs instead of localized names.</li>
</ul>


<p>&nbsp;</p>
<h1>1.7.1</h1>
<h3>Changes</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, 11
local MAJOR, MINOR = ADDON_NAME, 12
local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not ItemCache and not IsStandalone then
return
Expand Down
2 changes: 1 addition & 1 deletion ItemCache.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Interface-Cata: 40400
## Interface-Classic: 11503

## Version: 1.7.1
## Version: 1.8.0
## Author: Anonomit

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

0 comments on commit caf3a2a

Please sign in to comment.