Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89f03c7601 | ||
|
|
9d2eb14c0c | ||
|
|
7b3cb54983 | ||
|
|
a09bad2fed |
@@ -51,6 +51,9 @@ Meteor.methods({
|
|||||||
user.emails &&
|
user.emails &&
|
||||||
user.emails[0] &&
|
user.emails[0] &&
|
||||||
user.emails[0].address ||
|
user.emails[0].address ||
|
||||||
|
user.services &&
|
||||||
|
user.services.google &&
|
||||||
|
user.services.google.email ||
|
||||||
"reports@dicecloud.com";
|
"reports@dicecloud.com";
|
||||||
var bodyText = "Report ID: " + id +
|
var bodyText = "Report ID: " + id +
|
||||||
"\nSeverity: " + report.severity +
|
"\nSeverity: " + report.severity +
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ ChangeLogs.insert({
|
|||||||
});
|
});
|
||||||
|
|
||||||
ChangeLogs.insert({
|
ChangeLogs.insert({
|
||||||
version: "0.5.2",
|
version: "0.5.3",
|
||||||
changes: [
|
changes: [
|
||||||
"Prevented a harmless error caused by effects which have no stat set",
|
"Prevented a harmless error caused by effects which have no stat set",
|
||||||
"Added the ability to hide the spells tab",
|
"Added the ability to hide the spells tab",
|
||||||
@@ -144,3 +144,17 @@ ChangeLogs.insert({
|
|||||||
"Overhauled how effects' stats are chosen",
|
"Overhauled how effects' stats are chosen",
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ChangeLogs.insert({
|
||||||
|
version: "0.5.4",
|
||||||
|
changes: [
|
||||||
|
"Fixed rounding error on net worth calculation",
|
||||||
|
],
|
||||||
|
});
|
||||||
|
|
||||||
|
ChangeLogs.insert({
|
||||||
|
version: "0.5.5",
|
||||||
|
changes: [
|
||||||
|
"Fixed reports from google users not correctly storing the reply-to email address",
|
||||||
|
],
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user