changeset 45:f1e4371991ce beta-0.82 v0.82

7.2 update
author ShadowTheAge
date Tue, 01 Aug 2017 12:11:47 +0300
parents e55c84b53f42
children fa2859c1f35f
files CrossRealmAssist.lua CrossRealmAssist.toc CrossRealmAssistSettings.lua
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CrossRealmAssist.lua	Thu Oct 27 02:20:58 2016 +0300
+++ b/CrossRealmAssist.lua	Tue Aug 01 12:11:47 2017 +0300
@@ -654,9 +654,9 @@
 
 
     lfgui = setupWidget(CreateFrame("Frame","CrossRealmAssistJoinUI",nil,"UIPanelDialogTemplate"), {SetFrameStrata="HIGH",SetWidth=tableWidth+45,SetHeight=shift+95,EnableMouse=true,SetMovable=true,SetScale=scale})
-    lfgui.title:SetText("Click to join group");
+    lfgui.Title:SetText("Click to join group");
     local dragRect = setupWidget(CreateFrame("Frame",nil,lfgui), {EnableMouse=true,RegisterForDrag="LeftButton"}, 0, 6);
-    dragRect:SetAllPoints(lfgui.title)
+    dragRect:SetAllPoints(lfgui.Title)
     dragRect:SetScript("OnDragStart", function() lfgui:StartMoving() end)
     dragRect:SetScript("OnDragStop", function() lfgui:StopMovingOrSizing() end)
     lfgui:SetScript("OnUpdate",addon.lfgUpdate)
@@ -747,7 +747,7 @@
     lfgScanInProgress = true
     curLfgGroup = group
     local languages = db.global.allLanguages and allLanguageTable or C_LFGList.GetLanguageSearchFilter();
-    C_LFGList.Search(addon.lfgGroups[curLfgGroup],"",nil,nil,languages)
+    C_LFGList.Search(addon.lfgGroups[curLfgGroup],{},nil,nil,languages)
 end
 
 function addon:LfgScanFailed(event, reason)
--- a/CrossRealmAssist.toc	Thu Oct 27 02:20:58 2016 +0300
+++ b/CrossRealmAssist.toc	Tue Aug 01 12:11:47 2017 +0300
@@ -1,8 +1,8 @@
-## Interface: 70100
+## Interface: 70200
 ## Title: Cross Realm Assist
 ## Notes: Easy tool for cross-realm hoping
 ## Author: ShadowTheAge
-## Version: 0.81 beta
+## Version: 0.82 beta
 ## SavedVariables: CrossRealmAssistDB
 
 embeds.xml
--- a/CrossRealmAssistSettings.lua	Thu Oct 27 02:20:58 2016 +0300
+++ b/CrossRealmAssistSettings.lua	Tue Aug 01 12:11:47 2017 +0300
@@ -1,4 +1,4 @@
-local version = "v0.81";
+local version = "v0.82";
 local about = [[About:
 I have started to make this addon as a tool for myself. Few people started to use it when I pushed it to Curse. Then updated it once with 6.2 release.
 After some time I have catched a dialog on my own realm discussing it. I went to check curse page and I was shocked - it was in top-60 monthly downloaded addons with lots of suggestions and few bug reports.