Skip to content

Commit

Permalink
Bump to minor 1.1.1
Browse files Browse the repository at this point in the history
Change-Id: Icac110487e672eec873b99ea05ee0bb4438f3047
  • Loading branch information
mwjames authored and s7eph4n committed Oct 15, 2014
1 parent 7228454 commit 00ecc0b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[![Packagist download count](https://poser.pugx.org/mediawiki/semantic-glossary/d/total.png)](https://packagist.org/packages/mediawiki/semantic-glossary)
[![Dependency Status](https://www.versioneye.com/php/mediawiki:semantic-glossary/badge.png)](https://www.versioneye.com/php/mediawiki:semantic-glossary)

The [Semantic Glossary][mw-semantic-glossary] (a.k.a SG) is a [Semantic MediaWiki][smw] extension where terms and abbreviations can be defined using semantic properties.
The [Semantic Glossary][mw-semantic-glossary] (a.k.a SG) is a
[Semantic MediaWiki][smw] extension where terms and abbreviations can be defined
using semantic properties.

## Requirements

Expand All @@ -14,19 +16,24 @@ The [Semantic Glossary][mw-semantic-glossary] (a.k.a SG) is a [Semantic MediaWik

## Installation

The recommended way to install this skin is by using [Composer][composer]. Just add the following to the MediaWiki `composer.json` file and run the `php composer.phar install/update` command.
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.

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

## Tests

This extension provides unit tests that can be run by a continues integration platform or manually by executing the `mw-phpunit-runner.php` script or [`phpunit`][mw-testing] together with the PHPUnit configuration file found in the root directory.
This extension provides unit tests that can be run by a continues integration
platform or manually by executing the `mw-phpunit-runner.php` script or
[`phpunit`][mw-testing] together with the PHPUnit configuration file found in
the root directory.

```sh
php mw-phpunit-runner.php [options]
Expand All @@ -41,4 +48,4 @@ php mw-phpunit-runner.php [options]
[mw-lingo]: https://www.mediawiki.org/wiki/Extension:Lingo
[smw]: https://www.mediawiki.org/wiki/Semantic_MediaWiki
[mw-testing]: https://www.mediawiki.org/wiki/Manual:PHP_unit_testing
[composer]: https://getcomposer.org/
[composer]: https://getcomposer.org/

2 comments on commit 00ecc0b

@mwjames
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did this run on Travis now (https://travis-ci.org/SemanticMediaWiki/SemanticGlossary/builds/49022025)? This is from Oct 16, 2014

@mwjames
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JeroenDeDauw Did we sync the tags?

Please sign in to comment.