Skip to content

[Bug]: composer package / release version is out of date #152

Description

@Willem-Sturdy

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions