From bd473b96420afc88e45c0d35ea71bd0fa292ee47 Mon Sep 17 00:00:00 2001 From: Paladox Date: Sun, 22 May 2016 19:01:43 +0100 Subject: [PATCH] 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 --- CREDITS | 2 +- HISTORY | 2 +- RELEASE-NOTES-1.28 | 2 +- includes/PHPVersionCheck.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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; -- 2.20.1