Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfShred committed Feb 25, 2020
1 parent 3e1a5a7 commit 5cdf879
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
local zo_strformat = zo_strformat

local changelogMessages = {
"|cFFA500LuiExtended Version 6.0.1|r",
"",
"|cFFFF00General:|r",
"[*] Fixed an issue with the Crowd Control Tracker where \"Player Set AOE\" was using the setting for \"Player Ultimate AOE.\"",
"[*] Fixed an issue where the keybinding options for Summon Banker/Merchant were reversed (Banker key summoned Merchant and vice versa).",
"[*] Fixed a few strings missing from the German translation.",
"",
"|cFFA500LuiExtended Version 6.0.0|r",
"",
"|cFFFF00General:|r",
"[*] DE translation has been started and populated thoroughly thanks to AmonFlorian!",
"[*] Added keybindings to summon the new Cat Banker/Merchant from the crown store.",
Expand Down
2 changes: 1 addition & 1 deletion LuiExtended.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if LUIE == nil then LUIE = {} end

LUIE.tag = "LUIE"
LUIE.name = "LuiExtended"
LUIE.version = "6.0.0"
LUIE.version = "6.0.1"
LUIE.author = "ArtOfShred, psypanda & SpellBuilder"
LUIE.website = "https://www.esoui.com/downloads/info818-LuiExtended.html"
LUIE.github = "https://github.com/ArtOfShred/LuiExtended"
Expand Down
4 changes: 2 additions & 2 deletions LuiExtended.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Title: |cE12000L|cFFFFB0ui E|rxtended|
## Author: ArtOfShred, psypanda, SpellBuilder
## Version: 6.0.0
## Version: 6.0.1
## APIVersion: 100030
## AddOnVersion: 600
## AddOnVersion: 601
## Description: Provides UnitFrames, InfoPanel, Combat Text & Info, Buffs & Debuff Tracking, Chat Announcements and Slash Commands.
## DependsOn: LibAddonMenu-2.0 LibMediaProvider-1.0
## OptionalDependsOn: LibStub
Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### Version 6.0.1

General
- Fixed an issue with the Crowd Control Tracker where "Player Set AOE" was using the setting for "Player Ultimate AOE."
- Fixed an issue where the keybinding options for Summon Banker/Merchant were reversed (Banker key summoned Merchant and vice versa).
- Fixed a few strings missing from the German translation.

---

### Version 6.0.0

General
Expand Down

0 comments on commit 5cdf879

Please sign in to comment.