From 01a45e484adf008f5edc23e3f499d92863e379f7 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Sun, 9 Feb 2020 11:33:11 +0100 Subject: [PATCH] Make 2.1.0 release (#140) * Update RELEASE-NOTES.md ** Provide information about new release * Update extension.json ** Increment version --- RELEASE-NOTES.md | 18 +++++++++++++++++- extension.json | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f9934db..fac6c8e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,20 @@ -This file contains the RELEASE-NOTES of the SemanticExtraSpecialProperties (a.k.a. SESP) extension. +This file contains the RELEASE-NOTES of the **Semantic Extra Special Properties** (a.k.a. SESP) extension. + +### 2.1.0 + +Released on Feburary 9, 2020. + +* Minimum requirement for + * PHP changed to version 7.0 and later + * MediaWiki changed to version 1.31 and later + * Semantic MediaWiki changes to version 3.1 and later +* #114 Added guard against invalid time strins within annotated data (by James Hong Kong) +* #116 Added support for the property group schemas ("sesp.group.json") (by James Hong Kong) +* #132 Replaced deprecated `DB_SLAVE` constant by `DB_REPLICA` (by Ammar Abdulhamid) +* #138 Added missing system messages providing special property descriptions (by Karsten Hoffmeyer) +* Several internal code changes and bug fixes (by James Hong Kong) +* Improved documenation of the extension's functionality (by Bernhard Krabina and Karsten Hoffmeyer) +* Localization updates from https://translatewiki.net ### 2.0.0 diff --git a/extension.json b/extension.json index 547640a..aba366d 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "SemanticExtraSpecialProperties", - "version": "2.1.0-alpha", + "version": "2.1.0", "author": [ "James Hong Kong", "Leo Wallentin",