Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 22, 2022
1 parent 4d47d01 commit 24dd8e6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<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>
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, 1
local MAJOR, MINOR = ADDON_NAME, 2
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
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 1.1.0
## Version: 1.2.0
## Author: Anonomit

## Title: ItemCache
Expand Down
2 changes: 1 addition & 1 deletion ItemCache_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 1.1.0
## Version: 1.2.0
## Author: Anonomit

## Title: ItemCache
Expand Down
2 changes: 1 addition & 1 deletion ItemCache_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11403
## Version: 1.1.0
## Version: 1.2.0
## Author: Anonomit

## Title: ItemCache
Expand Down

0 comments on commit 24dd8e6

Please sign in to comment.