v0.1.2
What's Changed
-
Fix validation errors on Foundry v13+ — the Configure Ownership form's
<select>fields are named with anownership.prefix (e.g.ownership.default,ownership.<userId>). The module was copying those names directly asownershipkeys, producing invalid keys and triggeringDataModelValidationError: ownership is not a mapping of user IDs and document permission levels. Keys are now stripped of the prefix and validated (defaultor a numeric user ID), and non-concrete permission levels (inherit / no change) are skipped. -
Foundry V14 compatibility —
compatibility.verifiedupdated to14inmodule.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 |