Quantcast

Updated some files and removed a file not in use anymore.

Repooc [09-24-12 - 23:35]
Updated some files and removed a file not in use anymore.

Signed-off-by: Repooc <repooc@tukui.org>
Filename
CHANGELOG.txt
ElvUI_SLE/ElvUI_SLE.toc
ElvUI_SLE/core/core.lua
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 533fa7f..2e6820f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-v1.16 (Unreleased)
+v1.16 (September 24, 2012)
 - Added Search Feature for Mount Window by p3lim
 - Fixed lua error about missing locale for ElvUI Hud during install process(It was mistyped)
 - Fixed Raid Marker not toggling off
diff --git a/ElvUI_SLE/ElvUI_SLE.toc b/ElvUI_SLE/ElvUI_SLE.toc
index 54d4a8a..939b397 100644
--- a/ElvUI_SLE/ElvUI_SLE.toc
+++ b/ElvUI_SLE/ElvUI_SLE.toc
@@ -1,7 +1,7 @@
 ## Interface: 50001
 ## Title: |cff1784d1ElvUI |rShadow and Light Edit
 ## Author: Darth Predator, Repooc
-## Version: 1.15
+## Version: 1.16
 ## Notes: Plugin-edit for |cff1784d1ElvUI|r.
 ## Notes-ruRU: Плагин-редакция для |cff1784d1ElvUI|r.
 ## eMail: darthpred@gmail.com, repooc@tukui.org
diff --git a/ElvUI_SLE/core/core.lua b/ElvUI_SLE/core/core.lua
deleted file mode 100644
index c9802f9..0000000
--- a/ElvUI_SLE/core/core.lua
+++ /dev/null
@@ -1,18 +0,0 @@
-local E, L, V, P, G =  unpack(ElvUI); --Inport: Engine, Locales, ProfileDB, GlobalDB
-
-function E:SendRecieve(event, prefix, message, channel, sender)
-	if event == "CHAT_MSG_ADDON" then
-		if sender == E.myname then return end
-
-		if prefix == "ElvUIVC" and sender ~= 'Elv' and not string.find(sender, 'Elv%-') then
-			if tonumber(message) > tonumber(E.version) then
-				E:Print(L["Your version of ElvUI is out of date. You can download the latest version from www.tukui.org"])
-				self:UnregisterEvent("CHAT_MSG_ADDON")
-				self:UnregisterEvent("PARTY_MEMBERS_CHANGED")
-				self:UnregisterEvent("RAID_ROSTER_UPDATE")
-			end
-		end
-	else
-		E:ScheduleTimer('SendMessage', 12)
-	end
-end
\ No newline at end of file