We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3647d0 commit 07d2cefCopy full SHA for 07d2cef
web/src/app/WebApp/Installers/Prestashop/PrestashopSetup.php
@@ -9,7 +9,7 @@ class PrestashopSetup extends BaseSetup {
9
"name" => "Prestashop",
10
"group" => "ecommerce",
11
"enabled" => true,
12
- "version" => "8.0.1",
+ "version" => "8.0.4",
13
"thumbnail" => "prestashop-thumb.png",
14
];
15
@@ -27,7 +27,7 @@ class PrestashopSetup extends BaseSetup {
27
"resources" => [
28
"archive" => [
29
"src" =>
30
- "https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip",
+ "https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip",
31
],
32
33
"server" => [
0 commit comments