Skip to content

Commit

Permalink
Change to 3.6.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
accognet committed Sep 7, 2022
1 parent 86717c7 commit 73ead6f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions module.combodo-email-synchro.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'combodo-email-synchro/3.6.0',
array(
// Identification
'label' => 'Tickets synchronization via e-mail',
'category' => 'business',
// Setup
'dependencies' => array(// 'itop-config-mgmt/3.0.0', // iTop 3.0.0 minimum is not necessary for now, maybe in the future ?
),
'mandatory' => false,
'visible' => true,
'installer' => 'EmailSynchroInstaller',
'combodo-email-synchro/3.6.1-dev',
array(
// Identification
'label' => 'Tickets synchronization via e-mail',
'category' => 'business',
// Setup
'dependencies' => array(// 'itop-config-mgmt/3.0.0', // iTop 3.0.0 minimum is not necessary for now, maybe in the future ?
),
'mandatory' => false,
'visible' => true,
'installer' => 'EmailSynchroInstaller',
// Components
'datamodel' => array(
'classes/autoload.php',
Expand Down

0 comments on commit 73ead6f

Please sign in to comment.