diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index e366947..4ea9c9e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,6 @@ These are the release notes for the SemanticSignup extension. -## Version 1.0 (dev) +## Version 1.0 (2015-02-07) * Installation is now done via Composer * Added compatibility with MediaWiki 1.19 - 1.25 diff --git a/SemanticSignup.php b/SemanticSignup.php index 0054b19..bc86e5e 100644 --- a/SemanticSignup.php +++ b/SemanticSignup.php @@ -28,7 +28,7 @@ return 1; } -define( 'SES_VERSION', '1.0-alpha' ); +define( 'SES_VERSION', '1.0' ); /** * @codeCoverageIgnore @@ -36,7 +36,7 @@ call_user_func( function () { // Register extension info - $GLOBALS[ 'wgExtensionCredits' ][ 'semantic' ][ ] = array( + $GLOBALS['wgExtensionCredits']['semantic'][] = array( 'path' => __FILE__, 'name' => 'Semantic Signup', 'version' => SES_VERSION,