Skip to content

Commit

Permalink
versão 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Jan 22, 2024
1 parent 526a0f3 commit dd8419b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
class FormDinHelper
{

const FORMDIN_VERSION = '5.1.1';
const FORMDIN_VERSION = '5.1.2';
const ADIANTI_MIN_FORMDIN = '7.5.1';
const GRID_SIMPLE = 'GRID_SIMPLE';
const GRID_SCREEN_PAGINATION = 'GRID_SCREEN_PAGINATION';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

class FormDinHelperTest extends TestCase
{
public $formDinVersion = '5.1.1';
public $formDinVersion = '5.1.2';
public $adiantiVersion = '7.6.0.1';

public function testVersion() {
Expand Down
6 changes: 3 additions & 3 deletions appexemplo_v1.0/app/config/application.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ keyword = "#62d3ea"
string = "#FFC472"

[system]
formdin_min_version=5.1.1
adianti_min_version=7.5.1b.2
version = 1.0.0
formdin_min_version=5.1.2
adianti_min_version=7.5.1
version = 1.1.0
system_name = 'Aplicação de Exemplo 1 do FormDin5 com Adianti'
system_name_sub = 'APPEV1'
logo-lg = APPEV1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
class FormDinHelper
{

const FORMDIN_VERSION = '5.1.1';
const FORMDIN_VERSION = '5.1.2';
const ADIANTI_MIN_FORMDIN = '7.5.1';
const GRID_SIMPLE = 'GRID_SIMPLE';
const GRID_SCREEN_PAGINATION = 'GRID_SCREEN_PAGINATION';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

class FormDinHelperTest extends TestCase
{
public $formDinVersion = '5.1.1';
public $formDinVersion = '5.1.2';
public $adiantiVersion = '7.6.0.1';

public function testVersion() {
Expand Down

0 comments on commit dd8419b

Please sign in to comment.