File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ This file contains the RELEASE-NOTES of the Semantic Cite (a.k.a. SCI) extension
2
2
3
3
### 1.2.0
4
4
5
- Released on September 25 , 2016.
5
+ Released on November 5 , 2016.
6
6
7
7
* #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
8
9
* Localization updates from https://translatewiki.net
9
10
10
11
### 1.1.0
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public static function initExtension() {
41
41
// Load DefaultSettings
42
42
require_once __DIR__ . '/DefaultSettings.php ' ;
43
43
44
- define ( 'SCI_VERSION ' , '1.2.0-alpha ' );
44
+ define ( 'SCI_VERSION ' , '1.2.0 ' );
45
45
46
46
// Register the extension
47
47
$ GLOBALS ['wgExtensionCredits ' ]['semantic ' ][ ] = array (
Original file line number Diff line number Diff line change 54
54
-webkit-column-gap : 0.2em ;
55
55
-moz-column-gap : 0.2em ;
56
56
column-gap : 0.2em ;
57
- margin-bottom : -3 em ;
57
+ margin-bottom : -1.8 em ;
58
58
}
59
59
60
60
.scite-referencelist-columns-responsive-mono {
275
275
.skin-chameleon .smw-form-horizontalrule {
276
276
margin-bottom : 10px ;
277
277
margin-top : 5px ;
278
- }
278
+ }
You can’t perform that action at this time.
0 commit comments