Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 24, 2024
1 parent 4f7ea09 commit a30af0d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<h3>API</h3>
<ul>
<li>Items can now be built with a third parameter: uniqueID. This is sometimes required to send suffix item links through chat.</li>
<li>ItemCache:Filter() callback is now passed a fourth parameter: uniqueID.</li>
<li>Added Item:GetUniqueID().</li>
<li>Added Item:HasUniqueID().</li>
<li>Added Item:GetIDSuffixUniqueID().</li>
<li>Added Item:GetLinkUncached().</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix for Cataclysm API change which caused druids to fail all usability checks.</li>
<li>Fixed an issue with linking items that scale by character level.</li>
</ul>
17 changes: 17 additions & 0 deletions CHANGELOG_HISTORY.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<h1>1.5.0</h1>
<h3>API</h3>
<ul>
<li>Items can now be built with a third parameter: uniqueID. This is sometimes required to send suffix item links through chat.</li>
<li>ItemCache:Filter() callback is now passed a fourth parameter: uniqueID.</li>
<li>Added Item:GetUniqueID().</li>
<li>Added Item:HasUniqueID().</li>
<li>Added Item:GetIDSuffixUniqueID().</li>
<li>Added Item:GetLinkUncached().</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue with linking items that scale by character level.</li>
</ul>


<p>&nbsp;</p>
<h1>1.4.3</h1>
<h3>Bug Fixes</h3>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions ItemCache.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 40400
## Interface-Cata: 40400
## Interface-Wrath: 30403
## Interface-Classic: 11502
## Version: 1.4.3

## Version: 1.5.0
## Author: Anonomit

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

0 comments on commit a30af0d

Please sign in to comment.