Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
ajout version de php
Browse files Browse the repository at this point in the history
  • Loading branch information
pandreani-opendsi committed Jun 17, 2024
1 parent 5bff3c5 commit 9d5d61c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .easya_info.json
Original file line number Diff line number Diff line change
@@ -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
}
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion core/modules/modECommerceNg.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '<b>Easya Solutions</b>)';
$this->editor_name = '<b>Easya Solutions</b>';
$this->editor_web = 'https://easya.solutions';
$this->editor_url = "https://easya.solutions";
$this->editor_email = '[email protected]';
Expand Down

0 comments on commit 9d5d61c

Please sign in to comment.