Finish adding support for 14.3

This commit is contained in:
tschettervictor
2025-09-04 08:48:14 -06:00
parent 3e2b6b42b1
commit 5f71d8cd0b
13 changed files with 1129 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ $sphere_array = $rel_list;
if ($linux_compat_support == "YES"):
$a_action = [
'14.3-RELEASE' => gettext('14.3-RELEASE'),
'14.2-RELEASE' => gettext('14.2-RELEASE'),
'14.1-RELEASE' => gettext('14.1-RELEASE'),
'14.0-RELEASE' => gettext('14.0-RELEASE'),
@@ -98,6 +99,7 @@ if ($linux_compat_support == "YES"):
];
else:
$a_action = [
'14.3-RELEASE' => gettext('14.3-RELEASE'),
'14.2-RELEASE' => gettext('14.2-RELEASE'),
'14.1-RELEASE' => gettext('14.1-RELEASE'),
'14.0-RELEASE' => gettext('14.0-RELEASE'),