Skip to content

Commit

Permalink
Changelog cleanup and alpha removal
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Jan 14, 2020
1 parent 540c6aa commit 71ab69a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Added auto pass data for the new trinkets.
Added both patch 8.3 and the raid as history mass deletion options.

### JSON Export
Sebastianbassen kinda created a JSON export which is now included (#180).
Sebastianbassen kindly created a JSON export which is now included (#180).


## Bugfixes
* *Fixed issue with CSV importing non-default responses (CurseClassic#25).*
* *Fixed issue with CSV importing responses without button groups (CurseClassic#25).*

# v2.16.1
## Changes
Expand Down
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function RCLootCouncil:OnInitialize()
self.version = GetAddOnMetadata("RCLootCouncil", "Version")
self.nnp = false
self.debug = false
self.tVersion = "Alpha.1" -- String or nil. Indicates test version, which alters stuff like version check. Is appended to 'version', i.e. "version-tVersion" (max 10 letters for stupid security)
self.tVersion = nil -- String or nil. Indicates test version, which alters stuff like version check. Is appended to 'version', i.e. "version-tVersion" (max 10 letters for stupid security)

self.playerClass = select(2, UnitClass("player"))
self.guildRank = L["Unguilded"]
Expand Down

0 comments on commit 71ab69a

Please sign in to comment.