Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Nov 12, 2023
1 parent 1b234ee commit fa12f2b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
26 changes: 23 additions & 3 deletions README.md
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 |
2 changes: 1 addition & 1 deletion changelog.txt
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
3 changes: 3 additions & 0 deletions src/Patch/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ public function __construct(ConverterFactory $converterFactory)
* @param string $changeVersion
*
* @return string
*
* @throws \PrestaShopDatabaseException
* @throws \PrestaShopException
*/
public function generateChangeFile(array $changeIds, string $changeVersion): string
{
Expand Down

0 comments on commit fa12f2b

Please sign in to comment.