From 279e0817f8e0c4dd244c497a2d41cfe3c1f268f1 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 25 Sep 2024 09:24:02 -0400 Subject: [PATCH] build: Update MediaWiki requirement to 1.43 All extensions in Wikimedia production are expected to track MediaWiki's release directly. Now that we're no longer artificially holding this back for Fundraising, we can align. Change-Id: I341ea0143a73bcc705c4db551e20d86d5c40baa1 --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 3a00e1b5..41a2206f 100644 --- a/extension.json +++ b/extension.json @@ -12,7 +12,7 @@ "license-name": "GPL-2.0-or-later", "type": "parserhook", "requires": { - "MediaWiki": ">= 1.40" + "MediaWiki": ">= 1.43" }, "config": { "PFEnableStringFunctions": {