From 2cfa74fdb9d6d39b010e0a3f988ff863d9c66553 Mon Sep 17 00:00:00 2001 From: Morne Alberts Date: Thu, 16 Jul 2026 12:32:40 +0200 Subject: [PATCH] Prepare release 6.0.0 Set the extension version to 6.0.0 and the release date to today. Add the 6.0.0 changelog entry for the Bootstrap 5 migration. Update the README's description of the extension to reference Bootstrap 5 instead of Bootstrap 4. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- docs/release-notes.md | 7 ++++++- extension.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d51b29..3ab4d45 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/release-notes.md b/docs/release-notes.md index 1fa2750..82885b6 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 diff --git a/extension.json b/extension.json index 7958374..89b6e5c 100644 --- a/extension.json +++ b/extension.json @@ -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",