From a2de84279d3f61925c6a338b5c8082c5bd394b42 Mon Sep 17 00:00:00 2001 From: kghbln Date: Sun, 14 Sep 2025 14:05:44 +0200 Subject: [PATCH] Make 3.0.0 release --- README.md | 10 +++++----- RELEASE-NOTES.md | 7 +++++-- extension.json | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6ae5209..9a82db2 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Semantic Compound Queries (a.k.a. SCQ) is a [Semantic Mediawiki][smw] extension ## Requirements -- PHP 7.3 or later -- MediaWiki 1.31 or later -- [Semantic MediaWiki][smw] 3.0 or later +- PHP 7.4 or later +- MediaWiki 1.39 or later +- [Semantic MediaWiki][smw] 4.0 or later ## Installation @@ -32,7 +32,7 @@ create one and add the following content to it: ``` { "require": { - "mediawiki/semantic-compound-queries": "~2.2" + "mediawiki/semantic-compound-queries": "~3" } } ``` @@ -40,7 +40,7 @@ create one and add the following content to it: If you already have a "composer.local.json" file, add the following line to the end of the "require" section in your file: - "mediawiki/semantic-compound-queries": "~2.2" + "mediawiki/semantic-compound-queries": "~3" Remember to add a comma to the end of the preceding line in this section. diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 42269c6..52382b5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,10 +2,13 @@ These are the RELEASE NOTES for the **Semantic Compound Queries** (a.k.a. SCQ) e ## 3.0.0 -Not released yet +Released on September 14, 2024. * Minimum requirement for - * MediaWiki changed to version 1.39 and later + * MediaWiki changed to version 1.39 and later + * Semantic MediaWiki changed to version 4.0 and later + * PHP changed to version 7.4 and later +* Localization updates from https://translatewiki.net ## 2.2.0 diff --git a/extension.json b/extension.json index 48f320f..0a800f7 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "SemanticCompoundQueries", - "version": "3.0.0-beta", + "version": "3.0.0", "author": [ "James Hong Kong", "Yaron Koren",