From a85f43e4e9c0305ece4597ee9f8afdd409d81fe0 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Sat, 7 Feb 2015 01:03:58 +0100 Subject: [PATCH] 1.0 release --- RELEASE-NOTES.md | 2 +- SemanticSignup.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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,