Master branch is not loading plugins.
It looks like the plugin loader is never called. Unless there was some breaking change? I can only tell that the Plugin class inside my plugin is never created.
It works fine in 0.2.1
PS.
plugin.json is now created in src directory, in 0.2.1 it was created in the root. Not sure if that's by design or missed in refactoring?
Master branch is not loading plugins.
It looks like the plugin loader is never called. Unless there was some breaking change? I can only tell that the
Pluginclass inside my plugin is never created.It works fine in 0.2.1
PS.
plugin.jsonis now created insrcdirectory, in 0.2.1 it was created in theroot. Not sure if that's by design or missed in refactoring?