Version 1.2.4 (18-12-2017)
Jarth [12-18-17 - 21:23]
Version 1.2.4 (18-12-2017)
diff --git a/Changelog b/Changelog
index 1380e0e..d0b1147 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,9 @@
-------------------------------------------------------------------------------
Summon Assistant
-------------------------------------------------------------------------------
+Version 1.2.4 (18-12-2017)
+- Fixed issue when dragging skills to the hotbar
+
Version 1.2.3 (18-12-2017)
- Added functionality to hide the bar, when in menues
-- Feature: If the bar is hidden it will become visible when changing the orientation
diff --git a/SummonAssistant.lua b/SummonAssistant.lua
index 5c8d66c..4e5b8e6 100644
--- a/SummonAssistant.lua
+++ b/SummonAssistant.lua
@@ -13,7 +13,7 @@ local LAM2 = LibStub:GetLibrary("LibAddonMenu-2.0")
-------------------------------------------------------------------------------------------------
local ADDON_NAME = "SummonAssistant"
local ADDON_VERSION = 1.2
-local ADDON_MINOR_VERSION = 2
+local ADDON_MINOR_VERSION = 4
local ADDON_AUTHOR = "Jarth"
local ADDON_WEBSITE = ""
local SummonAssistant = {} -- this may seem odd, but it sets the access level for "SummonAssistant"
@@ -83,7 +83,7 @@ end
function SummonAssistant.setFragmentBehaviour(menuOpen)
if SummonAssistant.Fragment == nil then
- SummonAssistant.Fragment = ZO_FadeSceneFragment:New( SA_Frame )
+ SummonAssistant.Fragment = ZO_HUDFadeSceneFragment:New( SA_Frame )
end
if SummonAssistant.savedVariables.hideBarInMenu then
diff --git a/SummonAssistant.txt b/SummonAssistant.txt
index 96f7eb8..d1db8b0 100644
--- a/SummonAssistant.txt
+++ b/SummonAssistant.txt
@@ -6,7 +6,7 @@
## APIVersion: 100021
## Title: SummonAssistant
-## Version: 1.2.2
+## Version: 1.2.4
## Author: Jarth
## Description: Summon assistant, by hotkey or button!
##