Skip to content

Commit 41e03d4

Browse files
committed
Update Change log + installers to new version
1 parent 1e74c63 commit 41e03d4

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

CHANGELOG.md

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

4+
## [1.5.1] - Service release
5+
6+
### Bugfixes
7+
8+
- Add B2 delete file support to BlackBlaze
9+
- Open phpmyadmin in new tab or window #2250 @manuelserol
10+
- Fix issue with ipset not working properly [Forum](https://forum.hestiacp.com/t/error-ipset-object-not-found/5015)
11+
- Improve port detection on multiple servers for SSH #2242 and #2255
12+
- Fixed an issue with # in config files
13+
- Fixed multiple bugs in installer
14+
- Set correct permission /install/deb/ folder
15+
- Adjust /etc/apt/sources.list.d/hestia.list to include architecture to resolve issue with I386 missing in apt.hestiacp.com
16+
17+
### Dependencies
18+
19+
- Update Roundcube to 1.5.0 [Release Notice](https://roundcube.net/news/2021/11/28/update-1.5.1-released)
20+
421
## [1.5.0] - Major Release (Feature / Quality Update)
522

623
### Breaking changes ###

README.md

Lines changed: 1 addition & 1 deletion
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.5.0 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
5+
**Latest stable release:** Version 1.5.1 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.5.1~alpha'
26+
HESTIA_INSTALL_VER='1.5.1'
2727
pma_v='5.1.1'
28-
rc_v="1.5.0"
28+
rc_v="1.5.1"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
3030
fpm_v="8.0"
3131
mariadb_v="10.6"

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.5.1~alpha'
26+
HESTIA_INSTALL_VER='1.5.1'
2727
pma_v='5.1.1'
28-
rc_v="1.5.0"
28+
rc_v="1.5.1"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
3030
fpm_v="8.0"
3131
mariadb_v="10.6"

0 commit comments

Comments
 (0)