Skip to content

Commit

Permalink
Pushing TOC to version 4.2.4 BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimplex committed Jul 21, 2016
1 parent 431a66a commit 546a84f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,14 @@ function x:CompatibilityLogic( existing )
if existing and not x.db.global.dontShowDBCleaning then
StaticPopup_Show("XCT_PLUS_DB_CLEANUP_1")
end

-- Less Intrusive Migration
elseif CompareVersions( VersionToTable("4.2.4 beta"), previousVersion) > 0 then
for index in pairs(self.db.profile.spells.merge) do
if not addon.merges[index] then
self.db.profile.spells.merge[index] = nil
end
end
end

self.db.profile.dbVersion = addonVersionString
Expand Down
4 changes: 2 additions & 2 deletions xCT+.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
## Title: xCT+
## Notes: An Add-On that enhances and out-performs the default Floating Combat Text!
## Author: Dandruff-Stormreaver US
## Version: 4.2.3
## Version: 4.2.4 Beta
## RequiredDeps: Blizzard_CombatText
## OptionalDeps: xCT, ElvUI
## SavedVariables: xCTSavedDB
## X-Curse-Packaged-Version: 4.2.3
## X-Curse-Packaged-Version: 4.2.4 Beta
## X-Curse-Project-Name: xCT+
## X-Curse-Project-ID: xct-plus
## X-Curse-Repository-ID: wow/xct-plus/mainline
Expand Down

0 comments on commit 546a84f

Please sign in to comment.