From beff205503573af125e8e89cbad557d7f35c95b4 Mon Sep 17 00:00:00 2001 From: Morne Alberts Date: Fri, 22 May 2026 11:25:33 +0200 Subject: [PATCH] Prepare release 5.2.4 Add the 5.2.4 entry to docs/release-notes.md and bump extension.json version from 5.2.3 to 5.2.4. The patch release covers a fix for the modal backdrop rendering on top of the modal content on Vector, Vector 2022, MonoBook, and Timeless skins on MediaWiki 1.43+. Co-Authored-By: Claude Opus 4.7 --- docs/release-notes.md | 7 +++++++ extension.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 2f0788a..a4f47ff 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,12 @@ ## Release Notes +### BootstrapComponents 5.2.4 + +Released on 22-May-2026 + +Fixes: +* fix modal backdrop displaying on top of modal content on Vector, Vector 2022, MonoBook, and Timeless skins on MediaWiki 1.43+ + ### BootstrapComponents 5.2.3 Released on 21-May-2026 diff --git a/extension.json b/extension.json index d1ae9c1..ecb9408 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "BootstrapComponents", - "version": "5.2.3", + "version": "5.2.4", "author": [ "Tobias Oetterer" ], "url": "https://www.mediawiki.org/wiki/Extension:BootstrapComponents", "descriptionmsg": "bootstrap-components-desc",