Skip to content

Commit ef5acb0

Browse files
committed
Prepare Changelog, adjust upgrade switches and set new version.
1 parent 6c7d387 commit ef5acb0

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.3.2] - Service Release
5+
### Features
6+
- Added PHP v8.0 support for multiphp environment.
7+
8+
### Bugfixes
9+
- Improved session token handling in login as function, thanks to Vulnerability Laboratory - [Evolution Security GmbH]™.
10+
- Fixed an where fpm pool config was not deleted when changing backend template.
11+
- Improved bats testing with multiphp (5.6-8.0) tests.
12+
13+
414
## [1.3.1] - Service Release
515
### Features
616
- No new features have been introduced in this release.

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.3.1'
26+
HESTIA_INSTALL_VER='1.3.2~alpha'
2727
pma_v='5.0.4'
2828
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
2929
fpm_v="7.4"

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.3.1'
26+
HESTIA_INSTALL_VER='1.3.2~alpha'
2727
pma_v='5.0.4'
2828
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
2929
fpm_v="7.4"

install/upgrade/upgrade.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
# Update default templates when performing an upgrade
2222
# These flags should be set to true if any changes are made to the template files
2323
# to ensure that they are properly updated on the end-user's system.
24-
UPGRADE_UPDATE_WEB_TEMPLATES='true'
25-
UPGRADE_UPDATE_MAIL_TEMPLATES='true'
26-
UPGRADE_UPDATE_DNS_TEMPLATES='true'
24+
UPGRADE_UPDATE_WEB_TEMPLATES='false'
25+
UPGRADE_UPDATE_MAIL_TEMPLATES='false'
26+
UPGRADE_UPDATE_DNS_TEMPLATES='false'
2727

2828
# Update phpMyAdmin to the latest version during upgrade
2929
UPGRADE_UPDATE_PHPMYADMIN='true'
@@ -35,7 +35,7 @@ UPGRADE_UPDATE_FILEMANAGER='false'
3535
UPGRADE_UPDATE_FILEMANAGER_CONFIG='true'
3636

3737
# Post installation clean-up
38-
UPGRADE_REBUILD_USERS='true'
38+
UPGRADE_REBUILD_USERS='false'
3939
UPGRADE_RESTART_SERVICES='true'
4040

4141
#######################################################################################

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

0 commit comments

Comments
 (0)