Index: trunk/xoops_version.php
===================================================================
--- trunk/xoops_version.php	(revision 133)
+++ trunk/xoops_version.php	(revision 136)
@@ -31,5 +31,5 @@
 $modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ;
 $modversion['description'] = constant( '_MI_XPRESS_DESC');
-$modversion['version'] = "0.14";
+$modversion['version'] = "0.15";
 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;";
 $modversion['author'] = "toemon (http://www.toemon.com)";
@@ -40,5 +40,5 @@
 
 // status
-$modversion['codename'] = "r133";
+$modversion['codename'] = "r136";
 
 // onInstall, onUpdate, onUninstall
@@ -246,4 +246,15 @@
 	'func_num'		=> $b_no,	
 );
+$b_no++;
+$modversion['blocks'][$b_no] = array(
+	'file' 			=> 'widget_block.php' ,
+	'name' 			=> constant('_MI_XPRESS_BLOCK_WIDGET') ,
+	'description'	=> '' ,
+	'show_func' 	=> "b_". $mydirname . "_widget_show" ,
+	'edit_func' 	=> "b_". $mydirname . "_widget_edit" ,
+	'options'		=> $mydirname. '||' ,
+	'can_clone'		=> true ,
+	'func_num'		=> $b_no,	
+);
 
 
