Skip to content

Commit

Permalink
Set Joomla! 5.2 as preferred version because it lost user
Browse files Browse the repository at this point in the history
Set Joomla! 5.2 as preferred version because it lost user, when it displays error when the install fails
  • Loading branch information
xillibit authored Oct 31, 2024
1 parent c8b7394 commit 77185c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'0' => '7.4.1', // Preferred version
],
'MySQL' => [
'8.4' => '8.4.0',
'8.3' => '8.3.0',
'8.2' => '8.2.0',
'8.1' => '8.1.0',
Expand Down Expand Up @@ -89,7 +90,7 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'5.1' => '5.1.4',
'5.0' => '5.0.3',
'4.4' => '4.4.9',
'0' => '5.0.3', // Preferred version
'0' => '5.2.0', // Preferred version
],
];

Expand Down

0 comments on commit 77185c1

Please sign in to comment.