-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,25 @@ | ||
Module de gestion des mises à jour des modules et configuration via la CLI | ||
Module Prestashop de gestion des mises à jour des modules et configuration via la CLI | ||
Work in progress | ||
|
||
Compatible et testé avec php7.4 et prestashop 1.7.8.x | ||
Les autres versions seront à tester ultérieurement | ||
Vous pouvez voir des informations sur ce module sur ces articles : | ||
|
||
- https://www.h-hennes.fr/blog/2023/11/06/prestashop-comment-limiter-les-interactions-manuelles-avec-le-deploiement-continu/ | ||
- https://www.h-hennes.fr/blog/2023/11/12/prestashop-hhmodule-manager-fonctionnement-technique-et-extension/ | ||
|
||
|
||
Compatibility | ||
--- | ||
|
||
| Prestashop Version | Compatible | | ||
|--------------------| ---------| | ||
| 1.7.8.x | :heavy_check_mark: | | ||
| 8+ | :interrobang: Not yet tested | | ||
|
||
|
||
|
||
| Php Version | Compatible | | ||
|-------------|------------------------------| | ||
| Under 7.4 | :x: | | ||
| 7.4 | :heavy_check_mark: | | ||
| 8.0 | :interrobang: Not yet tested | | ||
| 8.1 | :interrobang: Not yet tested | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
V 0.3.0 2023-11-10 : Code refactoring and improvements | ||
V 0.3.0 2023-11-12 : Code refactoring and improvements | ||
Allow to add your owns converters and upgraders from custom modules | ||
Add a hook to allow custom modules to exclude some configurations from changes | ||
V 0.2.0 2023-11-06 : First public release of the module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters