Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adicionado rotina de reenvio do processo bloqueado por um envio… #241

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor: Alterado a versão 3.2.4 para 3.2.3 do script de atualização…
… sip_atualizar_versao_modulo_pen
MatheusMarques80 committed May 18, 2023
commit b77d21e67328ec3f8618d7a51334e4eaa48c1226
12 changes: 10 additions & 2 deletions src/scripts/sip_atualizar_versao_modulo_pen.php
Original file line number Diff line number Diff line change
@@ -278,9 +278,9 @@ protected function atualizarVersaoConectado()
$this->instalarV3022();
case '3.2.2':
$this->instalarV3023();
case '3.2.4':
case '3.2.3':
$this->instalarV3024();


break; // Aus�ncia de [break;] proposital para realizar a atualiza��o incremental de vers�es
default:
@@ -1800,6 +1800,7 @@ protected function instalarV3023()
{
$this->atualizarNumeroVersao("3.2.3");
}
<<<<<<< HEAD

protected function instalarV3024()
{
@@ -1810,6 +1811,13 @@ protected function instalarV3024()
$this->atualizarNumeroVersao("3.2.4");
}

=======

protected function instalarV3024()
{
$this->atualizarNumeroVersao("3.2.4");
}
>>>>>>> pen-repository/master
}


You are viewing a condensed version of this merge commit. You can view the full changes here.