From 1c616a4c4da443b3433000d6870bb92c184236fa Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Wed, 19 Jan 2022 22:48:47 +0100 Subject: [PATCH] Make 2.2.0 release (#87) --- .travis.yml | 16 ++++++++-------- README.md | 6 +++--- RELEASE-NOTES.md | 11 +++++++++++ composer.json | 2 +- extension.json | 2 +- 5 files changed, 24 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa83930..c5f0974 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,15 +14,15 @@ matrix: fast_finish: true include: - env: DB=mysql; MW=REL1_31; TYPE=coverage; PHPUNIT=6.5.* - php: 7.0 - - env: DB=mysql; MW=REL1_32; PHPUNIT=6.5.* - php: 7.1 - - env: DB=sqlite; MW=REL1_33; PHPUNIT=6.5.* - php: 7.2 - - env: DB=mysql; MW=REL1_33; PHPUNIT=6.5.* - php: 7.2 - - env: DB=mysql; MW=master; PHPUNIT=6.5.* php: 7.3 + - env: DB=mysql; MW=REL1_36; PHPUNIT=6.5.* + php: 7.3 + - env: DB=sqlite; MW=REL1_35; PHPUNIT=6.5.* + php: 7.3 + - env: DB=mysql; MW=REL1_35; PHPUNIT=6.5.* + php: 7.4 + - env: DB=mysql; MW=master; PHPUNIT=6.5.* + php: 7.4 install: - bash ./tests/travis/install-mediawiki.sh diff --git a/README.md b/README.md index 6c879f4..dc9cf24 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Semantic Scribunto (a.k.a. SSC) is a [Semantic Mediawiki][smw] extension to prov ## Requirements -- PHP 7.0 or later +- PHP 7.3 or later - MediaWiki 1.31 or later - [Semantic MediaWiki][smw] 3.0 or later @@ -31,7 +31,7 @@ create one and add the following content to it: ```json { "require": { - "mediawiki/semantic-scribunto": "~2.1" + "mediawiki/semantic-scribunto": "~2.2" } } ``` @@ -39,7 +39,7 @@ create one and add the following content to it: 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-scribunto": "~2.1" + "mediawiki/semantic-scribunto": "~2.2" Remember to add a comma to the end of the preceding line in this section. diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b79e444..2642592 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,16 @@ This file contains the RELEASE-NOTES of the **Semantic Scribunto** (a.k.a. SSC) extension. +## 2.2.0 + +Released on January 19, 2022. + +* Minimum requirement for + * PHP changed to version 7.3 and later +* #75 Fixes string conversions when passing iterators into SMW objects +* #81 Fixes "mw.smw.ask" for "format=count" queries +* #82 Fixes the display of "mw.smw.icon" when its type is set to error +* Localization updates from https://translatewiki.net + ## 2.1.0 Released on August 18, 2019. diff --git a/composer.json b/composer.json index dd1e78c..9875937 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "source": "https://github.com/SemanticMediaWiki/SemanticScribunto" }, "require": { - "php": ">=7.0", + "php": ">=7.3", "composer/installers": "1.*,>=1.0.1", "mediawiki/semantic-media-wiki": "~3.0|~4.0" }, diff --git a/extension.json b/extension.json index 7bfc1a1..27f39c2 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "SemanticScribunto", - "version": "2.2.0-alpha", + "version": "2.2.0", "author": [ "James Hong Kong", "[https://www.semantic-mediawiki.org/wiki/User:Oetterer Tobias Oetterer]"