Add link to check module update

This commit is contained in:
Benoit Vianin 2025-10-17 07:49:20 +00:00
parent a105f1c371
commit 7cb846d4e1
1 changed files with 1 additions and 1 deletions

View File

@ -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'
$this->version = '2.0.0';
// 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)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);