Hey, just noticed that the „Version Information“ link on example.com/panel/system view in Kirby is 404‘ing as it‘s linking to https://github.com/bnomei/kirby3-feed/releases/tag/1.6.1 instead of https://github.com/bnomei/kirby3-feed/releases/tag/v1.6.1.
Not sure how that url is built, but maybe the version field in composer needs to have the „v“ in there too to map correctly? Or maybe the tag has to be without the „v“ in git.
I wonder if that breaks update checking, as the new version you released wasn‘t suggested to me.
Hey, just noticed that the „Version Information“ link on example.com/panel/system view in Kirby is 404‘ing as it‘s linking to
https://github.com/bnomei/kirby3-feed/releases/tag/1.6.1
instead ofhttps://github.com/bnomei/kirby3-feed/releases/tag/v1.6.1
.Not sure how that url is built, but maybe the
version
field in composer needs to have the „v“ in there too to map correctly? Or maybe the tag has to be without the „v“ in git.I wonder if that breaks update checking, as the new version you released wasn‘t suggested to me.