Add link to check module update
This commit is contained in:
parent
a105f1c371
commit
7cb846d4e1
|
|
@ -77,7 +77,7 @@ class modSwissqr extends DolibarrModules
|
||||||
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'
|
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'
|
||||||
$this->version = '2.0.0';
|
$this->version = '2.0.0';
|
||||||
// Url to the file with your last numberversion of this module
|
// Url to the file with your last numberversion of this module
|
||||||
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
|
$this->url_last_version = 'https://modules-dolibarr.sinabe.ch/swissqr/versionmodule.txt';
|
||||||
|
|
||||||
// Key used in llx_const table to save module status enabled/disabled (where SWISSQR is value of property name of module in uppercase)
|
// Key used in llx_const table to save module status enabled/disabled (where SWISSQR is value of property name of module in uppercase)
|
||||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue