From f12f8ca659d41dc4eb2522eec98cc0c7eff366f4 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Wed, 1 Apr 2026 18:06:07 +0200 Subject: [PATCH 1/2] Update release notes for BootstrapComponents 5.2.2 Updated release notes for BootstrapComponents version 5.2.2, including new changes, fixes, and release date. --- docs/release-notes.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 690fb52..12bd99c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,8 +1,16 @@ ## Release Notes -### BootstrapComponents 5.3.0 +### BootstrapComponents 5.2.2 -Released on _not yet_ +Released on 01-April-2026 + +Changes: +* Improved compatibility with MediaWiki 1.43+ +* System message translation updates from translatewiki.net + +Fixes: +* fix TypeError in ImageModal when file does not exist +* fix addModuleStyles deprecation ### BootstrapComponents 5.2.1 @@ -16,17 +24,17 @@ Fixes: Released on 15-July-2024 Changes: -* dropping support of mediawiki < 1.39 +* dropping support of MediaWiki < 1.39 * remove auto-loading of Extension:Bootstrap. * add translations via translatewiki Fixes: * fix unit tests (especially for current master) -* fix php 8 deprecation notice indicating missing logic encapsulation +* fix PHP 8 deprecation notice indicating missing logic encapsulation in class AbstractComponent Refactoring: -* modified extension namespace to be compatible with mediawiki +* modified extension namespace to be compatible with MediaWiki extension namespace schema @@ -35,13 +43,13 @@ Refactoring: Released on 12-May-2024 Changes: -* add css classes to restore the usual infobox layout -* add more style control to card component +* add CSS classes to restore the usual infobox layout +* add more style control to the card component Fixes: -* lua issues when using images and links in components. this is +* Lua issues when using images and links in components. This is by using strip tags. -* documentation for accordions and lua +* documentation for accordions and Lua ### BootstrapComponents 5.1.1 From 23f8e1b06b8a83b76009c463f810c95a3bbafddf Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Wed, 1 Apr 2026 18:06:46 +0200 Subject: [PATCH 2/2] Bump version from 5.2.1 to 5.2.2 --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 5e5851a..a634f02 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "BootstrapComponents", - "version": "5.2.1", + "version": "5.2.2", "author": [ "Tobias Oetterer" ], "url": "https://www.mediawiki.org/wiki/Extension:BootstrapComponents", "descriptionmsg": "bootstrap-components-desc",