Skip to content

Commit c248644

Browse files
authored
1.1.1 release (#52)
* Update RELEASE-NOTES.md ** Provide information about the 1.1.1 release * Update composer.json ** Remove reference to unreleased SMW 3.0.x * Update SemanticScribunto.php ** Bump version to 1.1.1
1 parent af514de commit c248644

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

RELEASE-NOTES.md

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

3+
### 1.1.1
4+
5+
Released on March 27, 2018.
6+
7+
* #48 Fixes issue with `mw.set` dropping property names with numbers in key-value mode (by Tobias Oetterer)
8+
* #50 Fixes failing tests due to changes in MediaWiki master (by Tobias Oetterer)
9+
* Localization updates from https://translatewiki.net
10+
311
### 1.1.0
412

513
Released on January 13, 2018.

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.1.1' );
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)