Skip to content

Commit

Permalink
Make 2.2.0 release (#56)
Browse files Browse the repository at this point in the history
* Update RELEASE-NOTES.md

* Update README.md

* Update .travis.yml

* Update composer.json

* Update extension.json
  • Loading branch information
kghbln authored Jan 20, 2022
1 parent 94e813b commit eeb5143
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ services:
matrix:
fast_finish: true
include:
- env: DB=mysql; MW=master; SMW=~3.1@dev
php: 7.3
- env: DB=mysql; MW=master; SMW=~4.0@dev
php: 7.4
- env: DB=sqlite; MW=REL1_33; SMW=~3.0@dev; TYPE=coverage
php: 7.3
- env: DB=postgres; MW=REL1_32; SMW=~3.0@dev; PHPUNIT=5.7.*
php: 7.2
- env: DB=mysql; MW=REL1_31; SMW=~3.0@dev; PHPUNIT=5.7.*
php: 7.0
- env: DB=postgres; MW=REL1_32; SMW=~3.0@dev; PHPUNIT=6.5.*
php: 7.3
- env: DB=mysql; MW=REL1_35; SMW=~4.0@dev; PHPUNIT=6.5.*
php: 7.4
allow_failures:
- env: DB=mysql; MW=master; SMW=~3.1@dev
- env: DB=mysql; MW=master; SMW=~4.0@dev

install:
- travis_retry composer self-update
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Semantic Compound Queries (a.k.a. SCQ) is a [Semantic Mediawiki][smw] extension

## Requirements

- PHP 7.0 or later
- PHP 7.3 or later
- MediaWiki 1.31 or later
- [Semantic MediaWiki][smw] 3.0 or later

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

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.1"
"mediawiki/semantic-compound-queries": "~2.2"

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

Expand Down
8 changes: 8 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
These are the RELEASE NOTES for the **Semantic Compound Queries** (a.k.a. SCQ) extension.

## 2.2.0

Released on January 20, 2022.

* Minimum requirement for
* PHP changed to version 7.3 and later
* Localization updates from https://translatewiki.net

## 2.1.0

Released on August 18, 2019.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": "https://github.com/SemanticCompoundQueries/SemanticCompoundQueries"
},
"require": {
"php": ">=7.0",
"php": ">=7.3",
"composer/installers": "1.*,>=1.0.1",
"mediawiki/semantic-media-wiki": "~3.0|~4.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": "2.2.0-alpha",
"version": "2.2.0",
"author": [
"James Hong Kong",
"Yaron Koren",
Expand Down

0 comments on commit eeb5143

Please sign in to comment.