The plugin does not seem to generate valid manifests after upgrading to PHP 7.4. The JSON contains the following error:
Deprecated: join(): Passing glue string after array is deprecated. Swap the parameters in [...]plugins/IiifItems/libraries/IiifItems/IiifUtil.php on line 82
Same error for IiifUtil.php on line 60, IiifUtil.php on line 64, and IiifUtil.php on line 72.
With parameters swapped (e.g., "$jsonData['label'] = join(' ', $elements['Dublin Core']['Title']);" instead of "$jsonData['label'] = join($elements['Dublin Core']['Title'], ' ');"), valid JSON is returned.
The plugin does not seem to generate valid manifests after upgrading to PHP 7.4. The JSON contains the following error:
Same error for IiifUtil.php on line 60, IiifUtil.php on line 64, and IiifUtil.php on line 72.
With parameters swapped (e.g., "$jsonData['label'] = join(' ', $elements['Dublin Core']['Title']);" instead of "$jsonData['label'] = join($elements['Dublin Core']['Title'], ' ');"), valid JSON is returned.