Commit c2137ed5 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Bump version to 3.0.2

The database code depends on web2project 3.2.90 now.
parent 36a492f7
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Name: Timesheet * Name: Timesheet
* Directory: timesheet * Directory: timesheet
* Version: 3.0.1 * Version: 3.0.2
* Type: user * Type: user
* UI Name: Timesheet * UI Name: Timesheet
* UI Icon: * UI Icon:
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
// MODULE CONFIGURATION DEFINITION // MODULE CONFIGURATION DEFINITION
$config = array(); $config = array();
$config['mod_name'] = 'Timesheet'; // name the module $config['mod_name'] = 'Timesheet'; // name the module
$config['mod_version'] = '3.0.1'; // add a version number $config['mod_version'] = '3.0.2'; // add a version number
$config['mod_directory'] = 'timesheet'; // tell dotProject where to find this module $config['mod_directory'] = 'timesheet'; // tell dotProject where to find this module
$config['mod_setup_class'] = 'CSetupTimesheet'; // the name of the PHP setup class (used below) $config['mod_setup_class'] = 'CSetupTimesheet'; // the name of the PHP setup class (used below)
$config['mod_type'] = 'user'; // 'core' for modules distributed with dP by standard, 'user' for additional modules from dotmods $config['mod_type'] = 'user'; // 'core' for modules distributed with dP by standard, 'user' for additional modules from dotmods
...@@ -104,6 +104,7 @@ class CSetupTimesheet extends w2p_Core_Setup ...@@ -104,6 +104,7 @@ class CSetupTimesheet extends w2p_Core_Setup
return false; return false;
} }
case '3.0.0': case '3.0.0':
case '3.0.1':
default: default:
$result = true; $result = true;
// do nothing // do nothing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment