File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
This file contains the RELEASE-NOTES of the Semantic Cite (a.k.a. SCI) extension.
2
2
3
- ### 1.0.0
3
+ ### 1.0.0 (2015-11-29)
4
4
5
5
* Initial release
6
- * Added ` #scite ` parser function
7
- * Added ` #referencelist ` parser function
8
- * Added ` Special:FindCitableMetadata `
6
+ * Added ` #scite ` parser function to record and create citation resources
7
+ * Added ` #referencelist ` parser function to modify the reference list display behaviour
8
+ * Added ` Special:FindCitableMetadata ` to download and create citeable metadata from external data provider
Original file line number Diff line number Diff line change 22
22
return 1 ;
23
23
}
24
24
25
- define ( 'SCI_VERSION ' , '1.0.0-alpha ' );
25
+ define ( 'SCI_VERSION ' , '1.0.0 ' );
26
26
27
27
/**
28
28
* @codeCoverageIgnore
You can’t perform that action at this time.
0 commit comments