Skip to content

Commit 2755797

Browse files
authored
Make 1.2.0 release (#58)
* Update RELEASE-NOTES.md ** Add information about the 1.2.0 release * Update README.md ** Update install information * Update composer.json ** Remove SMW 3.0 compatibility * Update SemanticScribunto.php ** Bump version to 1.2.0
1 parent 9065f42 commit 2755797

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The recommended way to install Semantic Scribunto is by using [Composer][compose
2222
```json
2323
{
2424
"require": {
25-
"mediawiki/semantic-scribunto": "~1.1"
25+
"mediawiki/semantic-scribunto": "~1.2"
2626
}
2727
}
2828
```

RELEASE-NOTES.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ This file contains the RELEASE-NOTES of the Semantic Scribunto (a.k.a. SSC) exte
22

33
### 1.2.0
44

5-
Not a release.
5+
Released on July, 19, 2018.
6+
7+
* #56 Support the use of subtables for values in `mw.smw.set/mw.smw.subobject`
8+
* Translation updates from https://translatewiki.net
69

710
### 1.1.1
811

912
Released on March 27, 2018.
1013

1114
* #48 Fixes issue with `mw.set` dropping property names with numbers in key-value mode (by Tobias Oetterer)
1215
* #50 Fixes failing tests due to changes in MediaWiki master (by Tobias Oetterer)
13-
* Localization updates from https://translatewiki.net
16+
* Translation updates from https://translatewiki.net
1417

1518
### 1.1.0
1619

@@ -20,7 +23,7 @@ Released on January 13, 2018.
2023
* Minimum requirement for Semantic MediaWiki changed to version 2.4 and later
2124
* #43 Fixes issue with `mw.smw.ask` returning always "false" on printouts for category membership (by Tobias Oetterer)
2225
* Adds `Query::PROC_CONTEXT` (by James Hong Kong)
23-
* Localization updates from https://translatewiki.net
26+
* Translation updates from https://translatewiki.net
2427

2528
### 1.0.0
2629

SemanticScribunto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static function load() {
5050
*/
5151
public static function initExtension() {
5252

53-
define( 'SMW_SCRIBUNTO_VERSION', '1.2.0-alpha' );
53+
define( 'SMW_SCRIBUNTO_VERSION', '1.2.0' );
5454

5555
// Register extension info
5656
$GLOBALS['wgExtensionCredits']['semantic'][] = [

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"require": {
3434
"php": ">=5.5",
3535
"composer/installers": "1.*,>=1.0.1",
36-
"mediawiki/semantic-media-wiki": "~2.4|~3.0"
36+
"mediawiki/semantic-media-wiki": "~2.4"
3737
},
3838
"require-dev": {
3939
"mediawiki/semantic-media-wiki": "@dev",

0 commit comments

Comments
 (0)