Skip to content

Commit 07d2cef

Browse files
authored
Update PrestaShop to latest version (hestiacp#3576)
1 parent f3647d0 commit 07d2cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/app/WebApp/Installers/Prestashop/PrestashopSetup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class PrestashopSetup extends BaseSetup {
99
"name" => "Prestashop",
1010
"group" => "ecommerce",
1111
"enabled" => true,
12-
"version" => "8.0.1",
12+
"version" => "8.0.4",
1313
"thumbnail" => "prestashop-thumb.png",
1414
];
1515

@@ -27,7 +27,7 @@ class PrestashopSetup extends BaseSetup {
2727
"resources" => [
2828
"archive" => [
2929
"src" =>
30-
"https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip",
30+
"https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip",
3131
],
3232
],
3333
"server" => [

0 commit comments

Comments
 (0)