Commit cce5e18db3a545fee077a1b3a5eed2f2af486d5f

Authored by Marcelo Linhares Castro
1 parent c42c5fd2

Liberar o módulo para rodar na 3.0.14 e 3.0.15 do SEI após testes na esteira de entrega

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
PENIntegracao.php
... ... @@ -2,7 +2,7 @@
2 2  
3 3 class PENIntegracao extends SeiIntegracao {
4 4  
5   - 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');
  5 + 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');
6 6  
7 7 private static $strDiretorio;
8 8  
... ... @@ -11,7 +11,7 @@ class PENIntegracao extends SeiIntegracao {
11 11 }
12 12  
13 13 public function getVersao() {
14   - return '1.1.5';
  14 + return '1.1.6';
15 15 }
16 16  
17 17  
... ...