We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55524f4 commit 247b534Copy full SHA for 247b534
MapsRegistration.php
@@ -38,9 +38,9 @@ public static function onRegistration( array $credits ) {
38
throw new Exception( 'You need to have Validator installed in order to use Maps' );
39
}
40
41
- if ( version_compare( $GLOBALS['wgVersion'], '1.27c', '<' ) ) {
+ if ( version_compare( $GLOBALS['wgVersion'], '1.31c', '<' ) ) {
42
throw new Exception(
43
- 'This version of Maps requires MediaWiki 1.27 or above; use Maps 4.2.x for older versions.'
+ 'This version of Maps requires MediaWiki 1.31 or above; use Maps 5.6.x for older versions.'
44
. ' More information at https://github.com/JeroenDeDauw/Maps/blob/master/INSTALL.md'
45
);
46
0 commit comments