From 5224ffe8e8cbd42ecc8059f37c7db5acb6e33c16 Mon Sep 17 00:00:00 2001 From: mwjames Date: Sat, 26 Sep 2015 19:42:40 +0200 Subject: [PATCH] Update RELEASE-NOTES.md [skip ci] --- RELEASE-NOTES.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9bcb053..74a8b5b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,26 +1,29 @@ -These are the release notes for the [Semantic Glossary (SG)](https://www.mediawiki.org/wiki/Extension:Semantic_Glossary) extension. +This file contains the RELEASE-NOTES of the Semantic Glossary (a.k.a. SG) extension. -### SG 1.1.1 (2014-10-15) +### SG 1.1.2 (2015-09-26) + +* Use `QueryResult::getCountValue` where available to make it compliant with Semantic Mediawiki 2.3 +* Localisation updates -* Improve bootstrap test autoloader +### SG 1.1.1 (2014-10-15) +* Improved bootstrap test autoloader ### SG 1.1.0 (2014-08-10) -* added support for Semantic Mediawiki 2.0 -* added maintenance script "rebuildGlossaryCache.php" to rebuild glossary cache and update pages that contain a glossary term annotation (by James Hong Kong) -* loads of refactoring done (by James Hong Kong) +* Added support for Semantic Mediawiki 2.0 +* Added maintenance script "rebuildGlossaryCache.php" to rebuild glossary cache and update pages that contain a glossary term annotation +* Extended refactoring of the codebase * I18n-system migrated from php- to json-files (by Siebrand Mazeland) ### SG 1.0.0 (2014-03-04) -* started using semantic versioning -* use caching -* support setting per-term CSS styles added (by Nathan Douglas) -* support synonyms introduced (by Yevheniy Vlasenko during Google Summer of Code 2013) -* support the Composer dependency manager for PHP - +* Started using semantic versioning +* Added caching +* Support setting per-term CSS styles added (by Nathan Douglas) +* Support synonyms introduced (by Yevheniy Vlasenko during Google Summer of Code 2013) +* Support the Composer dependency manager for PHP ### SG 0.1 (2011-10-30)