Skip to content

Commit

Permalink
Colection of small fixes
Browse files Browse the repository at this point in the history
- Fixed plugins showing Out od Date.
- Framework update to .161 version.
  • Loading branch information
Tercioo committed Nov 9, 2019
1 parent 0281d28 commit e1cc1bc
Show file tree
Hide file tree
Showing 10 changed files with 178 additions and 170 deletions.
9 changes: 9 additions & 0 deletions Libs/DF/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

background.blp
border_1.blp
border_2.blp
border_3.blp
cooltip_background.blp
feedback_sites.blp
icons.blp
mail.blp
4 changes: 3 additions & 1 deletion Libs/DF/fw.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

local dversion = 155
local dversion = 161

local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)

Expand Down Expand Up @@ -1654,6 +1655,7 @@ DF.GlobalWidgetControlNames = {
slider = "DF_SliderMetaFunctions",
split_bar = "DF_SplitBarMetaFunctions",
aura_tracker = "DF_AuraTracker",
healthBar = "DF_healthBarMetaFunctions",
}

function DF:AddMemberForWidget (widgetName, memberType, memberName, func)
Expand Down
Loading

0 comments on commit e1cc1bc

Please sign in to comment.