Preparing 0.3.6 release
All checks were successful
/ GenerateReleaseZipfile (push) Successful in 1m22s
All checks were successful
/ GenerateReleaseZipfile (push) Successful in 1m22s
This commit is contained in:
parent
26d25135d6
commit
c26013ea03
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# CHANGELOG SENDRECURRINGINVOICEBYMAIL FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)
|
||||
|
||||
## 0.3.6
|
||||
|
||||
Fix: freeform email addresses being "html-filtered" `Postmaster <postmaster@bugness.org>` → `Postmaster`
|
||||
|
||||
|
||||
## 0.3.5
|
||||
|
||||
Fix:
|
||||
|
|
|
@ -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.5';
|
||||
$this->version = '0.3.6';
|
||||
|
||||
//Url to the file with your last numberversion of this module
|
||||
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
|
||||
|
|
Loading…
Reference in a new issue