Skip to content

Commit acf51a4

Browse files
malbertsclaude
andcommitted
Prepare for release 6.0.0
Finalizes the 6.0.0 stable release (Bootstrap 5.3.8): - extension.json: version 6.0.0-beta -> 6.0.0 - docs/release-notes.md: 6.0.0 entry finalized with release date - src/Hooks/SetupAfterCache.php: phpcs nit (missing space in array key) No functional or library changes; release prep only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 41deebc commit acf51a4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### MediaWiki Bootstrap 6.0.0
44

5-
Under development.
5+
Released on May 19, 2026.
66

77
* Upgraded Bootstrap from 4.6.2 to 5.3.8 (thanks @malberts)
88
* Raised minimum MediaWiki version from 1.39 to 1.43

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"[https://professional.wiki/ Professional Wiki]",
77
"James Hong Kong"
88
],
9-
"version": "6.0.0-beta",
9+
"version": "6.0.0",
1010
"url": "https://www.mediawiki.org/wiki/Extension:Bootstrap",
1111
"descriptionmsg": "bootstrap-desc",
1212
"license-name": "GPL-3.0-or-later",

src/Hooks/SetupAfterCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ protected function registerResourceLoaderModules( $localBasePath, $remoteBasePat
109109
'localBasePath' => $localBasePath . '/js',
110110
'remoteBasePath' => $remoteBasePath . '/js',
111111
'es6' => true,
112-
'scripts'=> [],
112+
'scripts' => [],
113113
],
114114
array_key_exists( 'ext.bootstrap.scripts', $GLOBALS[ 'wgResourceModules' ] ) ?
115115
$GLOBALS[ 'wgResourceModules' ][ 'ext.bootstrap.scripts' ] : []

0 commit comments

Comments
 (0)