diff --git a/ChangeLog.md b/ChangeLog.md index 8f8ce21..b32a51e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ # CHANGELOG SENDRECURRINGINVOICEBYMAIL FOR DOLIBARR ERP CRM +## 0.3.1 + +Small enhancements and fixes : + +* links to the configuration of global elements (mail template, sender address) +* display attached files in the agenda's event +* fix the 0.2.7 "hacky way" import into the 0.3.0 way + ## 0.3.0 Dedicated tab on the template invoice's page, to be able to customize more cleanly the recipients, and the email content. diff --git a/core/modules/modsendrecurringinvoicebymail.class.php b/core/modules/modsendrecurringinvoicebymail.class.php index 14b9d38..0ce3334 100644 --- a/core/modules/modsendrecurringinvoicebymail.class.php +++ b/core/modules/modsendrecurringinvoicebymail.class.php @@ -69,7 +69,7 @@ class modsendrecurringinvoicebymail extends DolibarrModules $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' - $this->version = '0.3.0'; + $this->version = '0.3.1'; //Url to the file with your last numberversion of this module //$this->url_last_version = 'http://www.example.com/versionmodule.txt';