diff --git a/README.md b/README.md index 9a82db2..d1622f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Semantic Compound Queries -[![Build Status](https://img.shields.io/github/actions/workflow/status/SemanticMediaWiki/SemanticCompoundQueries/ci.yml?branch=master)](https://github.com/SemanticMediaWiki/SemanticCompoundQueries/actions?query=workflow%3ACI) +[![CI](https://github.com/SemanticMediaWiki/SemanticCompoundQueries/actions/workflows/ci.yml/badge.svg)](https://github.com/SemanticMediaWiki/SemanticCompoundQueries/actions/workflows/ci.yml) [![Code Coverage](https://codecov.io/gh/SemanticMediaWiki/SemanticCompoundQueries/branch/master/graph/badge.svg)](https://codecov.io/gh/SemanticMediaWiki/SemanticCompoundQueries) [![Latest Stable Version](https://poser.pugx.org/mediawiki/semantic-compound-queries/v/stable)](https://packagist.org/packages/mediawiki/semantic-compound-queries) [![Download count](https://poser.pugx.org/mediawiki/semantic-compound-queries/downloads)](https://packagist.org/packages/mediawiki/semantic-compound-queries) @@ -12,9 +12,9 @@ Semantic Compound Queries (a.k.a. SCQ) is a [Semantic Mediawiki][smw] extension ## Requirements -- PHP 7.4 or later -- MediaWiki 1.39 or later -- [Semantic MediaWiki][smw] 4.0 or later +- PHP 8.1 or later +- MediaWiki 1.43 or later +- [Semantic MediaWiki][smw] 7.0 or later ## Installation @@ -32,7 +32,7 @@ create one and add the following content to it: ``` { "require": { - "mediawiki/semantic-compound-queries": "~3" + "mediawiki/semantic-compound-queries": "~4" } } ``` @@ -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": "~3" + "mediawiki/semantic-compound-queries": "~4" 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 867ceeb..156f117 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,7 +2,7 @@ These are the RELEASE NOTES for the **Semantic Compound Queries** (a.k.a. SCQ) e ## 4.0.0 -Not yet released. +Released on June 8, 2026. * Minimum requirement for PHP raised to 8.1. * Minimum requirement for MediaWiki raised to 1.43. diff --git a/extension.json b/extension.json index c86b8ef..0bab9c9 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "SemanticCompoundQueries", - "version": "4.0.0-alpha", + "version": "4.0.0", "author": [ "James Hong Kong", "Yaron Koren",