Skip to content

Commit 4ce73b5

Browse files
committed
Increase version number, adjust readme and add new release.
1 parent 6e14eaa commit 4ce73b5

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

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

4-
## [1.3.2] - Service Release
4+
## [DEVELOPMENT]
55
### Features
66
- No new features have been introduced in this release.
77

88
### Bugfixes
9-
- Fixed an issue where Let's Encrypt certificates were not regenerated when changing domain aliases (#1353)
109
- Fixed an issue where user name was duplicated when editing FTP users (#1411)
1110
- Fixed an issue where the iptables service would appear to be in a stopped state when fail2ban is stopped. (#1374)
1211
- Fixed an issue where the default language value was incorrectly set under Server Settings > Configure.
@@ -15,6 +14,16 @@ All notable changes to this project will be documented in this file.
1514
- Fixed an issue where IP addresses could not be deleted (#1423)
1615
- Improvements have been made to the API's error handling - thanks **@danielalexis**!
1716

17+
## [1.3.2] - Service Release
18+
### Features
19+
- Added PHP v8.0 support for multiphp environment.
20+
21+
### Bugfixes
22+
- Improved session token handling in login as function, thanks to Vulnerability Laboratory - [Evolution Security GmbH]™.
23+
- Fixed an where fpm pool config was not deleted when changing backend template.
24+
- Improved bats testing with multiphp (5.6-8.0) tests.
25+
- Fixed an issue where full webmail path was loaded as default value.
26+
1827
## [1.3.1] - Service Release
1928
### Features
2029
- No new features have been introduced in this release.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
5-
**Latest stable release:** Version 1.3.1 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md)<br>
5+
**Latest stable release:** Version 1.3.2 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md)<br>
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>
@@ -19,7 +19,7 @@ Hestia Control Panel is designed to provide administrators an easy to use web an
1919
Features and Services
2020
----------------------------
2121
* Apache2 and NGINX with PHP-FPM
22-
* Multiple PHP versions (5.6 - 7.4, 7.4 as default)
22+
* Multiple PHP versions (5.6 - 8.0, 7.4 as default)
2323
* DNS Server (Bind) with clustering capabilities
2424
* POP/IMAP/SMTP mail services with Anti-Virus, Anti-Spam, and Webmail (ClamAV, SpamAssassin, and Roundcube)
2525
* MariaDB or PostgreSQL databases

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.3~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.2~alpha'
26+
HESTIA_INSTALL_VER='1.3.3~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"

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

0 commit comments

Comments
 (0)