File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ The recommended way to install Semantic Scribunto is by using [Composer][compose
2121
22221 . 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```
Original file line number Diff line number Diff line change 11This 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
Original file line number Diff line number Diff line change 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]"
You can’t perform that action at this time.
0 commit comments