diff --git a/TASK.md b/TASK.md index f521d0d..08d30f0 100644 --- a/TASK.md +++ b/TASK.md @@ -649,11 +649,11 @@ - **Estimated**: 10 hours - **Dependencies**: Task 9.4.1 -## 🎉 MILESTONE: MVP COMPLETE (Version 1.0.0) ✅ +## 🎉 MILESTONE: MVP COMPLETE (Version 2.0.0) ✅ **Date**: 2025-01-27 **Status**: MVP RELEASED -**Version**: 1.0.0 +**Version**: 2.0.0 ### ✅ **Core Features Delivered** diff --git a/core/modules/modDeclarationTVA.class.php b/core/modules/modDeclarationTVA.class.php index 024fc63..2aff0fb 100644 --- a/core/modules/modDeclarationTVA.class.php +++ b/core/modules/modDeclarationTVA.class.php @@ -76,7 +76,7 @@ class modDeclarationTVA extends DolibarrModules $this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@declarationtva' // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z' - $this->version = '1.0.0'; + $this->version = '2.0.0'; // Url to the file with your last numberversion of this module //$this->url_last_version = 'http://www.example.com/versionmodule.txt';