Skip to content

Commit

Permalink
Pushing 10.2.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arnvid committed Jan 28, 2024
1 parent 81f385e commit ad2d714
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bug report
description: Create a report to help us improve
title: "[Bug]"
labels: bug
assignees: Gethe
assignees: arnvid

body:
- type: checkboxes
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: "[Feature]"
labels: enhancement
assignees: Gethe
assignees: arnvid

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: Question
about: Ask a question
title: "[Qustion]"
labels: question
assignees: Gethe
assignees: arnvid

---
4 changes: 2 additions & 2 deletions Aurora.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
## Title: Aurora
## IconAtlas: callings-backhighlight-full
## Notes: Minimalistic window theme.
## Author: Haleth/Lightsword, Gethe
## Version: 10.2.5.0
## Author: Haleth/Lightsword, Gethe, Hanshi/arnvid
## Version: 10.2.5.1
## LoadWith: Blizzard_CompactRaidFrames
## OptionalDeps: Ace3, LibTextDump-1.0, BugSack, WagoAnalytics
## SavedVariables: AuroraConfig
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## [10.2.5.0] ##
## [10.2.5.1] ##
### Fixed ###

* [retail] AuctionHouseItemListMixin no longer has the functions OnScrollBoxRangeChanged or UpdateSelectionHighlights


## [10.2.5.0] ##
### Fixed ###

* [retail] ColorPicker changes according to 10.2.5
Expand Down
3 changes: 2 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Copyright (c) 2010-2024
[Haleth/Lightsword](http://www.wowinterface.com/forums/member.php?u=110142),
[Gethe](http://www.wowinterface.com/forums/member.php?u=111611).
[Gethe](http://www.wowinterface.com/forums/member.php?u=111611),
[Hanshi/arnvid](https://github.com/arnvid)
All rights reserved.

The contents of this software (the "AddOn"), excluding third-party resources,
Expand Down
3 changes: 2 additions & 1 deletion gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ local credits = gui:CreateFontString(nil, "ARTWORK", "GameFontHighlight")
credits:SetText([[
Aurora by Lightsword @ Argent Dawn - EU / Haleth on wowinterface.com
Maintained by Gethe
Maintained by Gethe (2016-2023) and Hanshi/arnvid (2023-)
]])
credits:SetPoint("TOP", line, "BOTTOM", 0, -20)

Expand Down

0 comments on commit ad2d714

Please sign in to comment.