Hi,
I’ve created a plugin on GitHub and installed it as instructed in the docs:
php artisan plugin:install Acme.Blog --from=git@github.com:acme/blog-plugin.git
The plugin now shows up in the backend under System Updates, but the shown plugin version remains fixed to the one that was installed.
When the plugin is updated on GitHub, the list of plugins does not detect the new version.
When I do php artisan october:update
though, the system does update the plugin to the most recent version.
Is there any way to get this working or is it required to pass trough the October Marketplace?
Thanks.