Offers the user a way to disable the version checking. Related to monarc-project/MonarcAppFO#106

pull/137/head
Cédric Bonhomme 2018-07-04 14:54:46 +02:00
parent c55f6db6d7
commit 65988aa554
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,8 @@ return array(
'appVersion' => $package_json['version'],
'checkVersion' => true,
'email' => [
'name' => 'MONARC',
'from' => 'info@monarc.lu',

View File

@ -206,6 +206,8 @@ return array(
'appVersion' => \$package_json['version'],
'checkVersion' => false,
'email' => [
'name' => 'MONARC',
'from' => 'info@monarc.lu',