Skip to content

Commit

Permalink
1.1.1 release (#52)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kghbln authored Mar 27, 2018
1 parent af514de commit c248644
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
This file contains the RELEASE-NOTES of the Semantic Scribunto (a.k.a. SSC) extension.

### 1.1.1

Released on March 27, 2018.

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

### 1.1.0

Released on January 13, 2018.
Expand Down
2 changes: 1 addition & 1 deletion SemanticScribunto.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function load() {
*/
public static function initExtension() {

define( 'SMW_SCRIBUNTO_VERSION', '1.2.0-alpha' );
define( 'SMW_SCRIBUNTO_VERSION', '1.1.1' );

// Register extension info
$GLOBALS['wgExtensionCredits']['semantic'][] = [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require": {
"php": ">=5.5",
"composer/installers": "1.*,>=1.0.1",
"mediawiki/semantic-media-wiki": "~2.4|~3.0"
"mediawiki/semantic-media-wiki": "~2.4"
},
"require-dev": {
"mediawiki/semantic-media-wiki": "@dev",
Expand Down

0 comments on commit c248644

Please sign in to comment.