This file contains the RELEASE-NOTES of the Semantic Glossary (a.k.a. SG) extension.

### 4.0.0

Released on 2021-07-09.

* New minimum required versions:
	* PHP 7.1
	* MediaWiki 1.31
	* Semantic MediaWiki 3.1
	* Lingo 3.1

* Compatibility with Semantic MediaWiki 3.1
* Compatibility with MediaWiki 1.35

* fixes for loading the Lingo dependency
* translation updates from translatewiki.net

### 3.0.0

Released on 2018-10-09.

* New minimum required versions:
	* PHP 5.6
	* MediaWiki 1.27

* Compatibility with Semantic MediaWiki 3.0
* Compatibility with MediaWiki 1.31
* Compatibility with Lingo 3.0

### 2.2.0

Released on 2017-05-24.

* Requires Lingo 2.0.3 or above
	* Fixed fatal error: Call to undefined function Lingo\string()
	* [#24](https://github.com/SemanticMediaWiki/SemanticGlossary/issues/24) Fixed missing link icon
	* [#25](https://github.com/SemanticMediaWiki/SemanticGlossary/issues/25) Fixed broken Special:Preferences

### 2.1.0

Released on 2017-03-27.

* Compatibility with Semantic MediaWiki 2.5.x
* Semantic MediaWiki 2.4 as minimum requirement
* translation updates from translatewiki.net

### 2.0.1

Released on 2016-05-24.

* Enable installation from tar ball/zip file

### 2.0.0

Released on 2016-03-09.

* New minimum required versions:
	* MediaWiki 1.26
	* Semantic MediaWiki 2.3
	* Lingo 2.0
* Use the new extension registration mechanism introduced in MediwWiki 1.25
* Rework registration of properties and MW hooks
* Use autoloader provided by Composer (PSR-4)

### 1.1.2

Released on 2015-09-26.

* Use `QueryResult::getCountValue` where available to make it compliant with Semantic Mediawiki 2.3
* Localisation updates

### 1.1.1

Released on 2014-10-15.

* Improved bootstrap test autoloader

### 1.1.0

Released on 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
* Extended refactoring of the codebase
* I18n-system migrated from php- to json-files (by Siebrand Mazeland)


### 1.0.0

Released on 2014-03-04.

* 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

### 0.1

Released on 2011-10-30.

* Initial release
