Skip to content

Commit

Permalink
Merge pull request #37 from SemanticMediaWiki/ver120
Browse files Browse the repository at this point in the history
Make the 1.2.0 release
  • Loading branch information
kghbln authored Nov 5, 2016
2 parents eb6cae1 + 3d7886a commit 918241f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ This file contains the RELEASE-NOTES of the Semantic Cite (a.k.a. SCI) extension

### 1.2.0

Released on September 25, 2016.
Released on November 5, 2016.

* #35 Introduced a different CSS class schema to accommodate observations from #32 and #33
* #36 Introduced a configuration setting to control the selection of the appropriated number of columns based on the screen width
* Localization updates from https://translatewiki.net

### 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion SemanticCite.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static function initExtension() {
// Load DefaultSettings
require_once __DIR__ . '/DefaultSettings.php';

define( 'SCI_VERSION', '1.2.0-alpha' );
define( 'SCI_VERSION', '1.2.0' );

// Register the extension
$GLOBALS['wgExtensionCredits']['semantic'][ ] = array(
Expand Down
4 changes: 2 additions & 2 deletions res/scite.styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
-webkit-column-gap: 0.2em;
-moz-column-gap: 0.2em;
column-gap: 0.2em;
margin-bottom: -3em;
margin-bottom: -1.8em;
}

.scite-referencelist-columns-responsive-mono {
Expand Down Expand Up @@ -275,4 +275,4 @@
.skin-chameleon .smw-form-horizontalrule {
margin-bottom: 10px;
margin-top: 5px;
}
}

0 comments on commit 918241f

Please sign in to comment.