Skip to content

Check the version of the plugins before trying to load them

Together with sdk/dolphin-plugins!26 (merged) it stops Dolphin from crash-looping if users have "old" plugins installed.

The safest would be to just resolve all functions manually to ensure that they exist, that would avoid forgetting to bump the version in the future, but that's a bit more invasive.

Merge request reports