Skip to content

Commit

Permalink
Set MediaWiki 1.31 as minimum requirement in extension.json
Browse files Browse the repository at this point in the history
Added an old, but not to-outdated required version to keep a minimum
requirement

Change-Id: I4297eea83fd83b4ddf7883bec1364ce2b5f9ec86
  • Loading branch information
umherirrender committed Dec 10, 2021
1 parent 4722792 commit 265185c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"url": "https://www.mediawiki.org/wiki/Extension:RandomSelection",
"descriptionmsg": "randomselection-desc",
"type": "parserhook",
"requires": {
"MediaWiki": ">= 1.31.0"
},
"MessagesDirs": {
"RandomSelection": [
"i18n"
Expand All @@ -25,5 +28,5 @@
"ParserFirstCallInit": "RandomSelection::register",
"MagicWordwgVariableIDs": "RandomSelection::variableIds"
},
"manifest_version": 1
"manifest_version": 2
}

0 comments on commit 265185c

Please sign in to comment.