From 20e175081facfd91b2f361e28000caeae5fd8d01 Mon Sep 17 00:00:00 2001 From: Gethe Date: Wed, 5 Jul 2023 20:38:15 -0400 Subject: [PATCH] 10.1.5.0 --- Aurora.toc | 4 ++-- CHANGELOG.md | 8 +++++++- Skin/Retail/Interface/FrameXML/RolePoll.lua | 3 +-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Aurora.toc b/Aurora.toc index 6ac21fc2..a9d409c3 100644 --- a/Aurora.toc +++ b/Aurora.toc @@ -1,11 +1,11 @@ -## Interface: 100002 +## Interface: 100100 ## Interface-Classic: 11403 ## Interface-Wrath: 30400 ## Title: Aurora ## IconAtlas: callings-backhighlight-full ## Notes: Minimalistic window theme. ## Author: Haleth/Lightsword, Gethe -## Version: 10.0.2.2 +## Version: 10.1.5.0 ## LoadWith: Blizzard_CompactRaidFrames ## OptionalDeps: Ace3, LibTextDump-1.0, BugSack, WagoAnalytics ## SavedVariables: AuroraConfig diff --git a/CHANGELOG.md b/CHANGELOG.md index 271f3479..6b374b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## [10.0.2.2] ## +## [10.1.5.0] ## +### Fixed ### + + * [retail] Fixed for Patch 10.1.5 + +## [10.0.2.2] ## ### Fixed ### * [retail] Error when scenario stage has a progress bar @@ -410,6 +415,7 @@ * Error when opening azerite respec UI [Unreleased]: https://github.com/Gethe/Aurora/compare/master...develop +[10.1.5.0]: https://github.com/Haleth/Aurora/compare/10.0.2.2...10.1.5.0 [10.0.2.2]: https://github.com/Haleth/Aurora/compare/10.0.2.1...10.0.2.2 [10.0.2.1]: https://github.com/Gethe/Aurora/compare/10.0.2.0...10.0.2.1 [10.0.2.0]: https://github.com/Gethe/Aurora/compare/10.0.0.0...10.0.2.0 diff --git a/Skin/Retail/Interface/FrameXML/RolePoll.lua b/Skin/Retail/Interface/FrameXML/RolePoll.lua index bf32a01f..09de1f5d 100644 --- a/Skin/Retail/Interface/FrameXML/RolePoll.lua +++ b/Skin/Retail/Interface/FrameXML/RolePoll.lua @@ -7,8 +7,7 @@ if private.shouldSkip() then return end --[[ Core ]] local Aurora = private.Aurora local Base = Aurora.Base -local Hook, Skin = Aurora.Hook, Aurora.Skin -local Color, Util = Aurora.Color, Aurora.Util +local Skin = Aurora.Skin --do --[[ FrameXML\RolePoll.lua ]] --end