Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 21, 2023
1 parent e338160 commit d1f3651
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 77 deletions.
50 changes: 3 additions & 47 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,48 +1,4 @@
<h2>1.4.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
<h3>Bug Fixes</h3>
<ul>
<li>Added Item:GetInfoInstantPacked().</li>
</ul>
<p>&nbsp;</p>
<p><strong>Bug Fixes</strong></p>
<ul>
<li>Fist Weapons are no longer considered usable to every class.</li>
</ul>
<p>&nbsp;</p>
<h2>1.3.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
<ul>
<li>Added Item:GetInfoInstant().</li>
<li>Added Item:IsUsable().</li>
</ul>
<p>&nbsp;</p>
<p><strong>Bug Fixes</strong></p>
<ul>
<li>Fixed issue with Blizzard DebugTools.</li>
</ul>
<p>&nbsp;</p>
<h2>1.2.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
<ul>
<li>Added Item:HasSuffix().</li>
</ul>
<p>&nbsp;</p>
<p><strong>Bug Fixes</strong></p>
<ul>
<li>Fixes for automatic shutdown when a higher version is detected.</li>
<li>Item:OnCache() (and variations) should now pass extra arguments to their callback functions, as intended.</li>
</ul>
<p>&nbsp;</p>
<h2>1.1.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
<ul>
<li>Added Item:GetStackSize().</li>
</ul>
<p>&nbsp;</p>
<h2>1.0.0</h2>
<p><strong>Initial Release</strong></p>
<p>&nbsp;</p>
<li>Fix Blizzard issue with tooltips.</li>
</ul>
66 changes: 37 additions & 29 deletions CHANGELOG_HISTORY.html
Original file line number Diff line number Diff line change
@@ -1,48 +1,56 @@
<h2>1.4.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
<h1>1.4.1</h1>
<h3>Bug Fixes</h3>
<ul>
<li>Added Item:GetInfoInstantPacked().</li>
<li>Fix Blizzard issue with tooltips.</li>
</ul>


<p>&nbsp;</p>
<p><strong>Bug Fixes</strong></p>
<h1>1.4.0</h1>
<h3>API</h3>
<ul>
<li>Fist Weapons are no longer considered usable to every class.</li>
<li>Added Item:GetInfoInstantPacked().</li>
</ul>
<p>&nbsp;</p>
<h2>1.3.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
<h3>Bug Fixes</h3>
<ul>
<li>Added Item:GetInfoInstant().</li>
<li>Added Item:IsUsable().</li>
<li>Fist Weapons are no longer considered usable to every class.</li>
</ul>


<p>&nbsp;</p>
<p><strong>Bug Fixes</strong></p>
<h1>1.3.0</h1>
<h3>API</h3>
<ul>
<li>Fixed issue with Blizzard DebugTools.</li>
<li>Added Item:GetInfoInstant().</li>
<li>Added Item:IsUsable().</li>
</ul>
<p>&nbsp;</p>
<h2>1.2.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
<h3>Bug Fixes</h3>
<ul>
<li>Added Item:HasSuffix().</li>
<li>Fixed issue with Blizzard DebugTools.</li>
</ul>


<p>&nbsp;</p>
<p><strong>Bug Fixes</strong></p>
<h1>1.2.0</h1>
<h3>API</h3>
<ul>
<li>Fixes for automatic shutdown when a higher version is detected.</li>
<li>Item:OnCache() (and variations) should now pass extra arguments to their callback functions, as intended.</li>
<li>Added Item:HasSuffix().</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixes for automatic shutdown when a higher version is detected.</li>
<li>Item:OnCache() (and variations) should now pass extra arguments to their callback functions, as intended.</li>
</ul>


<p>&nbsp;</p>
<h2>1.1.0</h2>
<p>&nbsp;</p>
<p><strong>API</strong></p>
<h1>1.1.0</h1>
<h3>API</h3>
<ul>
<li>Added Item:GetStackSize().</li>
<li>Added Item:GetStackSize().</li>
</ul>


<p>&nbsp;</p>
<h2>1.0.0</h2>
<p><strong>Initial Release</strong></p>
<p>&nbsp;</p>
<h1>1.0.0</h1>
<h3>Initial Release</h3>
2 changes: 1 addition & 1 deletion ItemCache.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 30402
## Interface-Wrath: 30402
## Interface-Classic: 11403
## Version: 1.4.0
## Version: 1.4.1
## Author: Anonomit

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

0 comments on commit d1f3651

Please sign in to comment.