Skip to content

Releases: tomolimo/processmaker

Release 4.0.3

26 Apr 11:38
Compare
Choose a tag to compare

For GLPI 9.5

To fix a bug at user creation into PM DB

Release 4.0.2

01 Apr 08:42
Compare
Choose a tag to compare

For GLPI 9.5

bugfixes duration task when > 1 month

Release 4.0.1

19 Mar 14:02
Compare
Choose a tag to compare

For GLPI 9.5

Fixes an issue when empty processmaker plugin DB was created.

Deleted file header comment in sql file
Set version to 4.0.1

Release 4.0.0

18 Mar 09:03
72b8689
Compare
Choose a tag to compare

For GLPI 9.5

Release 3.6.16

07 Oct 13:45
Compare
Choose a tag to compare

For GLPI 9.4

  • Added feature GLPI_TASK_PREVENT_REASSIGN to prevent assignment of a list of users (can be PM UID, GLPI id, GLPI logon) to a specific task (can be task list)
  • Added prepareInputForAdd and prepareInputForUpdate to unclean entries to prevent conversion of ['<', '>', '<', '>'] into ['&lt;', '&gt;', '<', '>'];
  • Added a proxy and SSL mangement to external application calls
  • Added an escape DB for ticket name and ticket solution description Updated translation
  • Added a new case variable to be able to create information tasks GLPI_ITEM_INFORMATION_TASK
  • Added Send reminder
  • Added unclaim task Rewrite some code for clearer maintenance
  • Added a hook to manage the change of user login
  • Cleaning of unused code
  • Added condition to set user = admin when script is run in crontask

Release 3.5.10

07 Oct 13:26
Compare
Choose a tag to compare

For GLPI 9.3

  • Added feature GLPI_TASK_PREVENT_REASSIGN to prevent assignment of a list of users (can be PM UID, GLPI id, GLPI logon) to a specific task (can be task list)
  • Added prepareInputForAdd and prepareInputForUpdate to unclean entries to prevent conversion of ['<', '>', '<', '>'] into ['&lt;', '&gt;', '<', '>'];
  • Added a proxy and SSL mangement to external application calls
  • Added an escape DB for ticket name and ticket solution description Updated translation
  • Added a new case variable to be able to create information tasks GLPI_ITEM_INFORMATION_TASK
  • Added Send reminder
  • Added unclaim task Rewrite some code for clearer maintenance
  • Added a hook to manage the change of user login
  • Cleaning of unused code
  • Added condition to set user = admin when script is run in crontask

Release 3.4.25

07 Oct 12:44
Compare
Choose a tag to compare

For GLPI 9.2

  • Added feature GLPI_TASK_PREVENT_REASSIGN to prevent assignment of a list of users (can be PM UID, GLPI id, GLPI logon) to a specific task (can be task list)
  • Added prepareInputForAdd and prepareInputForUpdate to unclean entries to prevent conversion of ['<', '>', '<', '>'] into ['&lt;', '&gt;', '<', '>'];
  • Added a proxy and SSL mangement to external application calls
  • Added an escape DB for ticket name and ticket solution description Updated translation
  • Added a new case variable to be able to create information tasks GLPI_ITEM_INFORMATION_TASK
  • Added Send reminder
  • Added unclaim task Rewrite some code for clearer maintenance
  • Added a hook to manage the change of user login
  • Cleaning of unused code
  • Added condition to set user = admin when script is run in crontask

Release 3.6.6

28 Oct 14:47
Compare
Choose a tag to compare

For GLPI 9.4

Fixed bugs for URL in notifications
Added new tags in notification templates Fixed bugs on tag data
Added 1 dim assoc array management in notification templates
Fixed issue on the 2 dim arrays
Added missing notification template tags to get info on item hosting the case (Ticket, Change, Problem)
Added quote to be sure that SQL request will not throw an error
Added a test for the return code from routeCase() to prevent closing of current task if routing is not done

Release 3.5.6

28 Oct 14:43
Compare
Choose a tag to compare

For GLPI 9.3

Fixed bugs for URL in notifications Set version to 3.5.6
Added new tags in notification templates Fixed bugs on tag data
Added 1 dim assoc array management in notification templates
Fixed issue on the 2 dim arrays
Added missing notification template tags to get info on item hosting the case (Ticket, Change, Problem)
Added quote to be sure that SQL request will not throw an error
Added a test for the return code from routeCase() to prevent closing of current task if routing is not done

Release 3.4.17

28 Oct 14:39
Compare
Choose a tag to compare

For GLPI 9.2

Added new tags in notification templates Fixed bugs on tag data
Added 1 dim assoc array management in notification templates
Fixed issue on the 2 dim arrays
Added missing notification template tags to get info on item hosting the case (Ticket, Change, Problem)
Added quote to be sure that SQL request will not throw an error
Added a test for the return code from routeCase() to prevent closing of current task if routing is not done