mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
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:
parent
da667c980d
commit
4bc3aeeaa0
|
@ -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+' );
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue