Skip to content

Commit a49f485

Browse files
committed
Add new entry to changelog and set new version.
1 parent b4f1d2e commit a49f485

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
99
- Improved session token handling in login as function, thanks to Vulnerability Laboratory - [Evolution Security GmbH]™.
1010
- Fixed an where fpm pool config was not deleted when changing backend template.
1111
- Improved bats testing with multiphp (5.6-8.0) tests.
12+
- Fixed an issue where full webmail path was loaded as default value.
1213

1314

1415
## [1.3.1] - Service 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.2~alpha'
26+
HESTIA_INSTALL_VER='1.3.2'
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.2~alpha'
26+
HESTIA_INSTALL_VER='1.3.2'
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"

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

0 commit comments

Comments
 (0)