tests on version 14 compatibility #1389
Closed
KhaosFarbauti
announced in
Announcements
Replies: 3 comments 1 reply
|
Thank you for that! Can you just create a legacy mage actor and more or less do the same thing? I have an error on PC actors with secondary abilities when used with weapons I need to fix but I will release a version with v13 and v14 support in this case now during Easter as it looks. The V1 Application framework is deprecated will be handled during the v14 life cycle according to plan and why the pc actor was invented. |
1 reply
|
I will release v7 either today or tomorrow. |
0 replies
|
WoD20 v7 has been released. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi !
Since i upgraded to foundry v14.359, i tested WOD20 a bit by changing the maximum compatibility to 14 in the system.json file.
So far, everything works fine.
Tested :
I only got 2 type of warning and no errors.
First type of warning, when opening another window from the character sheet (calling the cast spell window or the define specialty windows)
foundry.mjs:1497 Error: The V1 Application framework is deprecated, and will be removed in a later core software version. Please use the V2 version of the Application framework available under foundry.applications.api.ApplicationV2.
Deprecated since Version 13
Backwards-compatible support will be removed in Version 16
at Object.logCompatibilityWarning (foundry.mjs:1485:17)
at new Application (foundry.mjs:41838:21)
at new FormApplication (foundry.mjs:42869:5)
at new DialogAreteCasting (dialog-aretecasting.js:181:9)
at ActionHelper.RollDialog (action-helpers.js:451:24)
at PCActorSheet.OnUseMacro (action-helpers.js:882:15)
at #onClickAction (foundry.mjs:31408:56)
at #onClick (foundry.mjs:31368:51)
Second type of warning, when actualy rolling the dice
foundry.mjs:1497 Error: The
core.rollModeclient setting is deprecated in favor ofcore.messageModeDeprecated since Version 14
Backwards-compatible support will be removed in Version 16
at Object.logCompatibilityWarning (foundry.mjs:1485:17)
at rollModeField.initialize (foundry.mjs:200064:21)
at Setting._castType (foundry.mjs:57378:19)
at Setting._initialize (foundry.mjs:57341:23)
at new DataModel (foundry.mjs:13302:10)
at new Document (foundry.mjs:14139:1)
at new BaseSetting (foundry.mjs:25064:1)
at new ClientDocumentMixin (foundry.mjs:35595:7)
at new Setting (foundry.mjs:57321:17)
at ClientSettings.get (foundry.mjs:197288:15)
foundry.mjs:1497 Error: ChatMessage.applyRollMode is deprecated in favor of ChatMessage.applyMode.
Deprecated since Version 14
Backwards-compatible support will be removed in Version 16
at Object.logCompatibilityWarning (foundry.mjs:1485:17)
at ChatMessage.applyRollMode (foundry.mjs:48517:19)
at DiceRoller (roll-dice.js:381:17)
at async DialogAreteCasting._castSpell (dialog-aretecasting.js:545:29)
Nothing else so far so WOD20 seems full 14 compatible 👍
All reactions