Include 13.3

Folliowing the previous code, 13.3 added to be able to use with XigmaNAS v.13.3.0.5 and above
This commit is contained in:
n-connect
2024-05-29 22:33:04 +02:00
parent e4694425b9
commit 5aadef7a57
14 changed files with 4752 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ $sphere_array = $rel_list;
if ($linux_compat_support == "YES"):
$a_action = [
'13.3-RELEASE' => gettext('13.3-RELEASE'),
'13.2-RELEASE' => gettext('13.2-RELEASE'),
'13.1-RELEASE' => gettext('13.1-RELEASE'),
'13.0-RELEASE' => gettext('13.0-RELEASE'),
@@ -91,6 +92,7 @@ if ($linux_compat_support == "YES"):
];
else:
$a_action = [
'13.3-RELEASE' => gettext('13.3-RELEASE'),
'13.2-RELEASE' => gettext('13.2-RELEASE'),
'13.1-RELEASE' => gettext('13.1-RELEASE'),
'13.0-RELEASE' => gettext('13.0-RELEASE'),