From fee2027891bcb54e8409b3ec8c87c4c2552f4cde Mon Sep 17 00:00:00 2001 From: kamel Date: Mon, 4 Nov 2019 17:22:50 +0100 Subject: [PATCH] Modification du numero de version --- ChangeLog.md | 3 +++ core/modules/modECommerceNg.class.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1624bf2..2c9a2a1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # ChangeLog +## 4.0.42.0 +- Correction de l'ajout du lien de la catégorie racine des produits + ## 4.0.41.0 - Add Italian translations file (module version 4.0.34) by aschio - Fix on order modification configuration is ignored by mkdgs diff --git a/core/modules/modECommerceNg.class.php b/core/modules/modECommerceNg.class.php index e5ba45f..18410ff 100644 --- a/core/modules/modECommerceNg.class.php +++ b/core/modules/modECommerceNg.class.php @@ -61,7 +61,7 @@ function __construct($db) $this->editor_url = 'http://www.open-dsi.fr'; // Possible values for version are: 'development', 'experimental', 'dolibarr' or version - $this->version = '4.0.41'; + $this->version = '4.0.42'; // Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase) $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name); // Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)