Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jul 18, 2024
1 parent d13e3e8 commit d924fa7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<h3>API</h3>
<ul>
<li>Added Item:GetClass().</li>
<li>Added Item:GetSubClass().</li>
<li>Added Item:GetClassSubClass().</li>
<li>Added ItemCache:IsItem().</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Druids can now use polearms in Era.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed another issue with localized druid text due to the Cataclysm API change.</li>
<li>Druids can not longer use polearms in Era.</li>
</ul>
12 changes: 12 additions & 0 deletions CHANGELOG_HISTORY.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<h1>1.7.0</h1>
<h3>API</h3>
<ul>
<li>Added ItemCache:IsItem().</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Druids can not longer use polearms in Era.</li>
</ul>


<p>&nbsp;</p>
<h1>1.6.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, 9
local MAJOR, MINOR = ADDON_NAME, 10
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.6.0
## Version: 1.7.0
## Author: Anonomit

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

0 comments on commit d924fa7

Please sign in to comment.