Description of the bug
The composer package/release 0.2.0 is out of date with the repo.
Noticeable for instance in deprecation notices with regard to return types in src/PluginProperties.php methods, which has already been fixed 2 years ago with 4a7f265.
please publish a release so that composer can install the current code base.
Reproduction instructions
install using composer with composer require bueltge/multisite-global-media
Expected behavior
not see these deprecated messages:
Environment info
php 8.2+
wp 6.7+
nginx (laravel valet)
Relevant log output
Deprecated: Return type of MultisiteGlobalMedia\PluginProperties::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/willemdevlam/code/nbov/app/mu-plugins/multisite-global-media/src/PluginProperties.php on line 106
Deprecated: Return type of MultisiteGlobalMedia\PluginProperties::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/willemdevlam/code/nbov/app/mu-plugins/multisite-global-media/src/PluginProperties.php on line 123
Deprecated: Return type of MultisiteGlobalMedia\PluginProperties::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/willemdevlam/code/nbov/app/mu-plugins/multisite-global-media/src/PluginProperties.php on line 138
Additional context
No response
Code of Conduct
Description of the bug
The composer package/release 0.2.0 is out of date with the repo.
Noticeable for instance in deprecation notices with regard to return types in src/PluginProperties.php methods, which has already been fixed 2 years ago with 4a7f265.
please publish a release so that composer can install the current code base.
Reproduction instructions
install using composer with composer require bueltge/multisite-global-media
Expected behavior
not see these deprecated messages:
Environment info
php 8.2+
wp 6.7+
nginx (laravel valet)
Relevant log output
Additional context
No response
Code of Conduct