mouse0270 / module-credits

Lists the authors of projects on the Manage Modules Window. If a url is provided in the module.json file, it will make the version tag link to the module url.
MIT License
7 stars 7 forks source link

Fixed console error related to innerHTML on missing sidebar elements, updated isNewerVersion calls #122

Open IHaveThatPower opened 1 month ago

IHaveThatPower commented 1 month ago

Added some escape hatches to the sidebar tweaks related to checking system versions for systems that do their own nonstandard tweaking (e.g. DND5e).

Also fixed deprecation warnings for uses of isNewerVersion() that weren't calling the foundry.utils method.