Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Oct 3, 2024
1 parent ca8f28a commit ddbabda
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 Item:RequiresArchaeology().</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed issue with bind detection due to Blizzard API changes.</li>
<li>Fixed error when cancelling an incomplete cache operation.</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.9.1</h1>
<h3>Fixes</h3>
<ul>
<li>Fixed error when cancelling an incomplete cache operation.</li>
</ul>


<p>&nbsp;</p>
<h1>1.9.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, 13
local MAJOR, MINOR = ADDON_NAME, 14
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: 11504

## Version: 1.9.0
## Version: 1.9.1
## Author: Anonomit

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

0 comments on commit ddbabda

Please sign in to comment.