From: Paladox Date: Sun, 22 May 2016 18:01:43 +0000 (+0100) Subject: Bump mediawiki version in PHPVersionCheck.php to 1.28 X-Git-Tag: 1.31.0-rc.0~6859 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=bd473b96420afc88e45c0d35ea71bd0fa292ee47;p=lhc%2Fweb%2Fwiklou.git Bump mediawiki version in PHPVersionCheck.php to 1.28 We bumped to version 1.28 in mediawiki recently but seems we forgot to do it in PHPVersionCheck.php. Change-Id: I2a455669b68225fd9d6772c8482559c220d433b5 --- diff --git a/CREDITS b/CREDITS index a54bd90b53..dca597ef0d 100644 --- a/CREDITS +++ b/CREDITS @@ -1,6 +1,6 @@ {{int:version-credits-summary}} diff --git a/HISTORY b/HISTORY index e57d346316..e833154827 100644 --- 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 = diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index e3654869c4..74a38297f9 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -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 == diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 1eafcfa5b8..ab8aada836 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -30,7 +30,7 @@ * version are hardcoded here */ function wfEntryPointCheck( $entryPoint ) { - $mwVersion = '1.27'; + $mwVersion = '1.28'; $minimumVersionPHP = '5.5.9'; $phpVersion = PHP_VERSION;