Skip to content

Commit

Permalink
changed version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolimo committed Oct 11, 2017
1 parent 6e2ace3 commit d2b6a83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# processmaker
GLPI plugin that provides an interface with ProcessMaker (http://www.processmaker.com/).
Is currently compatible to GLPI 9.1 and ProcessMaker 3.0 (see note below)
GLPI plugin that provides an interface with ProcessMaker server (http://www.processmaker.com/).
Is currently compatible to GLPI
* 9.1 for version 3.1.6
* 9.2 for version 3.2.0
and ProcessMaker 3.0 (see note below)

Note: for ProcessMaker 3.0, this plugin can run old (2.x) and new (3.x) processes
8 changes: 6 additions & 2 deletions processmaker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>
<short>
<fr>Ce plugin fournit la possibilité d'intégrer un processus (workflow) aux tickets.</fr>
<en>This plugin provides a process (workflow) management linked to tickets></en>
<en>This plugin provides a process (workflow) management linked to tickets.</en>
</short>
<long>
<en>This plugin is dedicated to provide a process (workflow) management linked to tickets. This goal is achieved using ProcessMaker (URL: http://www.processmaker.com/). ProcessMaker will provide Process design and Workflow execution. This plugin is the glue between GLPI and ProcessMaker.</en>
Expand All @@ -22,7 +22,11 @@
<author>Olivier Moron</author>
</authors>
<versions>
<version>
<version>
<num>3.2.0</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>3.1.6</num>
<compatibility>9.1</compatibility>
</version>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function plugin_version_processmaker() {
return array ('name' => 'Process Maker',
'version' => '3.2.0',
'author' => 'Olivier Moron',
'homepage' => '',
'homepage' => 'https://github.com/tomolimo/processmaker',
'minGlpiVersion' => '9.2');
}

Expand Down

0 comments on commit d2b6a83

Please sign in to comment.