Skip to content

Commit

Permalink
Release Semantic Glossary 2.0.1
Browse files Browse the repository at this point in the history
* Enable installation from tar ball/zip file
  • Loading branch information
s7eph4n committed May 24, 2016
1 parent 1a10813 commit 1f81f2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ terms and abbreviations can be defined using semantic properties.

- PHP 5.3.3 or later
- MediaWiki 1.26 or later
- [Lingo extension][mw-lingo] 2.0 or later
- [Semantic MediaWiki][smw] 2.3 or later

## Installation
Expand All @@ -31,11 +30,18 @@ Just add the following to the MediaWiki `composer.local.json` file and run the
}
```

(Alternatively you can download a tar ball or zip file from
[GitHub](https://github.com/SemanticMediaWiki/SemanticGlossary/releases/latest)
and extract it into the `extensions` directory of your MediaWiki installation.)

Then add the following line to your `LocalSettings.php`:
```php
wfLoadExtension('SemanticGlossary');
```

It is *NOT* necessary to install the Lingo extension separately. Doing so will
result in errors.

## Contribution and support

If you want to contribute work to the project please subscribe to the developers mailing list and
Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This file contains the RELEASE-NOTES of the Semantic Glossary (a.k.a. SG) extension.

### SG 2.0.1 (2016-05-24)

* Enable installation from tar ball/zip file

### SG 2.0.0 (2016-03-09)

* New minimum required versions:
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": "Semantic Glossary",
"version": "2.0.1-alpha",
"version": "2.0.1",
"author": [
"[https://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]",
"[https://www.semantic-mediawiki.org/wiki/User:MWJames James Hong Kong]",
Expand Down

0 comments on commit 1f81f2e

Please sign in to comment.