Skip to content

Commit e5f1b7a

Browse files
committed
Update module compatibility for Foundry VTT v14
Foundry v14 requires maximum >= 14 in module.json or the module won't load. Full API audit confirmed no breaking changes — the module uses no removed APIs (MeasuredTemplates, TinyMCE, ActiveEffects). https://claude.ai/code/session_01J3F55nRmeFHTtK4BnYgGGk
1 parent 730b5ab commit e5f1b7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"version": "0.0.2",
66
"compatibility": {
77
"minimum": "12",
8-
"verified": "13",
9-
"maximum": "13"
8+
"verified": "14",
9+
"maximum": "14"
1010
},
1111
"authors": [
1212
{

0 commit comments

Comments
 (0)