diff --git a/.easya_info.json b/.easya_info.json index c80c9f2..a1db5f1 100644 --- a/.easya_info.json +++ b/.easya_info.json @@ -1,4 +1,6 @@ { "dlb_min_version": 14, - "dlb_max_version": 18 + "dlb_max_version": 18, + "php_min_version": 7.1, + "php_max_version": 8.2 } diff --git a/ChangeLog.md b/ChangeLog.md index 559aa61..9f77223 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # ChangeLog +## [14.0.3] - 17-06-2024 +- Ajout version de PHP. + ## [14.0.2] - 04-06-2024 - Changement de marque, page support, ajout CI, corrections de coquilles, lien documentation. @@ -889,5 +892,6 @@ - Initial version. -[Non Distribué]: https://github.com/OPEN-DSI/ecommerceng_woosync/compare/14.0.2...HEAD +[Non Distribué]: https://github.com/OPEN-DSI/ecommerceng_woosync/compare/14.0.3...HEAD +[14.0.3]: https://github.com/OPEN-DSI/ecommerceng_woosync/commits/14.0.3 [14.0.2]: https://github.com/OPEN-DSI/ecommerceng_woosync/commits/14.0.2 \ No newline at end of file diff --git a/core/modules/modECommerceNg.class.php b/core/modules/modECommerceNg.class.php index 3201702..782959e 100644 --- a/core/modules/modECommerceNg.class.php +++ b/core/modules/modECommerceNg.class.php @@ -58,7 +58,7 @@ function __construct($db) // Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module) $this->description = "Module to synchronise Dolibarr with ECommerce platform (currently ecommerce supported: WooCommerce)"; $this->descriptionlong = "See page https://wiki.dolibarr.org/index.php/Module_Magento_EN for more information"; - $this->editor_name = 'Easya Solutions)'; + $this->editor_name = 'Easya Solutions'; $this->editor_web = 'https://easya.solutions'; $this->editor_url = "https://easya.solutions"; $this->editor_email = 'support@easya.solutions';