This PR makes Pin Cushion compatible with Foundry 0.8.6.
Most smaller changes deal with differing data layouts or moved values (CONST, isOwner, etc.).
The big deleted chunks dealt with the creation, modification, and deletion of notes, which has now been folded into Foundry itself (0.8.6 resolved a major bug in the permission handling).
The only socket part still necessary is the folder handling, as users cannot create folders themselves.
Note for users: This removes the Pin Cushion setting to allow player note creation, as this can now be configured with the "Create Map Notes" permission.
This PR makes Pin Cushion compatible with Foundry 0.8.6.
Most smaller changes deal with differing data layouts or moved values (
CONST
,isOwner
, etc.).The big deleted chunks dealt with the creation, modification, and deletion of notes, which has now been folded into Foundry itself (0.8.6 resolved a major bug in the permission handling). The only socket part still necessary is the folder handling, as users cannot create folders themselves.
Note for users: This removes the Pin Cushion setting to allow player note creation, as this can now be configured with the "Create Map Notes" permission.