http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94688

Revision: 94688
Author:   jeroendedauw
Date:     2011-08-16 20:55:39 +0000 (Tue, 16 Aug 2011)
Log Message:
-----------
oops, min SMW is 1.5, not 1.6

Modified Paths:
--------------
    trunk/extensions/SemanticSignup/SemanticSignup.php

Modified: trunk/extensions/SemanticSignup/SemanticSignup.php
===================================================================
--- trunk/extensions/SemanticSignup/SemanticSignup.php  2011-08-16 20:54:19 UTC 
(rev 94687)
+++ trunk/extensions/SemanticSignup/SemanticSignup.php  2011-08-16 20:55:39 UTC 
(rev 94688)
@@ -32,15 +32,15 @@
        die( '<b>Error:</b> You need to have <a 
href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki";>Semantic 
MediaWiki</a> installed in order to use SemanticSignup.' );
 }
 
-if ( version_compare( SMW_VERSION, '1.6 alpha', '<' ) ) {
-       die( '<b>Error:</b> Semantic Signup requires Semantic MediaWiki 1.6 or 
above.' );
+if ( version_compare( SMW_VERSION, '1.5 alpha', '<' ) ) {
+       die( '<b>Error:</b> Semantic Signup requires Semantic MediaWiki 1.5 or 
above.' );
 }
 
 if ( !defined( 'SF_VERSION' ) ) {
        die( '<b>Error:</b> You need to have <a 
href="http://semantic-mediawiki.org/wiki/Semantic_Forms";>Semantic Forms</a> 
installed in order to use SemanticSignup.' );
 }
 
-define( 'SemanticSignup_VERSION', '0.4.1 alpha' );
+define( 'SemanticSignup_VERSION', '0.4 alpha' );
 
 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 
'specialpage'][] = array(
        'path' => __FILE__,


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to