https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103334

Revision: 103334
Author:   jeroendedauw
Date:     2011-11-16 16:09:45 +0000 (Wed, 16 Nov 2011)
Log Message:
-----------
up rel notes

Modified Paths:
--------------
    trunk/extensions/SemanticResultFormats/RELEASE-NOTES
    trunk/extensions/SemanticResultFormats/SRF_Hooks.php
    trunk/extensions/SemanticResultFormats/SemanticResultFormats.php

Modified: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2011-11-16 
16:03:39 UTC (rev 103333)
+++ trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2011-11-16 
16:09:45 UTC (rev 103334)
@@ -14,6 +14,7 @@
 
 New formats in this version are:
 * valuerank (written by DaSch)
+* D3Line, D3Bar and D3Treemap (written by James Hong Kong) (requires MW 1.17 
or later)
 
 == SRF 1.6.2 ==
 

Modified: trunk/extensions/SemanticResultFormats/SRF_Hooks.php
===================================================================
--- trunk/extensions/SemanticResultFormats/SRF_Hooks.php        2011-11-16 
16:03:39 UTC (rev 103333)
+++ trunk/extensions/SemanticResultFormats/SRF_Hooks.php        2011-11-16 
16:09:45 UTC (rev 103334)
@@ -30,4 +30,4 @@
                return true;
        }
        
-}
\ No newline at end of file
+}

Modified: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
===================================================================
--- trunk/extensions/SemanticResultFormats/SemanticResultFormats.php    
2011-11-16 16:03:39 UTC (rev 103333)
+++ trunk/extensions/SemanticResultFormats/SemanticResultFormats.php    
2011-11-16 16:09:45 UTC (rev 103334)
@@ -7,7 +7,8 @@
  * @file SemanticResultFormats.php
  * @ingroup SemanticResultFormats
  * 
- * @author Jeroen De Dauw
+ * @licence GNU GPL v3+
+ * @author Jeroen De Dauw < [email protected] >
  */
 
 /**
@@ -160,5 +161,3 @@
                }
        }       
 }
-
-


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

Reply via email to