From 77185c11ff90f6e1efbb5b2eec23213b56e8816a Mon Sep 17 00:00:00 2001 From: Florian DAL FITTO Date: Thu, 31 Oct 2024 16:35:42 +0100 Subject: [PATCH] Set Joomla! 5.2 as preferred version because it lost user Set Joomla! 5.2 as preferred version because it lost user, when it displays error when the install fails --- src/script.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/script.php b/src/script.php index f9de06a72d..afa59f2d77 100644 --- a/src/script.php +++ b/src/script.php @@ -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', @@ -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 ], ];