From 50eca7226e41c7e98c9999f8700a9fd8efb253e3 Mon Sep 17 00:00:00 2001 From: Marcelo Linhares Castro Date: Tue, 7 Aug 2018 17:35:41 -0300 Subject: [PATCH] Liberando compatibilidade na v3.0.13 e rodando testes. --- PENIntegracao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PENIntegracao.php b/PENIntegracao.php index 1b2b9b2..b67b4fd 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'); + 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'); private static $strDiretorio; -- libgit2 0.21.2