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:
@@ -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 ) ) {
|
||||
|
||||
Reference in New Issue
Block a user