Skip to content

Commit

Permalink
10.2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnvid committed May 26, 2024
1 parent 344314b commit f6b1bde
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Aurora.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## IconAtlas: callings-backhighlight-full
## Notes: Minimalistic window theme.
## Author: Haleth/Lightsword, Gethe, Hanshi/arnvid
## Version: 10.2.7.0
## Version: 10.2.7.1
## LoadWith: Blizzard_ChatFrame
## OptionalDeps: Ace3, LibTextDump-1.0, BugSack, WagoAnalytics
## SavedVariables: AuroraConfig
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## [10.2.7.0] ##
## [10.2.7.1] ##
### Fixed ###

* [retail] fix: Another LFGList layer change - missed previously - #116
* [retail] fix: GetPlayerStyleString Taint
* [retail] add: support for groupfinder-icon-role-micro


## [10.2.7.0] ##
### Fixed ###

* [classic] disabled non-mainline builds while rebuilding the structure
Expand All @@ -11,6 +19,7 @@
* [retail] fix: missing brackets
* [retail] chore: sync with gethe/wow-ui-source


## [10.2.6.1] ##
### Fixed ###

Expand Down
2 changes: 1 addition & 1 deletion Skin/Interface/FrameXML/LFGList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function private.FrameXML.LFGList()
elseif activityInfo.isMythicActivity then
PlaystyleString = "GROUP_FINDER_PVE_MYTHICZERO_PLAYSTYLE"
end
return PlaystyleString and _G[PlaystyleString .. tostring(playstyle)] or nil
return PlaystyleString and _G[PlaystyleString .. _G.tostring(playstyle)] or nil
end
_G.LFGListEntryCreation_SetTitleFromActivityInfo = function(_) end
end
Expand Down

0 comments on commit f6b1bde

Please sign in to comment.