Skip to content

Version 2.9.0 thinks it is 2.8.0 (in its composer.json file)

If I go to https://gitlab.com/hydrawiki/extensions/EmbedVideo/-/releases, I see that version 2.9.0 seems to have been released.

In the assets section of v2.9.0, I can download a zip of v2.9.0, but that download seems to think it is 2.8.0

\$ cat composer.json|grep version
	"version": "2.8.0",
\$ cat extension.json|grep version
	"version": "2.8.0",
	"manifest_version": 1

When I visit the Special:Version page of my Wiki, it says I am on 2.8.0.

I downloaded 2.8.0 and the source code of 2.9.0 is indeed different, however, there is no way to know that by looking at composer.json, extension.json or the Special:Version page of my Wiki.

This might result in users being confused about which version they are actually using.