version 3.3.1

This commit is contained in:
tomolimo
2018-08-06 16:55:13 +02:00
parent 60beb4cca0
commit b6bbb23ae6
2 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ GLPI plugin that provides an interface with ProcessMaker server (http://www.proc
Is currently compatible with GLPI 9.1 and 9.2 Is currently compatible with GLPI 9.1 and 9.2
Is currently compatible with ProcessMaker 3.0.1.8-RE-1.8 (see https://github.com/tomolimo/processmaker-server/releases/latest) Is currently compatible with ProcessMaker 3.0.1.8-RE-1.9 (see https://github.com/tomolimo/processmaker-server/releases/latest)
This plugin can run classic and bpmn processes This plugin can run classic and bpmn processes
An IRC channel is available: #processmaker-glpi on https://webchat.freenode.net/ An IRC channel is available: #processmaker-glpi on https://webchat.freenode.net/

View File

@@ -23,17 +23,18 @@
</authors> </authors>
<versions> <versions>
<version> <version>
<num>3.2.9</num> <num>3.3.1</num>
<compatibility>9.2</compatibility> <compatibility>9.2</compatibility>
</version> </version>
<version> <version>
<num>3.2.9</num> <num>3.3.1</num>
<compatibility>9.1</compatibility> <compatibility>9.1</compatibility>
</version> </version>
</versions> </versions>
<langs> <langs>
<lang>en_gb</lang> <lang>en_gb</lang>
<lang>fr_fr</lang> <lang>fr_fr</lang>
<lang>cs_cz</lang>
</langs> </langs>
<license>GPL v2+</license> <license>GPL v2+</license>
<tags> <tags>
@@ -41,13 +42,13 @@
<tag>Processus</tag> <tag>Processus</tag>
<tag>Workflow</tag> <tag>Workflow</tag>
<tag>Helpdesk</tag> <tag>Helpdesk</tag>
<tag>Tickets</tag> <tag>Ticket</tag>
</fr> </fr>
<en> <en>
<tag>Processes</tag> <tag>Processes</tag>
<tag>Helpdesk</tag> <tag>Helpdesk</tag>
<tag>Workflows</tag> <tag>Workflows</tag>
<tag>Tickets</tag> <tag>Ticket</tag>
</en> </en>
</tags> </tags>
</root> </root>