Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Bootstrap Components is a [MediaWiki] extension that aims to provide
editors with easy access to certain components introduced by
[Twitter Bootstrap 4][Bootstrap].
[Bootstrap 5][Bootstrap].

Depending on your configuration, editors can utilize several
_tag extensions_ and _parser functions_ inside wiki code to place certain
Expand Down
7 changes: 6 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

### BootstrapComponents 6.0.0

Released on TBD
Released on 16-July-2026

Breaking changes:
* requires MediaWiki 1.43 or later
* requires PHP 8.1 or later
* requires Bootstrap extension 6.x, which bundles Bootstrap library 5.3

Changes:
* change bootstrap foundation from version 4 to version 5.3
* rewrite component JavaScript from jQuery to the native Bootstrap 5 API
* reimplement the jumbotron using Bootstrap 5 utility classes, since Bootstrap 5 removed the .jumbotron component

### BootstrapComponents 5.2.4

Released on 22-May-2026
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BootstrapComponents",
"version": "6.0.0-dev",
"version": "6.0.0",
"author": [ "Tobias Oetterer" ],
"url": "https://www.mediawiki.org/wiki/Extension:BootstrapComponents",
"descriptionmsg": "bootstrap-components-desc",
Expand Down