r81856 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81855‎ | r81856 | r81857 >
Date:23:09, 9 February 2011
Author:yaron
Status:deferred
Tags:
Comment:
Incremented version (to '2.1alpha'), added Stephan Gambke as co-author
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php
@@ -7,13 +7,13 @@
88
99 if ( !defined( 'MEDIAWIKI' ) ) die();
1010
11 -define( 'SF_VERSION', '2.0.9' );
 11+define( 'SF_VERSION', '2.1alpha' );
1212
1313 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array(
1414 'path' => __FILE__,
1515 'name' => 'Semantic Forms',
1616 'version' => SF_VERSION,
17 - 'author' => array( 'Yaron Koren', '...' ),
 17+ 'author' => array( 'Yaron Koren', 'Stephan Gambke', '...' ),
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Forms',
1919 'descriptionmsg' => 'semanticforms-desc',
2020 );