Skip to content

Commit f946880

Browse files
author
Kristan Kenney
committed
Initial commit for version 1.0.3 development
1 parent a78b93e commit f946880

File tree

5 files changed

+6
-15
lines changed

5 files changed

+6
-15
lines changed

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.5'
415+
echo ' v1.0.3'
416416
echo -e "\n"
417417
echo "=============================================================================="
418418
echo -e "\n"
@@ -1094,7 +1094,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10941094
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10951095

10961096
# Version & Release Branch
1097-
echo "VERSION='1.0.5'" >> $HESTIA/conf/hestia.conf
1097+
echo "VERSION='1.0.3'" >> $HESTIA/conf/hestia.conf
10981098
echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
10991099

11001100
# 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.5'
393+
echo ' v1.0.3'
394394
echo -e "\n"
395395
echo "=============================================================================="
396396
echo -e "\n"
@@ -1057,7 +1057,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10571057
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10581058

10591059
# Version & Release Branch
1060-
echo "VERSION='1.0.5'" >> $HESTIA/conf/hestia.conf
1060+
echo "VERSION='1.0.3'" >> $HESTIA/conf/hestia.conf
10611061
echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
10621062

10631063
# Installing hosting packages

install/upgrade/versions/1.0.2.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
#!/bin/sh
2-
3-
# Hestia Control Panel upgrade script for target version 1.0.2
4-
5-
#######################################################################################
6-
####### Place additional commands below. #######
7-
#######################################################################################
8-
9-
# Set default theme
Lines changed: 1 addition & 1 deletion
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.5
3+
# Hestia Control Panel upgrade script for target version 1.0.3
44

55
#######################################################################################
66
####### Place additional commands below. #######

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.5
4+
Version: 1.0.3
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)