Skip to content

v0.1.2

Choose a tag to compare

@bruceamoser bruceamoser released this 25 Aug 21:28
· 3 commits to main since this release

What's Changed

  • Fix validation errors on Foundry v13+ — the Configure Ownership form's <select> fields are named with an ownership. prefix (e.g. ownership.default, ownership.<userId>). The module was copying those names directly as ownership keys, producing invalid keys and triggering DataModelValidationError: ownership is not a mapping of user IDs and document permission levels. Keys are now stripped of the prefix and validated (default or a numeric user ID), and non-concrete permission levels (inherit / no change) are skipped.

  • Foundry V14 compatibilitycompatibility.verified updated to 14 in module.json, the release workflow's Foundry package notification updated to report v14, and the README badges/compatibility table refreshed for v11–v14.

Compatibility

Foundry VTT Status
v11 Minimum
v12 Compatible
v13 Compatible
v14 Verified