From 298aa1c52890b49b03c8cb4075456ff8d000478e Mon Sep 17 00:00:00 2001 From: Tim Robertson Date: Fri, 23 Oct 2020 01:12:44 -0400 Subject: [PATCH] Updating for 9.0.1 --- SheepMonitor.toc | 4 ++-- changelog.txt | 3 +++ timers.lua | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/SheepMonitor.toc b/SheepMonitor.toc index 25e4670..3804c76 100755 --- a/SheepMonitor.toc +++ b/SheepMonitor.toc @@ -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 diff --git a/changelog.txt b/changelog.txt index 9c615a7..79bc358 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/timers.lua b/timers.lua index 01c2812..b4b9279 100755 --- a/timers.lua +++ b/timers.lua @@ -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)