Skip to content

Commit 4171927

Browse files
authored
Make 3.0.0 release (#82)
1 parent d2f1a86 commit 4171927

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Semantic Compound Queries (a.k.a. SCQ) is a [Semantic Mediawiki][smw] extension
1212

1313
## Requirements
1414

15-
- PHP 7.3 or later
16-
- MediaWiki 1.31 or later
17-
- [Semantic MediaWiki][smw] 3.0 or later
15+
- PHP 7.4 or later
16+
- MediaWiki 1.39 or later
17+
- [Semantic MediaWiki][smw] 4.0 or later
1818

1919
## Installation
2020

@@ -32,15 +32,15 @@ create one and add the following content to it:
3232
```
3333
{
3434
"require": {
35-
"mediawiki/semantic-compound-queries": "~2.2"
35+
"mediawiki/semantic-compound-queries": "~3"
3636
}
3737
}
3838
```
3939

4040
If you already have a "composer.local.json" file, add the following line to the end of the "require"
4141
section in your file:
4242

43-
"mediawiki/semantic-compound-queries": "~2.2"
43+
"mediawiki/semantic-compound-queries": "~3"
4444

4545
Remember to add a comma to the end of the preceding line in this section.
4646

RELEASE-NOTES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ These are the RELEASE NOTES for the **Semantic Compound Queries** (a.k.a. SCQ) e
22

33
## 3.0.0
44

5-
Not released yet
5+
Released on September 14, 2024.
66

77
* Minimum requirement for
8-
* MediaWiki changed to version 1.39 and later
8+
* MediaWiki changed to version 1.39 and later
9+
* Semantic MediaWiki changed to version 4.0 and later
10+
* PHP changed to version 7.4 and later
11+
* Localization updates from https://translatewiki.net
912

1013
## 2.2.0
1114

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SemanticCompoundQueries",
3-
"version": "3.0.0-beta",
3+
"version": "3.0.0",
44
"author": [
55
"James Hong Kong",
66
"Yaron Koren",

0 commit comments

Comments
 (0)