diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c84eaca..44b8393 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,8 +1,8 @@ This file contains the RELEASE-NOTES of the Semantic Cite (a.k.a. SCI) extension. -### 1.0.0 +### 1.0.0 (2015-11-29) * Initial release -* Added `#scite` parser function -* Added `#referencelist` parser function -* Added `Special:FindCitableMetadata` +* Added `#scite` parser function to record and create citation resources +* Added `#referencelist` parser function to modify the reference list display behaviour +* Added `Special:FindCitableMetadata` to download and create citeable metadata from external data provider diff --git a/SemanticCite.php b/SemanticCite.php index 1adae74..36adbce 100644 --- a/SemanticCite.php +++ b/SemanticCite.php @@ -22,7 +22,7 @@ return 1; } -define( 'SCI_VERSION', '1.0.0-alpha' ); +define( 'SCI_VERSION', '1.0.0' ); /** * @codeCoverageIgnore