From cce5e18db3a545fee077a1b3a5eed2f2af486d5f Mon Sep 17 00:00:00 2001 From: Marcelo Linhares Castro Date: Tue, 23 Oct 2018 09:56:51 -0300 Subject: [PATCH] Liberar o módulo para rodar na 3.0.14 e 3.0.15 do SEI após testes na esteira de entrega --- PENIntegracao.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PENIntegracao.php b/PENIntegracao.php index 8129df1..442d841 100644 --- a/PENIntegracao.php +++ b/PENIntegracao.php @@ -2,7 +2,7 @@ class PENIntegracao extends SeiIntegracao { - const COMPATIBILIDADE_MODULO_SEI = array('3.0.5', '3.0.6', '3.0.7', '3.0.8', '3.0.9', '3.0.11', '3.0.12', '3.0.13'); + const COMPATIBILIDADE_MODULO_SEI = array('3.0.5', '3.0.6', '3.0.7', '3.0.8', '3.0.9', '3.0.11', '3.0.12', '3.0.13', '3.0.14', '3.0.15'); private static $strDiretorio; @@ -11,7 +11,7 @@ class PENIntegracao extends SeiIntegracao { } public function getVersao() { - return '1.1.5'; + return '1.1.6'; } -- libgit2 0.21.2