Skip to content

Commit

Permalink
🔨 BASE update FormDin Version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Sep 5, 2020
1 parent da6e4d8 commit 743629c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
class FormDinHelper
{

const FORMDIN_VERSION = '5.0.0-alpha16';
const FORMDIN_VERSION = '5.0.0-alpha17';
const GRID_SIMPLE = 'GRID_SIMPLE';
const GRID_SCREEN_PAGINATION = 'GRID_SCREEN_PAGINATION';
const GRID_SQL_PAGINATION = 'GRID_SQL_PAGINATION';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FormDinHelperTest extends TestCase
{

public function testVersion() {
$expected = '5.0.0-alpha16';
$expected = '5.0.0-alpha17';
$result = FormDinHelper::version();
$this->assertEquals( $expected , $result);
}
Expand Down
2 changes: 1 addition & 1 deletion appexemplo_v1.0/app/config/application.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keyword = "#62d3ea"
string = "#FFC472"

[system]
formdin_min_version=5.0.0-alpha4
formdin_min_version=5.0.0-alpha17
version = 1.0.0
system_name = 'Aplicação de Exemplo 1 do FormDin5 com Adianti'
system_name_sub = 'APPEV1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
class FormDinHelper
{

const FORMDIN_VERSION = '5.0.0-alpha16';
const FORMDIN_VERSION = '5.0.0-alpha17';
const GRID_SIMPLE = 'GRID_SIMPLE';
const GRID_SCREEN_PAGINATION = 'GRID_SCREEN_PAGINATION';
const GRID_SQL_PAGINATION = 'GRID_SQL_PAGINATION';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FormDinHelperTest extends TestCase
{

public function testVersion() {
$expected = '5.0.0-alpha16';
$expected = '5.0.0-alpha17';
$result = FormDinHelper::version();
$this->assertEquals( $expected , $result);
}
Expand Down

0 comments on commit 743629c

Please sign in to comment.