Bump mediawiki version in PHPVersionCheck.php to 1.28
authorPaladox <thomasmulhall410@yahoo.com>
Sun, 22 May 2016 18:01:43 +0000 (19:01 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Mon, 23 May 2016 16:27:26 +0000 (16:27 +0000)
We bumped to version 1.28 in mediawiki recently but seems we forgot to do
it in PHPVersionCheck.php.

Change-Id: I2a455669b68225fd9d6772c8482559c220d433b5

CREDITS
HISTORY
RELEASE-NOTES-1.28
includes/PHPVersionCheck.php

diff --git a/CREDITS b/CREDITS
index a54bd90..dca597e 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,6 +1,6 @@
 {{int:version-credits-summary}}
 <!--
-MediaWiki 1.27 is a collaborative project released under the
+MediaWiki 1.28 is a collaborative project released under the
 GNU General Public License v2. We would like to recognize the
 following names for their contribution to the product.
 -->
diff --git a/HISTORY b/HISTORY
index e57d346..e833154 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,4 +1,4 @@
-Change notes from older releases. For current info see RELEASE-NOTES-1.27.
+Change notes from older releases. For current info see RELEASE-NOTES-1.28.
 
 = MediaWiki 1.26 =
 
index e365486..74a3829 100644 (file)
@@ -41,7 +41,7 @@ MediaWiki supports over 350 languages. Many localisations are updated
 regularly. Below only new and removed languages are listed, as well as
 changes to languages because of Phabricator reports.
 
-=== Other changes in 1.27 ===
+=== Other changes in 1.28 ===
 
 
 == Compatibility ==
index 1eafcfa..ab8aada 100644 (file)
@@ -30,7 +30,7 @@
  * version are hardcoded here
  */
 function wfEntryPointCheck( $entryPoint ) {
-       $mwVersion = '1.27';
+       $mwVersion = '1.28';
        $minimumVersionPHP = '5.5.9';
        $phpVersion = PHP_VERSION;