Skip to content

Commit

Permalink
Updating for 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
funkjedi committed Oct 23, 2020
1 parent edb3452 commit 298aa1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SheepMonitor.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 80300
## Interface: 90001
## Title: Sheep Monitor
## Notes: Provides various methods of notification to help you keep track of your flock.
## Author: funkjedi
## Version: 1.23
## Version: 1.24
## SavedVariables: SheepMonitorDatabase
## OptionalDeps: Ace3, LibAuras, LibAuraInfo-1.0

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.24
- updated for patch 9.0.1

1.23
- adding support for Mawrat
- fix chat message warnings when in instance groups
Expand Down
2 changes: 1 addition & 1 deletion timers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function SheepMonitor.Timer:New()
end

-- create a new timer
local timer = SheepMonitor.Timer:Bind(CreateFrame('Frame', nil, SheepMonitor.notifier))
local timer = SheepMonitor.Timer:Bind(CreateFrame('Frame', nil, SheepMonitor.notifier, BackdropTemplateMixin and 'BackdropTemplate' or nil))
timer:Hide()
timer:SetWidth(140)
timer:SetHeight(28)
Expand Down

0 comments on commit 298aa1c

Please sign in to comment.