From faa3ff6a02d7ce966bb6ea99203492a8076284f6 Mon Sep 17 00:00:00 2001 From: Chl Date: Wed, 1 Dec 2021 00:27:33 +0100 Subject: [PATCH] Preparing 0.3.2 release --- ChangeLog.md | 13 ++++++++++++- .../modules/modsendrecurringinvoicebymail.class.php | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index b32a51e..be22db7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,15 @@ -# CHANGELOG SENDRECURRINGINVOICEBYMAIL FOR DOLIBARR ERP CRM +# CHANGELOG SENDRECURRINGINVOICEBYMAIL FOR [DOLIBARR ERP CRM](https://www.dolibarr.org) + + +## 0.3.2 + +Note: This release includes a DB schema modification. Reactivate the module to trigger it. + +Enhancements: + +* Mails can now be sent in HTML (via global module configuration and via the customzation tab). +* Mails can now be sent even when the invoice is a draft. + ## 0.3.1 diff --git a/core/modules/modsendrecurringinvoicebymail.class.php b/core/modules/modsendrecurringinvoicebymail.class.php index 2bc42c6..b1153c4 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.1'; + $this->version = '0.3.2'; //Url to the file with your last numberversion of this module //$this->url_last_version = 'http://www.example.com/versionmodule.txt';