From 8580571119230914bc49153df2a4c144afa099b1 Mon Sep 17 00:00:00 2001 From: Stephan Gambke Date: Sun, 10 Aug 2014 19:56:48 +0200 Subject: [PATCH] Release version 1.1.0 Change-Id: Ic85edeb167e621852e4c0f05ce8a48bb4ce76e0c --- SemanticGlossary.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SemanticGlossary.php b/SemanticGlossary.php index b05ccfb..e929e53 100644 --- a/SemanticGlossary.php +++ b/SemanticGlossary.php @@ -32,13 +32,13 @@ /** * The Semantic Glossary version */ - define( 'SG_VERSION', '1.1.0-dev' ); + define( 'SG_VERSION', '1.1.0' ); // register the extension $GLOBALS[ 'wgExtensionCredits' ][ 'semantic' ][] = array( 'path' => __FILE__, 'name' => 'Semantic Glossary', - 'author' => '[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]', + 'author' => array( '[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]', 'James Hong Kong' ), 'url' => 'https://www.mediawiki.org/wiki/Extension:Semantic_Glossary', 'descriptionmsg' => 'semanticglossary-desc', 'version' => SG_VERSION,