Skip to content

Commit cd89510

Browse files
committed
Prepare beta branch for 1.4.11
Add support for Debian 11 Bullseye
1 parent b713af8 commit cd89510

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55

66
### Features
77

8+
- Add support for Debian 11 (Bullseye) #1611
9+
- Add support for openssl in hestia-php
10+
811
### Bugfixes
912

1013
- Improve handling upgrade of Roundcube #1917

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.4.11~aplpha'
26+
HESTIA_INSTALL_VER='1.4.11~beta'
2727
pma_v='5.1.1'
2828
rc_v="1.4.11"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.4.11~alpha'
26+
HESTIA_INSTALL_VER='1.4.11~beta'
2727
pma_v='5.1.1'
2828
rc_v="1.4.11"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")

install/hst-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Currently Supported Operating Systems:
77
#
8-
# Debian 9, 10
8+
# Debian 9, 10, 11
99
# Ubuntu 18.04, 20.04
1010
#
1111

@@ -61,7 +61,7 @@ no_support_message(){
6161
echo "Your operating system (OS) is not supported by"
6262
echo "Hestia Control Panel. Officially supported releases:"
6363
echo "****************************************************"
64-
echo " Debian 9, 10"
64+
echo " Debian 9, 10 11"
6565
echo " Ubuntu 18.04, 20.04 LTS"
6666
echo ""
6767
exit 1;
@@ -99,7 +99,7 @@ check_wget_curl(){
9999

100100
# Check for supported operating system before proceeding with download
101101
# of OS-specific installer, and throw error message if unsupported OS detected.
102-
if [[ "$release" =~ ^(9|10|18.04|20.04)$ ]]; then
102+
if [[ "$release" =~ ^(9|10|11|18.04|20.04)$ ]]; then
103103
check_wget_curl $*
104104
else
105105
no_support_message

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

0 commit comments

Comments
 (0)