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

Revision: 100734
Author:   jeroendedauw
Date:     2011-10-25 19:59:26 +0000 (Tue, 25 Oct 2011)
Log Message:
-----------
throw out bc code

Modified Paths:
--------------
    trunk/extensions/SemanticMaps/RELEASE-NOTES
    trunk/extensions/SemanticMaps/SemanticMaps.php

Modified: trunk/extensions/SemanticMaps/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticMaps/RELEASE-NOTES 2011-10-25 19:26:39 UTC (rev 
100733)
+++ trunk/extensions/SemanticMaps/RELEASE-NOTES 2011-10-25 19:59:26 UTC (rev 
100734)
@@ -7,6 +7,10 @@
 
http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
 
 
+=== Semantic Maps 1.0.5 ===
+(201x-xx-xx)
+
+
 === Semantic Maps 1.0.4 ===
 (2011-10-15)
 

Modified: trunk/extensions/SemanticMaps/SemanticMaps.php
===================================================================
--- trunk/extensions/SemanticMaps/SemanticMaps.php      2011-10-25 19:26:39 UTC 
(rev 100733)
+++ trunk/extensions/SemanticMaps/SemanticMaps.php      2011-10-25 19:59:26 UTC 
(rev 100734)
@@ -49,9 +49,9 @@
        die( '<b>Error:</b> This version of Semantic Maps requires Semantic 
MediaWiki 1.7 or above; use Semantic Maps 1.0 to 1.0.3 for SMW 1.6 to 1.6.1.' );
 }
 
-define( 'SM_VERSION', '1.0.4' );
+define( 'SM_VERSION', '1.0.5 alpha' );
 
-$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 
'other'][] = array(
+$wgExtensionCredits['semantic'][] = array(
        'path' => __FILE__,
        'name' => 'Semantic Maps',
        'version' => SM_VERSION,


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to