Skip to content

Commit bca9e46

Browse files
wojsmoljaapmarcus
andauthored
Change Joomla download link to static (hestiacp#4462)
* Change Joomla download link to static Static download link to latest stable version * Fix linting --------- Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
1 parent 26f2baf commit bca9e46

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web/src/app/WebApp/Installers/Joomla/JoomlaSetup.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class JoomlaSetup extends BaseSetup {
1010
"name" => "Joomla",
1111
"group" => "cms",
1212
"enabled" => true,
13-
"version" => "5.1.2",
13+
"version" => "latest",
1414
"thumbnail" => "joomla_thumb.png",
1515
];
1616

@@ -46,8 +46,7 @@ class JoomlaSetup extends BaseSetup {
4646
"database" => true,
4747
"resources" => [
4848
"archive" => [
49-
"src" =>
50-
"https://downloads.joomla.org/cms/joomla5/5-1-2/Joomla_5-1-2-Stable-Full_Package.zip?format=zip",
49+
"src" => "https://www.joomla.org/latest",
5150
],
5251
],
5352
"server" => [

0 commit comments

Comments
 (0)