From d19435a3dcfbf70ffeaa730fd1a92b262af7098d Mon Sep 17 00:00:00 2001 From: Tomolimo Date: Fri, 19 Mar 2021 15:00:37 +0100 Subject: [PATCH] Deleted file header comment in sql file Set version to 4.0.1 --- README.md | 2 +- install/mysql/processmaker-empty.sql | 6 ------ processmaker.xml | 2 +- setup.php | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1d91284..dcd5b80 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ version 3.5.x is compatible with GLPI 9.3 and needs ProcessMaker 3.3.0-RE-1.x (h version 3.6.x is compatible with GLPI 9.4 and needs ProcessMaker 3.3.0-RE-1.x (https://github.com/tomolimo/processmaker-server/releases/latest) -version 4.0.0 is compatible with GLPI 9.5 and needs ProcessMaker 3.3.0-RE-1.x (https://github.com/tomolimo/processmaker-server/releases/latest) +version 4.0.x is compatible with GLPI 9.5 and needs ProcessMaker 3.3.0-RE-1.x (https://github.com/tomolimo/processmaker-server/releases/latest) This plugin can run classic and bpmn processes diff --git a/install/mysql/processmaker-empty.sql b/install/mysql/processmaker-empty.sql index 5816a38..98ddbfb 100644 --- a/install/mysql/processmaker-empty.sql +++ b/install/mysql/processmaker-empty.sql @@ -1,9 +1,3 @@ -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET NAMES utf8 */; -/*!50503 SET NAMES utf8mb4 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; - -- Dumping structure for table glpi.glpi_plugin_processmaker_caselinkactions CREATE TABLE IF NOT EXISTS `glpi_plugin_processmaker_caselinkactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, diff --git a/processmaker.xml b/processmaker.xml index 10eff13..ec41b94 100644 --- a/processmaker.xml +++ b/processmaker.xml @@ -41,7 +41,7 @@ 9.4 - 4.0.0 + 4.0.1 9.5 diff --git a/setup.php b/setup.php index 6f2914d..f47ccbf 100644 --- a/setup.php +++ b/setup.php @@ -1,6 +1,6 @@