diff --git a/CHANGELOG b/CHANGELOG index 57e3e46..5cb0309 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.0.7......Added 12.1-RELEASE. 1.0.6......Reload page after base release download. 1.0.5......Add missing uninstall code. 1.0.4......Remove obsolete code, delete shutdown command upon uninstall. diff --git a/gui/bastille_manager_tarballs.php b/gui/bastille_manager_tarballs.php index 76ac2de..f4cc3b8 100644 --- a/gui/bastille_manager_tarballs.php +++ b/gui/bastille_manager_tarballs.php @@ -197,6 +197,7 @@ $document->render(); endforeach; $a_action = [ //'12.1-RELEASE' => gettext('12.1-RELEASE'), + '12.1-RELEASE' => gettext('12.1-RELEASE'), '12.0-RELEASE' => gettext('12.0-RELEASE'), '11.3-RELEASE' => gettext('11.3-RELEASE'), '11.2-RELEASE' => gettext('11.2-RELEASE'), diff --git a/version b/version index af0b7dd..238d6e8 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.6 +1.0.7