mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Add MW version dependency and use manifest_version 2
Change-Id: I276a1b6883b0e95d1a136a09f11f99d04fec389b
This commit is contained in:
parent
6f8185a7d4
commit
3bceff526e
|
@ -4,7 +4,10 @@
|
|||
"version": "0.0.0",
|
||||
"namemsg": "discussiontools",
|
||||
"descriptionmsg": "discussiontools-desc",
|
||||
"manifest_version": 1,
|
||||
"manifest_version": 2,
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.34.0"
|
||||
},
|
||||
"MessagesDirs": {
|
||||
"DiscussionTools": [ "i18n" ]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue