Some extensions provide additional features if other extensions are installed. However, extensions change over time, so that you might need to check which version of an extension is installed. ExtensionRegistry should provide an easy way to check this, as it's a common use case that shouldn't be implemented in parallel many times.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
registration: Add ability to check if a specific extension version is loaded | mediawiki/core | master | +50 -2 |
Event Timeline
Comment Actions
Change 455752 had a related patch set uploaded (by MGChecker; owner: MGChecker):
[mediawiki/core@master] registration: Introduce getVersion() function
Comment Actions
We also aren't consistent as to giving extensions versions, nor are we about bumping/increasing the numbers either
Comment Actions
Change 455752 merged by jenkins-bot:
[mediawiki/core@master] registration: Add ability to check if a specific extension version is loaded