Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand All @@ -32,15 +32,15 @@ create one and add the following content to it:
```
{
"require": {
"mediawiki/semantic-compound-queries": "~3"
"mediawiki/semantic-compound-queries": "~4"
}
}
```

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.

Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SemanticCompoundQueries",
"version": "4.0.0-alpha",
"version": "4.0.0",
"author": [
"James Hong Kong",
"Yaron Koren",
Expand Down