Commit c42c5fd28066ab7ff0b7c9bb6aebaf5ee050487f
Exists in
master
and in
21 other branches
Merge branch 'MarceloAjustes3.0.13' into 'master'
Marcelo ajustes3.0.13 Prezados, Os testes rodaram com sucesso nos cenários 1 a 7 e 11. Mysql e SQl Server intercambeando informações entre eles. Favor liberar esse merge request para permitir a execução do barramento na v3.0.13. Após isso criar a tag 1.1.5 See merge request !6
Showing
1 changed file
with
2 additions
and
2 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 | ||
@@ -11,7 +11,7 @@ class PENIntegracao extends SeiIntegracao { | @@ -11,7 +11,7 @@ class PENIntegracao extends SeiIntegracao { | ||
11 | } | 11 | } |
12 | 12 | ||
13 | public function getVersao() { | 13 | public function getVersao() { |
14 | - return '1.1.3'; | 14 | + return '1.1.5'; |
15 | } | 15 | } |
16 | 16 | ||
17 | 17 |