Skip to content

Commit

Permalink
v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanFalt committed Dec 13, 2024
1 parent 23dff19 commit 3f4cb23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/dialogs/dialog-bonus.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class DialogBonus extends FormApplication {
data.object.sheettype = "werewolfDialog";
}

data.listData = SelectHelper.SetupItem(this.actor);
data.listData = SelectHelper.SetupItem(this.object.item);

return data;
}
Expand Down
4 changes: 4 additions & 0 deletions module/migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,10 @@ export const updates = async () => {

if (newfunctions == "") {
newfunctions += 'Issues fixed in version:<br />';

if (_compareVersion(installedVersion, '4.1.4')) {
newfunctions += '<li>Fixed bug that caused problem creating bonus to item not connected to actor. <a href="https://github.com/JohanFalt/Foundry_WoD20/issues/917">[#917]</a></li>';
}

if (_compareVersion(installedVersion, '4.1.3')) {
newfunctions += '<li>Adding support for Vampire Classical Era and Age of Living Gods (mortal and vampire sheets). <a href="https://github.com/JohanFalt/Foundry_WoD20/issues/912">[#912]</a></li>';
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "worldofdarkness",
"title": "World of Darkness 20th edition",
"description": "To play World of Darkness 20th ed. Support for Werewolf the Apocalypse (W20), Mage the Ascension (M20), Vampire the Masquerade (V20), Changeling the Dreaming (C20), Wraith the Oblivion (Wr20), Hunter the Reckoning (HtR) and Demon the Fallen (DtF). Portions of the materials are the copyrights and trademarks of Paradox Interactive AB, and are used with permission. All rights reserved. For more information please visit worldofdarkness.com.",
"version": "4.1.3",
"version": "4.1.4",
"compatibility": {
"minimum": "12",
"verified": "12.331",
Expand Down Expand Up @@ -91,6 +91,6 @@
"url": "https://github.com/JohanFalt/Foundry_WoD20",
"background": "systems/worldofdarkness/assets/img/graphics/wod.png",
"manifest": "https://raw.githubusercontent.com/JohanFalt/Foundry_WoD20/main/system.json",
"download": "https://github.com/JohanFalt/Foundry_WoD20/archive/refs/tags/v4.1.3.zip",
"download": "https://github.com/JohanFalt/Foundry_WoD20/archive/refs/tags/v4.1.4.zip",
"license": "LICENSE.txt"
}

0 comments on commit 3f4cb23

Please sign in to comment.