From d6126b5054a8817a06d507729ca52cd11605c5d8 Mon Sep 17 00:00:00 2001 From: Scott King Date: Sun, 19 Jul 2015 22:30:52 -0600 Subject: [PATCH] Revert "Revert "Config panel skeleton"" -- accidentally published on master This reverts commit fb60c2ac5c854d8d0a37aa0feb191f29385a9ddc. --- CHANGELOG.txt | 3 +++ PortraitHealth.lua | 2 +- PortraitHealth.toc | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a3318db..43529af 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +v4.0 + - GUI configuration options + v3.0.2 - simplified execute phase code diff --git a/PortraitHealth.lua b/PortraitHealth.lua index a5c3340..2df90c3 100755 --- a/PortraitHealth.lua +++ b/PortraitHealth.lua @@ -4,7 +4,7 @@ local classDisplayName, class, classID = UnitClass("player"); local PlayerClass = classID; local PlayerClassName = classDisplayName; local PlayerClassNameIndex = class; -local PH_v = '3.0.2'; -- version number +local PH_v = '4.0'; -- version number local limit1 = 0; -- limiter for sounds local executeSound = "Sound\\interface\\AuctionWindowClose.ogg"; local total = 0 -- timer start diff --git a/PortraitHealth.toc b/PortraitHealth.toc index c19094d..ff01274 100755 --- a/PortraitHealth.toc +++ b/PortraitHealth.toc @@ -2,7 +2,9 @@ ## Title: Portrait Health ## Notes: See your target's health percentage in bold text over their portrait. ## Author: Cilcraft -## Version: 3.0.2 +## Version: 4.0 ##SavedVariablesPerCharacter: PH_sound, PH_on +PortraitHealthConfig.lua +PortraitHealthConfig.xml PortraitHealth.lua PortraitHealth.xml -- 1.7.9.5