Revision: 48319
Author:   yaron
Date:     2009-03-11 16:39:47 +0000 (Wed, 11 Mar 2009)

Log Message:
-----------
New version: 1.5.4

Modified Paths:
--------------
    trunk/extensions/SemanticForms/INSTALL
    trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php

Modified: trunk/extensions/SemanticForms/INSTALL
===================================================================
--- trunk/extensions/SemanticForms/INSTALL      2009-03-11 16:39:20 UTC (rev 
48318)
+++ trunk/extensions/SemanticForms/INSTALL      2009-03-11 16:39:47 UTC (rev 
48319)
@@ -1,4 +1,4 @@
-[[Semantic Forms 1.5.3]]
+[[Semantic Forms 1.5.4]]
 
 Contents:
 * Disclaimer

Modified: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php      
2009-03-11 16:39:20 UTC (rev 48318)
+++ trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php      
2009-03-11 16:39:47 UTC (rev 48319)
@@ -7,7 +7,7 @@
 
 if ( !defined( 'MEDIAWIKI' ) ) die();
 
-define('SF_VERSION','1.5.3');
+define('SF_VERSION','1.5.4');
 
 $wgExtensionCredits['specialpage'][]= array(
        'name' => 'Semantic Forms',
@@ -39,7 +39,7 @@
 // register all special pages and other classes
 $wgSpecialPages['Forms'] = 'SFForms';
 $wgAutoloadClasses['SFForms'] = $sfgIP . '/specials/SF_Forms.php';
-$wgSpecialPageGroups['Forms'] = 'sf_group';
+$wgSpecialPageGroups['Forms'] = 'pages';
 $wgSpecialPages['CreateForm'] = 'SFCreateForm';
 $wgAutoloadClasses['SFCreateForm'] = $sfgIP . '/specials/SF_CreateForm.php';
 $wgSpecialPageGroups['CreateForm'] = 'sf_group';



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

Reply via email to