Skip to content

Commit 918241f

Browse files
authored
Merge pull request #37 from SemanticMediaWiki/ver120
Make the 1.2.0 release
2 parents eb6cae1 + 3d7886a commit 918241f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

RELEASE-NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ This file contains the RELEASE-NOTES of the Semantic Cite (a.k.a. SCI) extension
22

33
### 1.2.0
44

5-
Released on September 25, 2016.
5+
Released on November 5, 2016.
66

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

1011
### 1.1.0

SemanticCite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function initExtension() {
4141
// Load DefaultSettings
4242
require_once __DIR__ . '/DefaultSettings.php';
4343

44-
define( 'SCI_VERSION', '1.2.0-alpha' );
44+
define( 'SCI_VERSION', '1.2.0' );
4545

4646
// Register the extension
4747
$GLOBALS['wgExtensionCredits']['semantic'][ ] = array(

res/scite.styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
-webkit-column-gap: 0.2em;
5555
-moz-column-gap: 0.2em;
5656
column-gap: 0.2em;
57-
margin-bottom: -3em;
57+
margin-bottom: -1.8em;
5858
}
5959

6060
.scite-referencelist-columns-responsive-mono {
@@ -275,4 +275,4 @@
275275
.skin-chameleon .smw-form-horizontalrule {
276276
margin-bottom: 10px;
277277
margin-top: 5px;
278-
}
278+
}

0 commit comments

Comments
 (0)