Preparing 0.3.5 release
This commit is contained in:
parent
e1ac0a6d69
commit
ab5a9c2861
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
# CHANGELOG SENDRECURRINGINVOICEBYMAIL FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)
|
# CHANGELOG SENDRECURRINGINVOICEBYMAIL FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)
|
||||||
|
|
||||||
|
## 0.3.5
|
||||||
|
|
||||||
|
Fix:
|
||||||
|
|
||||||
|
* HTML formating was silently removed when used on Dolibarr v.13+ (GH-11)
|
||||||
|
* `$conf->global->MAIN_MAIL_ERRORS_TO` might not always be set (cause not found)
|
||||||
|
|
||||||
|
|
||||||
## 0.3.4
|
## 0.3.4
|
||||||
|
|
||||||
Fix: the hook was also triggered by supplier invoices.
|
Fix: the hook was also triggered by supplier invoices.
|
||||||
|
|
|
@ -69,7 +69,7 @@ class modsendrecurringinvoicebymail extends DolibarrModules
|
||||||
$this->editor_url = 'https://code.bugness.org/Dolibarr/sendrecurringinvoicebymail';
|
$this->editor_url = 'https://code.bugness.org/Dolibarr/sendrecurringinvoicebymail';
|
||||||
|
|
||||||
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
|
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
|
||||||
$this->version = '0.3.4';
|
$this->version = '0.3.5';
|
||||||
|
|
||||||
//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 = 'http://www.example.com/versionmodule.txt';
|
||||||
|
|
Loading…
Reference in a new issue