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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

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.

Expand Down
7 changes: 5 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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": "3.0.0-beta",
"version": "3.0.0",
"author": [
"James Hong Kong",
"Yaron Koren",
Expand Down
Loading