version increment
This commit is contained in:
parent
d6047334de
commit
98ffff0f30
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
# CHANGELOG SENDRECURRINGINVOICEBYMAIL FOR <a href="https://www.dolibarr.org">DOLIBARR ERP CRM</a>
|
||||
|
||||
## 0.2.5
|
||||
Little cleanup : no reload needed for last_main_doc.
|
||||
|
||||
## 0.2.3
|
||||
Renaming from 'sendfacrecmail' to 'sendrecurringinvoicebymail'.
|
||||
|
||||
|
|
|
@ -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.2.4';
|
||||
$this->version = '0.2.5';
|
||||
|
||||
//Url to the file with your last numberversion of this module
|
||||
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
|
||||
|
@ -78,7 +78,7 @@ class modsendrecurringinvoicebymail extends DolibarrModules
|
|||
// Name of image file used for this module.
|
||||
// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
|
||||
// If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module'
|
||||
$this->picto='generic';
|
||||
$this->picto = 'sendrecurringinvoicebymail@sendrecurringinvoicebymail';
|
||||
|
||||
// Define some features supported by module (triggers, login, substitutions, menus, css, etc...)
|
||||
$this->module_parts = array(
|
||||
|
|
Loading…
Reference in a new issue