earlSt1 / vtt-compendium-folders

Collapsable folders in the compendium directory and folder structures inside compendiums for FoundryVTT
21 stars 18 forks source link

Warning messages with v2.5.3 under v10 #170

Closed manfred7168 closed 1 year ago

manfred7168 commented 1 year ago

I see warnings in the log about compatibility issues within module.json: setup.js:145

   [compendium-folders] The module "compendium-folders" is using "author" which is deprecated in favor of "authors"

logPackageWarnings @ setup.js:145

setup.js:145

   [compendium-folders] The module "compendium-folders" is using the old flat core compatibility fields which are deprecated in favor of the new "compatibility" object

logPackageWarnings @ setup.js:145

setup.js:145

   [compendium-folders] The module "compendium-folders" is using "name" which is deprecated in favor of "id"

logPackageWarnings @ setup.js:145

HippyCraig commented 1 year ago

I updated to v286 and see the following

image

steveculshaw commented 1 year ago

Weird ... I just get the three that @manfred7168 detailed

earlSt1 commented 1 year ago

Fixed in v2.5.4

HippyCraig commented 1 year ago

Cool thanks!