Hygiene: Update required MediaWiki version

Per I28003c5898d64031e1efb212cb0bec58ff44b958 Popups require at least
MediaWiki version 1.30. Documentation should respect that

Change-Id: Ifc87ac5cdcf61ae54cefe3f6ccab7aac5c52e0a6
This commit is contained in:
Piotr Miazga 2017-07-24 16:12:03 +02:00
parent da667c980d
commit 4bc3aeeaa0
2 changed files with 4 additions and 1 deletions

View file

@ -34,5 +34,5 @@ if ( function_exists( 'wfLoadExtension' ) ) {
); */
return;
} else {
die( 'This version of the Popups extension requires MediaWiki 1.25+' );
die( 'This version of the Popups extension requires MediaWiki 1.30+' );
}

View file

@ -8,6 +8,9 @@
"descriptionmsg": "popups-desc",
"license-name": "GPL-2.0+",
"type": "betafeatures",
"requires": {
"MediaWiki" : ">= 1.30.0"
},
"AutoloadClasses": {
"Popups\\PopupsHooks": "includes/PopupsHooks.php",
"Popups\\PopupsContext": "includes/PopupsContext.php",