From c5bc050f056c2fbfa8c4b180c152a97bffa7c96e Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Wed, 10 Jun 2026 18:00:08 +0200 Subject: [PATCH] Revise minimum requirements in release notes Updated minimum requirements for MediaWiki and PHP. --- RELEASE-NOTES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 859891b..0e64145 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,11 +3,13 @@ This file contains the RELEASE-NOTES of the Semantic External Query Lookup (a.k. ### 2.0.0 (2026-06-08) - Added support for Semantic MediaWiki 7.0 -- Raised the minimum requirements to MediaWiki 1.43 and Semantic MediaWiki 7.0 +- Raised the minimum requirement to MediaWiki 1.43 +- Raised the minimum requirement to Semantic MediaWiki 7.0 +- Raised the minimum requirement to PHP 8.1 - Replaced the `mediawiki/http-request` dependency with MediaWiki core's `HttpRequestFactory` ### 1.0.0 (2016-??-??) - Initial release - Added `ByHttpRequestQueryLookup` to retrieve query results from an external - endpoint specified in `$GLOBALS['seqlgExternalRepositoryEndpoints']` \ No newline at end of file + endpoint specified in `$GLOBALS['seqlgExternalRepositoryEndpoints']`