Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Aug 6, 2024
1 parent b30099f commit 9ca86c4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<h3>API</h3>
<ul>
<li>Added ItemCache:IsItem().</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Druids can not longer use polearms in Era.</li>
<li>Improve error messages if the library is misused.</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.7.1</h1>
<h3>Changes</h3>
<ul>
<li>Improve error messages if the library is misused.</li>
</ul>


<p>&nbsp;</p>
<h1>1.7.0</h1>
<h3>API</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, 10
local MAJOR, MINOR = ADDON_NAME, 11
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.0
## Version: 1.7.1
## Author: Anonomit

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

0 comments on commit 9ca86c4

Please sign in to comment.