Skip to content

Commit

Permalink
Make 2.0.0 release (#62)
Browse files Browse the repository at this point in the history
* Update RELEASE-NOTES.md
** Add information about the 2.0.0 release
* Update README.md
** Update install information
* Update extension.json
** Bump version to 1.2.0
  • Loading branch information
oetterer committed Oct 5, 2018
1 parent 0cd1608 commit 289da55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ The recommended way to install Semantic Scribunto is by using [Composer][compose

1. Installing the sources via composer can be done in one of two ways:
- Either execute from your MediaWiki installation directory:
`composer require mediawiki/semantic-scribunto:~1.2`
`composer require mediawiki/semantic-scribunto:~2.0`
- (recommended) Or add an entry to MediaWiki's "composer.json" or preferably "composer.local.json" file.
Afterwards run `composer update --no-dev`.
```json
{
"require": {
"mediawiki/semantic-scribunto": "~1.2"
"mediawiki/semantic-scribunto": "~2.0"
}
}
```
Expand Down
11 changes: 9 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
This file contains the RELEASE-NOTES of the Semantic Scribunto (a.k.a. SSC) extension.

### 1.3.0
### 2.0.0

This is not a release yet.
Released on October, 05, 2018

* #61 Adds support for `extension.json`
* Adds requirement to use `wfLoadExtension( 'SemanticScribunto' );` in the `LocalSettings.php`
* Bumps PHP min requirement to 5.6
* Fixes div/span issue in info/highlighter (SMW 3.0+)
* Fixes some typos (zoranzoki21)
* Translation updates from https://translatewiki.net

### 1.2.0

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": "SemanticScribunto",
"version": "2.0.0-alpha",
"version": "2.0.0",
"author": [
"James Hong Kong",
"[https://www.semantic-mediawiki.org/wiki/User:Oetterer Tobias Oetterer]"
Expand Down

0 comments on commit 289da55

Please sign in to comment.