Skip to content

Commit 289da55

Browse files
committed
Make 2.0.0 release (#62)
* 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
1 parent 0cd1608 commit 289da55

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ The recommended way to install Semantic Scribunto is by using [Composer][compose
2121

2222
1. Installing the sources via composer can be done in one of two ways:
2323
- Either execute from your MediaWiki installation directory:
24-
`composer require mediawiki/semantic-scribunto:~1.2`
24+
`composer require mediawiki/semantic-scribunto:~2.0`
2525
- (recommended) Or add an entry to MediaWiki's "composer.json" or preferably "composer.local.json" file.
2626
Afterwards run `composer update --no-dev`.
2727
```json
2828
{
2929
"require": {
30-
"mediawiki/semantic-scribunto": "~1.2"
30+
"mediawiki/semantic-scribunto": "~2.0"
3131
}
3232
}
3333
```

RELEASE-NOTES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
This file contains the RELEASE-NOTES of the Semantic Scribunto (a.k.a. SSC) extension.
22

3-
### 1.3.0
3+
### 2.0.0
44

5-
This is not a release yet.
5+
Released on October, 05, 2018
6+
7+
* #61 Adds support for `extension.json`
8+
* Adds requirement to use `wfLoadExtension( 'SemanticScribunto' );` in the `LocalSettings.php`
9+
* Bumps PHP min requirement to 5.6
10+
* Fixes div/span issue in info/highlighter (SMW 3.0+)
11+
* Fixes some typos (zoranzoki21)
12+
* Translation updates from https://translatewiki.net
613

714
### 1.2.0
815

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SemanticScribunto",
3-
"version": "2.0.0-alpha",
3+
"version": "2.0.0",
44
"author": [
55
"James Hong Kong",
66
"[https://www.semantic-mediawiki.org/wiki/User:Oetterer Tobias Oetterer]"

0 commit comments

Comments
 (0)