File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff 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
4040If you already have a "composer.local.json" file, add the following line to the end of the "require"
4141section in your file:
4242
43- "mediawiki/semantic-compound-queries": "~2.2 "
43+ "mediawiki/semantic-compound-queries": "~3 "
4444
4545Remember to add a comma to the end of the preceding line in this section.
4646
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
22 "name" : " SemanticCompoundQueries" ,
3- "version" : " 3.0.0-beta " ,
3+ "version" : " 3.0.0" ,
44 "author" : [
55 " James Hong Kong" ,
66 " Yaron Koren" ,
You can’t perform that action at this time.
0 commit comments