Skip to content

Commit f3647d0

Browse files
authored
Update OpenCart to latest version (hestiacp#3577)
1 parent 5a78f13 commit f3647d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/app/WebApp/Installers/Opencart/OpencartSetup.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class OpencartSetup extends BaseSetup {
99
"name" => "Opencart",
1010
"group" => "ecommerce",
1111
"enabled" => true,
12-
"version" => "4.0.1.1",
12+
"version" => "4.0.2.1",
1313
"thumbnail" => "opencart-thumb.png",
1414
];
1515

@@ -26,15 +26,15 @@ class OpencartSetup extends BaseSetup {
2626
"resources" => [
2727
"archive" => [
2828
"src" =>
29-
"https://github.com/opencart/opencart/releases/download/4.0.1.1/opencart-4.0.1.1.zip",
29+
"https://github.com/opencart/opencart/releases/download/4.0.2.1/opencart-4.0.2.1.zip",
3030
],
3131
],
3232
"server" => [
3333
"nginx" => [
3434
"template" => "opencart",
3535
],
3636
"php" => [
37-
"supported" => ["7.4", "8.0", "8.1"],
37+
"supported" => ["7.4", "8.0", "8.1", "8.2"],
3838
],
3939
],
4040
];

0 commit comments

Comments
 (0)