https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29008 --- Comment #13 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Tomás Cohen Arazi from comment #12)
(In reply to Kyle M Hall from comment #10)
(In reply to Martin Renvoize from comment #9)
I've added Kyle and Tomas as CC's here to get their thoughts around the different ways to check versions in Koha plugins.
The big problem is we've never defined how plugin versioning works. That being said, I think it's pretty safe to assume semver. In fact, it would be nice to get that set as a community standard. If we can assume semantic versioning, everything because much easier!
We should definitely have something similar to the qa tools, checking this. I already pass my plugin commits through the qa command before pushing :-D Maybe we can add a --plugin param to the command and start checking this annoyances.
Sounds good to me! We could have Koha report invalid semver versions on the plugins page as well. -- You are receiving this mail because: You are watching all bug changes.