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
This commit is contained in:
Abijeet
2020-07-23 16:16:28 +05:30
parent 1c7860ae99
commit 09a19700d2

View File

@@ -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 ) ) {