From 09a19700d2361a129f19584e30a5a21b77206eeb Mon Sep 17 00:00:00 2001 From: Abijeet Date: Thu, 23 Jul 2020 16:16:28 +0530 Subject: [PATCH] Update ULS_VERSION for the MLEB release This is currently used in CleanChanges extension: https://codesearch.wmcloud.org/search/?q=ULS_VERSION&i=nope&files=&repos= Bug: T257286 Change-Id: I62cf6a20c6a990d21b8f958356bf35aabb749f38 --- includes/UniversalLanguageSelectorHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/UniversalLanguageSelectorHooks.php b/includes/UniversalLanguageSelectorHooks.php index 77396314..b5d28652 100644 --- a/includes/UniversalLanguageSelectorHooks.php +++ b/includes/UniversalLanguageSelectorHooks.php @@ -27,7 +27,7 @@ class UniversalLanguageSelectorHooks { */ public static function setVersionConstant() { global $wgHooks; - define( 'ULS_VERSION', '2018-10-26' ); + define( 'ULS_VERSION', '2020-07-20' ); // The SkinAfterPortlet hook was introduced in version >= 1.35. // It is the same as BaseTemplateAfterPortlet with the exception of its parameters. if ( interface_exists( MediaWiki\Skins\Hook\SkinAfterPortletHook::class ) ) {