Added more info in config format

Added possibility to rename PM DB (default to wf_workflow)
Fixes #53
Fixes #50
+ other fixes
Changed version to 3.2.8
This commit is contained in:
tomolimo
2018-03-19 16:56:18 +01:00
parent c5589795df
commit 128b704403
8 changed files with 94 additions and 8 deletions

View File

@@ -119,7 +119,7 @@ function plugin_version_processmaker() {
global $LANG;
return array ('name' => 'Process Maker',
'version' => '3.2.5',
'version' => '3.2.8',
'author' => 'Olivier Moron',
'homepage' => 'https://github.com/tomolimo/processmaker',
'minGlpiVersion' => '9.1');