Skip to content

Commit

Permalink
Addon Title
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Dec 28, 2020
1 parent aa2892e commit 066eb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FeedbackUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ local methods = {
g_FeedbackUI_feedbackVarsCustom = {}

function FeedbackUI_InfoTableToJSON(infoTable)
local addonVersion = GetAddOnMetadata("FeedbackUI", "Version") ;
infoTable["addonVersion"] = addonVersion;
infoTable["addonVersion"] = GetAddOnMetadata("FeedbackUI", "Version") ;
infoTable["addonTitle"] = GetAddOnMetadata("FeedbackUI", "Title") ;
local weekday, month, day, year = CalendarGetDate();
infoTable["reportCalendar"] = year .. "-" .. month .. "-" .. day
infoTable["reportDate"] = date()
Expand Down
2 changes: 1 addition & 1 deletion FeedbackUI.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 30300
## Title: FeedbackUI
## Version: 2.0.4
## Version: 2.0.5
## Author: stoneharry, Yehonal
## Notes: Sends feedback to a WoW Server. The feedback is stored locally in the server database for administrators or developers to read.
## SavedVariablesPerCharacter: g_FeedbackUI_feedbackVars, g_FeedbackUI_surveysTable
Expand Down

0 comments on commit 066eb24

Please # to comment.