Skip to content

Commit abe9301

Browse files
author
Kristan Kenney
committed
Bump version to 1.1.0
1 parent 3a9e8b0 commit abe9301

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed

func/upgrade.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ upgrade_start_routine() {
120120

121121
# Upgrade to Version 1.0.3
122122
if [ $VERSION = "1.0.2" ]; then
123+
source $HESTIA/install/upgrade/versions/previous/1.0.3.sh
124+
VERSION="$new_version"
125+
upgrade_refresh_config
126+
fi
127+
128+
# Upgrade to Version 1.1.0
129+
if [ $VERSION = "1.0.3" ]; then
123130
source $HESTIA/install/upgrade/versions/latest.sh
124131
VERSION="$new_version"
125132
upgrade_refresh_config

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
412412
echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
413413
echo
414414
echo ' Hestia Control Panel'
415-
echo ' v1.0.3'
415+
echo ' v1.1.0'
416416
echo -e "\n"
417417
echo "===================================================================="
418418
echo -e "\n"
@@ -1099,7 +1099,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10991099
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
11001100

11011101
# Version & Release Branch
1102-
echo "VERSION='1.0.3'" >> $HESTIA/conf/hestia.conf
1102+
echo "VERSION='1.1.0'" >> $HESTIA/conf/hestia.conf
11031103
echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
11041104

11051105
# Installing hosting packages

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
390390
echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
391391
echo
392392
echo ' Hestia Control Panel'
393-
echo ' v1.0.3'
393+
echo ' v1.1.0'
394394
echo -e "\n"
395395
echo "===================================================================="
396396
echo -e "\n"
@@ -1061,7 +1061,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10611061
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10621062

10631063
# Version & Release Branch
1064-
echo "VERSION='1.0.3'" >> $HESTIA/conf/hestia.conf
1064+
echo "VERSION='1.1.0'" >> $HESTIA/conf/hestia.conf
10651065
echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
10661066

10671067
# Installing hosting packages

install/upgrade/versions/latest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Hestia Control Panel upgrade script for target version 1.0.3
3+
# Hestia Control Panel upgrade script for target version 1.1.0
44

55
#######################################################################################
66
####### Place additional commands below. #######
@@ -34,4 +34,4 @@ if [ ! -z "$IMAP_SYSTEM" ]; then
3434
cp -f /etc/nginx/conf.d/webmail.inc $HESTIA_BACKUP/conf/
3535
sed -i "s/config|temp|logs/README.md|config|temp|logs|bin|SQL|INSTALL|LICENSE|CHANGELOG|UPGRADING/g" /etc/nginx/conf.d/webmail.inc
3636
fi
37-
fi
37+
fi
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
# Hestia Control Panel upgrade script for target version 1.0.3
4+
5+
#######################################################################################
6+
####### Place additional commands below. #######
7+
#######################################################################################
8+

src/deb/hestia/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia
22
Package: hestia
33
Priority: optional
4-
Version: 1.0.3
4+
Version: 1.1.0
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)