diff --git a/docs/release-notes.md b/docs/release-notes.md index 330dda7..562c86b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,7 +2,7 @@ ### MediaWiki Bootstrap 6.0.0 -Under development. +Released on May 19, 2026. * Upgraded Bootstrap from 4.6.2 to 5.3.8 (thanks @malberts) * Raised minimum MediaWiki version from 1.39 to 1.43 diff --git a/extension.json b/extension.json index 36b5a9f..3e1ea86 100644 --- a/extension.json +++ b/extension.json @@ -4,9 +4,10 @@ "author": [ "[https://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]", "[https://professional.wiki/ Professional Wiki]", - "James Hong Kong" + "James Hong Kong", + "Morne Alberts" ], - "version": "6.0.0-beta", + "version": "6.0.0", "url": "https://www.mediawiki.org/wiki/Extension:Bootstrap", "descriptionmsg": "bootstrap-desc", "license-name": "GPL-3.0-or-later", diff --git a/src/Hooks/SetupAfterCache.php b/src/Hooks/SetupAfterCache.php index 72b6fb5..f6b0030 100644 --- a/src/Hooks/SetupAfterCache.php +++ b/src/Hooks/SetupAfterCache.php @@ -109,7 +109,7 @@ protected function registerResourceLoaderModules( $localBasePath, $remoteBasePat 'localBasePath' => $localBasePath . '/js', 'remoteBasePath' => $remoteBasePath . '/js', 'es6' => true, - 'scripts'=> [], + 'scripts' => [], ], array_key_exists( 'ext.bootstrap.scripts', $GLOBALS[ 'wgResourceModules' ] ) ? $GLOBALS[ 'wgResourceModules' ][ 'ext.bootstrap.scripts' ] : []