diff --git a/.pkgmeta b/.pkgmeta
index 8f8323e..63348d4 100644
--- a/.pkgmeta
+++ b/.pkgmeta
@@ -40,8 +40,8 @@ externals:
libs/AceHook-3.0:
url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceHook-3.0
tag: latest
- libs/LibRangeCheck-2.0:
- url: https://github.com/WeakAuras/LibRangeCheck-2.0/
+ libs/LibRangeCheck-3.0:
+ url: https://github.com/WeakAuras/LibRangeCheck-3.0/
libs/LibSharedMedia-3.0:
url: svn://svn.wowace.com/wow/libsharedmedia-3-0/mainline/trunk
tag: latest
@@ -57,11 +57,11 @@ externals:
optional-dependencies:
- libdogtag-3-0
- libdogtag-unit-3-0
- - librangecheck-2-0
+ - librangecheck-3-0
move-folders:
IceHUD/IceHUD_Options: IceHUD_Options
- IceHUD/libs/LibRangeCheck-2.0/LibRangeCheck-2.0: IceHUD/libs/LibRangeCheck-2.0
+ IceHUD/libs/LibRangeCheck-3.0/LibRangeCheck-3.0: IceHUD/libs/LibRangeCheck-3.0
tools-used:
- libdatabroker-1-1
diff --git a/IceHUD.toc b/IceHUD.toc
index 86a65ce..3bed13f 100644
--- a/IceHUD.toc
+++ b/IceHUD.toc
@@ -15,7 +15,7 @@
#@end-non-debug@
## SavedVariables: IceCoreDB
## IconTexture: Interface\Icons\Spell_Frost_Frost
-## OptionalDeps: Ace3, LibSharedMedia-3.0, LibDogTag-3.0, LibDogTag-Unit-3.0, LibRangeCheck-2.0, LibDualSpec-1.0, LibDBIcon-1.0, AceGUI-3.0-SharedMediaWidgets
+## OptionalDeps: Ace3, LibSharedMedia-3.0, LibDogTag-3.0, LibDogTag-Unit-3.0, LibRangeCheck-3.0, LibDualSpec-1.0, LibDBIcon-1.0, AceGUI-3.0-SharedMediaWidgets
## X-Category: HUDs
## X-Website: https://www.wowace.com/projects/ice-hud
## X-Curse-Project-ID: 5394
diff --git a/changelog.md b/changelog.md
index fde8b4c..c702d11 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Changelog
+v1.14.37:
+
+- Update LibRangeCheck version to address taint issues (wowace ticket #353)
+
v1.14.36:
- Really fix IceHUD stomping on other uses of the PowerBarContainer such as the Digging bar for the Archive event.
diff --git a/embeds.xml b/embeds.xml
index e86c65f..a03f489 100644
--- a/embeds.xml
+++ b/embeds.xml
@@ -14,7 +14,7 @@
-
+
diff --git a/modules/RangeCheck.lua b/modules/RangeCheck.lua
index 6f5f3ec..ebaa3b6 100644
--- a/modules/RangeCheck.lua
+++ b/modules/RangeCheck.lua
@@ -11,7 +11,7 @@ function RangeCheck.prototype:init()
self.scalingEnabled = true
- LibRange = LibStub("LibRangeCheck-2.0", true)
+ LibRange = LibStub("LibRangeCheck-3.0", true)
end
function RangeCheck.prototype:Enable(core)
diff --git a/this_version.md b/this_version.md
index acec5d2..bd0dfce 100644
--- a/this_version.md
+++ b/this_version.md
@@ -1,5 +1,9 @@
# Changelog
+v1.14.37:
+
+- Update LibRangeCheck version to address taint issues (wowace ticket #353)
+
v1.14.36:
- Really fix IceHUD stomping on other uses of the PowerBarContainer such as the Digging bar for the Archive event.