sendrecurringinvoicebymail/ChangeLog.md

48 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2021-12-01 00:27:33 +01:00
# CHANGELOG SENDRECURRINGINVOICEBYMAIL FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)
## 0.3.4
Fix: the hook was also triggered by supplier invoices.
Thanks to jpardenoy for the report and the fix.
## 0.3.3
Fix: adds CSRF protection.
2021-12-01 00:27:33 +01:00
## 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.
2021-07-17 19:33:39 +02:00
## 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.
2021-07-17 19:26:55 +02:00
The hacky way of 0.2.7 is converted at installation (reinstallation for upgrade) but is not used after that and the support will be dropped in a future release.
## 0.2.7
Add the possibility to overwrite some email fields (recipients, subject, body) for each template.
2021-02-19 02:28:54 +01:00
## 0.2.5
Little cleanup : no reload needed for last_main_doc.
## 0.2.3
Renaming from 'sendfacrecmail' to 'sendrecurringinvoicebymail'.
2018-12-02 01:21:54 +01:00
## 0.1.2
First working version.