Browse Source

Update version to 1.6.2

Add 1.6.2.sh and update header to 1.6.1 for 1.6.1.sh
Jaap Marcus 3 years ago
parent
commit
428459abfa

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

@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.6.1'
+HESTIA_INSTALL_VER='1.6.1~alpha'
 # Dependencies
 pma_v='5.2.0'
 rc_v="1.5.3"

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

@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.6.1'
+HESTIA_INSTALL_VER='1.6.2~alpha'
 # Dependencies
 pma_v='5.2.0'
 rc_v="1.5.3"

+ 1 - 1
install/upgrade/versions/1.6.1.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Hestia Control Panel upgrade script for target version 1.6.0
+# Hestia Control Panel upgrade script for target version 1.6.1
 
 #######################################################################################
 #######                      Place additional commands below.                   #######

+ 23 - 0
install/upgrade/versions/1.6.2.sh

@@ -0,0 +1,23 @@
+#!/bin/bash
+
+# Hestia Control Panel upgrade script for target version 1.6.2
+
+#######################################################################################
+#######                      Place additional commands below.                   #######
+#######################################################################################
+####### Pass through information to the end user in case of a issue or problem  #######
+#######                                                                         #######
+####### Use add_upgrade_message "My message here" to include a message          #######
+####### in the upgrade notification email. Example:                             #######
+#######                                                                         #######
+####### add_upgrade_message "My message here"                                   #######
+#######                                                                         #######
+####### You can use \n within the string to create new lines.                   #######
+#######################################################################################
+
+upgrade_config_set_value 'UPGRADE_UPDATE_WEB_TEMPLATES' 'no'
+upgrade_config_set_value 'UPGRADE_UPDATE_DNS_TEMPLATES' 'no'
+upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'no'
+upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'no'
+upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'
+

+ 1 - 1
src/deb/hestia/control

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