mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 01:10:57 +01:00
Finish adding support for 14.3
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user