Add support for 14.0 and 14.1 releases

This commit is contained in:
JRGTH
2024-07-21 23:00:32 -04:00
parent 83a810ebd9
commit 10f299268e
29 changed files with 9482 additions and 3 deletions

View File

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