Browse Source

Change version to v1.0.5

Kristan Kenney 6 years ago
parent
commit
91696535f0

+ 2 - 2
install/hst-install-debian.sh

@@ -412,7 +412,7 @@ echo ' |  _  |  __/\__ \ |_| | (_| | |___|  __/ '
 echo ' |_| |_|\___||___/\__|_|\__,_|\____|_|    '
 echo
 echo '                      Hestia Control Panel'
-echo '                                    v1.0.2'
+echo '                                    v1.0.5'
 echo -e "\n"
 echo "=============================================================================="
 echo -e "\n"
@@ -1094,7 +1094,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
 echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
 
 # Version & Release Branch
-echo "VERSION='1.0.2'" >> $HESTIA/conf/hestia.conf
+echo "VERSION='1.0.5'" >> $HESTIA/conf/hestia.conf
 echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
 
 # Installing hosting packages

+ 2 - 2
install/hst-install-ubuntu.sh

@@ -390,7 +390,7 @@ echo ' |  _  |  __/\__ \ |_| | (_| | |___|  __/ '
 echo ' |_| |_|\___||___/\__|_|\__,_|\____|_|    '
 echo
 echo '                      Hestia Control Panel'
-echo '                                    v1.0.2'
+echo '                                    v1.0.5'
 echo -e "\n"
 echo "=============================================================================="
 echo -e "\n"
@@ -1057,7 +1057,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
 echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
 
 # Version & Release Branch
-echo "VERSION='1.0.2'" >> $HESTIA/conf/hestia.conf
+echo "VERSION='1.0.5'" >> $HESTIA/conf/hestia.conf
 echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
 
 # Installing hosting packages

+ 0 - 5
install/upgrade/versions/1.0.2.sh

@@ -7,8 +7,3 @@
 #######################################################################################
 
 # Set default theme
-
-if [ -z $THEME ]; then
-    echo "(*) Enabling support for customizable themes and configuring default..."
-    $BIN/v-change-sys-theme default
-fi

+ 14 - 0
install/upgrade/versions/1.0.5.sh

@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# Hestia Control Panel upgrade script for target version 1.0.5
+
+#######################################################################################
+#######                      Place additional commands below.                   #######
+#######################################################################################
+
+# Set default theme
+
+if [ -z $THEME ]; then
+    echo "(*) Enabling support for customizable themes and configuring default..."
+    $BIN/v-change-sys-theme default
+fi

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Package: hestia
 Priority: optional
-Version: 1.0.2
+Version: 1.0.5
 Section: admin
 Maintainer: HestiaCP <[email protected]>
 Homepage: https://www.hestiacp.com