You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to compatibility changes, \Rah\Mtxpc\Plugin class no longer implements \JsonSerializable interface, and can no longer be directly encoded with \json_encode(). Encoding the Plugin as JSON is still possible by passing the object to \Rah\Mtxpc\Api\Converter\PluginDataConverterInterface::convert() and passing its array-map result to \json_encode(). This wasn't part of the interface, but was only in the implementation, and doesn't affect normal usage.