Skip to content

Commit

Permalink
Update docs and release SG 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s7eph4n committed Mar 9, 2016
1 parent 1f4d6e6 commit 03c6fb1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,30 @@ terms and abbreviations can be defined using semantic properties.

## Requirements

- PHP 5.3.2 or later
- MediaWiki 1.23 or later
- [Lingo extension][mw-lingo] 1.2 or later
- [Semantic MediaWiki][smw] 2.2 or later
- 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

The recommended way to install this extension is by using [Composer][composer].
Just add the following to the MediaWiki `composer.json` file and run the `php
composer.phar install/update` command.
Just add the following to the MediaWiki `composer.local.json` file and run the
`php composer.phar install/update mediawiki/semantic-glossary` command.

```json
{
"require": {
"mediawiki/semantic-glossary": "~1.1"
"mediawiki/semantic-glossary": "~2.0"
}
}
```

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

## Contribution and support

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

### SG 2.0.0 (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

### SG 1.1.2 (2015-09-26)

* Use `QueryResult::getCountValue` where available to make it compliant with Semantic Mediawiki 2.3
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"irc": "irc://irc.freenode.org/semantic-mediawiki"
},
"require": {
"php": ">=5.3.0",
"composer/installers":"^1.0.12",
"mediawiki/semantic-media-wiki": "~2.3",
"mediawiki/lingo": "~2.0"
"php": ">=5.3.3",
"composer/installers":"^1.0.12",
"mediawiki/semantic-media-wiki": "~2.3",
"mediawiki/lingo": "~2.0"
},
"extra": {
"branch-alias": {
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-dev",
"version": "2.0",
"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 03c6fb1

Please sign in to comment.