Commit 50eca7226e41c7e98c9999f8700a9fd8efb253e3
1 parent
ff42b1ea
Exists in
master
and in
21 other branches
Liberando compatibilidade na v3.0.13 e rodando testes.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
PENIntegracao.php
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | 2 | ||
3 | class PENIntegracao extends SeiIntegracao { | 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'); | 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'); |
6 | 6 | ||
7 | private static $strDiretorio; | 7 | private static $strDiretorio; |
8 | 8 |